SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Android Programming
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. For instance - when stopped - your activity should release any large ____ - such as network or database connections.
Objects Activity lifecycle
setContentView
Intent filters
virtual table
2. It's generally a good idea for one of your APKs to support this texture format as it is supported by all Android-powered devices that support the OpenGL ES 2.0 spec.
OnCurrentItemChanged
GET_ACCOUNTS
ETC1
GestureDetector
3. Callback method: The activity is no longer visible
onStop();
Full power
setContentView
PieChart
4. To respond to media button clicks - you need to register this in your manifest that listens for this action broadcast.
Fragments
BroadcastReceiver
onDestroy();
resolveSizeAndState()
5. The receiver is triggered whenever the device battery becomes low or exits the low condition by listening for this two.
ValueAnimator
Account
security sandbox
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
6. If you want your APK to be visible on TVs which are non-touchscreen devices you should add this to your manifest.
android.hardware.touchscreen
SQLite
Extensible Markup Language (XML)
Destroyed - previous
7. The ____ lifetime of an activity happens between the call to onCreate() and the call to onDestroy().
ETC1
ViewStub
SecurityException
Entire
8. These helpers are specialized classes for backing up certain kinds of data.
ConnectivityManager
BackupHelper
LocationManager
dual-
9. Theseare a key part of Android applications that directly affect the user experience.
View
touch
Layouts
EXTRA_STREAM
10. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
Ducking
onPause();
virtual table
When the activity resumes
11. This search feature was introduced in Android 3.0 and can maintain backward compatibility with older versions of Android by using the default search dialog provided by the system.
android.hardware.touchscreen
drawText()
SearchView
PieChart
12. It is available starting with API Level 14 and higher.
ShareActionProvider
SecurityException
OnCurrentItemChanged
Lifecycle callback methods
13. It provides a simple way to perform your work outside the main thread.
onPause();
AsyncTask
Dalvik Debug Monitor Server
BatteryManager
14. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
setContentView
isConnected()
BatteryManager
OnCurrentItemChanged
15. Each activity can then start another activity in order to perform different actions. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a ___ .
Stack
Paint
single-pane
Layouts
16. Relative to pixels and resolution screen
onStop();
SQLiteOpenHelper
Dots per inch
ConnectivityManager
17. It is called to invoke the search dialog on older devices.
onDraw()
onStart() - onStop()
AccountAuthenticatorActivity
onSearchRequested()
18. Callback method: The activity has become visible.
onStart() - onStop()
BroadcastReceiver
OAuth2 protocol
onResume();
19. It inform the system what intents an application component is willing to accept.
onAudioFocusChange()
AsyncTask
Intent filters
Entire
20. It made implementing an effective and user friendly share action in your ActionBar even easier.
Services
Full power
ActionProvider
LocationManager
21. This class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
AsyncTask
Canvas
Stack
onSearchRequested()
22. You can reacquire the necessary resources and resume actions that were interrupted. These state transitions are all part of the _________
When the activity resumes
drawText()
OAuth2 protocol
Google
23. In order for the AccountManager to work with your custom account code - you need this class that implements the interfaces that AccountManager expects.
virtual table
authenticator class
InputStream
Hierarchy Viewer
24. For example - if your activity has a thread running in the background to download data from the network - it might create that thread in _____ and then stop the thread in _____
SurfaceHolder.Callback
onCreate() - onDestroy()
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
auth scope
25. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
BatteryManager
Advanced Training
Entire
Standby
26. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
Activity
Widgets
OnCurrentItemChanged
onDraw()
27. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
ConnectivityManager
SearchView
ShareActionProvider
Widgets
28. is run when running Android on the pc
Scroller
Emulator
Back stack
Advanced Training
29. This is used to fetch the account names that the user has stored on their device.
GET_ACCOUNTS
EXTRA_STREAM
Account Manager
dual-
30. Perform background tasks without providing a user interface
XmlPullParser
Service Content Provider
Activity
Services
31. Most network-connected Android apps use this to send and receive data.
Activity
Back stack
Layouts
HTTP
32. It provides a single value - called an auth token that represents both the user's identity and the application's authorization to act on the user's behalf.
Hierarchy Viewer
ViewStub
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
OAuth2
33. A mode where navigation is set up with a spinner widget.
ActionProvider
AudioManager
single-pane
Stack - back stack
34. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
Full power
NetworkInfo
BroadcastReceiver
authenticator class
35. This is the main class through which your application can access location services on Android.
Stack
LocationManager
onAudioFocusChange()
onMeasure()
36. Conversion of an object to XML
Hierarchy Viewer
dual-
Serialize
AudioManager
37. This callback method of the audio focus change listener you registered when requesting audio focus receives a parameter that describes the focus change event.
Component - screen
onAudioFocusChange()
Dalvik Virtual Machine
EXTRA_STREAM
38. This object contains an account name - which for Google accounts is an email address.
Account
ACTION_SEND
SearchView
adb
39. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
BatteryManager
Hierarchy Viewer
Wi-Fi radio
SurfaceHolder.Callback
40. If permissions are missing - the application will get this at runtime.
SecurityException
Intent filters
ACTION_DOCK_EVENT
SurfaceView
41. For example - a ____ might be a button that initiates an action when the user touches it.
View
security sandbox
Dots per inch
LocationManager
42. This is used to convert raw touch events into gestures.
onCreate() - onDestroy()
GestureDetector
security sandbox
ViewStub
43. When a new activity starts - it is pushed onto the ____ and takes user focus.
HttpURLConnection
Emulator
Back stack
BroadcastReceiver
44. Represents the visual representation of an Android application
Activity
Scroller
Objects Activity lifecycle
Component - screen
45. Converts XML Document to XML DOM
Component - screen
Parser
Android SDK
Hierarchy Viewer
46. The visible lifetime of an activity happens between the call to ____ and the call to ______
drawText()
onStart() - onStop()
onDraw()
<declare-styleable>
47. It is a string that defines the specific type of access your app is asking for.
Dalvik Debug Monitor Server
ACTION_SEND
onDestroy();
auth scope
48. An Activity is an application ______ that provides a _______ with which users can interact in order to do something - such as dial the phone - take a photo - send an email - or view a map
HTTP
Widgets
Fragments
Component - screen
49. This class is the basis for handling flywheel-style fling gestures.
Activity
Scroller
NetworkInfo
<declare-styleable>
50. The most common way to define a layout using views is with an XML layout file saved in your ______
Application resources
HttpURLConnection
LocationManager
authenticator class
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests