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. It is called to invoke the search dialog on older devices.
onCreate() - onDestroy()
ACTION_DOCK_EVENT
OnCurrentItemChanged
onSearchRequested()
2. It provides a simple way to perform your work outside the main thread.
AsyncTask
Android SDK
Activity
BatteryManager
3. Theseare a key part of Android applications that directly affect the user experience.
drawText()
Layouts
SecurityException
Lifecycle callback methods
4. This callback method of the audio focus change listener you registered when requesting audio focus receives a parameter that describes the focus change event.
Hierarchy Viewer
HttpURLConnection
onAudioFocusChange()
ConnectivityManager
5. 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 _____
onCreate() - onDestroy()
<declare-styleable>
Paint
dual-
6. The dock-state details are included as an extra in a sticky broadcast of this action.
ACTION_DOCK_EVENT
GestureDetector
Hierarchy Viewer
BroadcastReceiver
7. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
Dots per inch
Layouts
Open Handset Alliance
Stack - back stack
8. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
isConnected()
GestureDetector
Scroller
Full power
9. The back stack abides to the basic "last in - first out" stack mechanism - so - when the user is done with the current activity and presses the Back button - it is popped from the stack (and ____) and the ____ activity resumes
Intent filters
Android SDK
inflate()
Destroyed - previous
10. Amode where the action bar is set up with tabs for navigation.
dual-
AccountAuthenticatorActivity
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
Paint
11. These helpers are specialized classes for backing up certain kinds of data.
BackupHelper
onStop();
Entire
touch
12. It is an HTTP client that is used for applications targeted at Gingerbread and higher.
getInputStream()
ACTION_DOCK_EVENT
HttpURLConnection
setContentView
13. This is a base class supplied by Android framework - which you can extend to create your own custom authenticator.
BroadcastReceiver
Paint
Layouts
AccountAuthenticatorActivity
14. It is used to toggle the enabled state on any component defined in the manifest - including whichever broadcast receivers you wish to enable or disable
Google
onAudioFocusChange()
AsyncTask
PackageManager
15. This class exposes a number of methods for applications to receive location updates.
BatteryManager
Google Cloud Messaging (GCM)
searchable configuration
LocationManager
16. A service in which programmers can offer their Android application to Android users.
HTTP
Google Cloud Messaging (GCM)
Google Play
ETC1
17. 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.
HTTP
onStop();
BatteryManager
OAuth2
18. It is a set of rules for encoding documents in machine-readable form.
ACTION_DOCK_EVENT
Extensible Markup Language (XML)
resolveSizeAndState()
Activity
19. It is a string that defines the specific type of access your app is asking for.
Parser
SearchView
onCreate() - onDestroy()
auth scope
20. It doesn't currently support the <merge/> tag in the layouts to be inflated.
Lifecycle callback methods
ViewStub
Activity
touch
21. This is used to register and de-register your media button event receiver.
SearchView
AudioManager
PieChart
drawText()
22. This can be used to draw previews of what the camera sensor is picking up.
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
Component - screen
Application footprint
SurfaceView
23. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
Intents
getInputStream()
Open Handset Alliance
Dalvik Debug Monitor Server
24. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
PieChart
BatteryManager
single-pane
Intents
25. Perform background tasks without providing a user interface
Services
Widgets
BatteryManager
AudioManager
26. The industry standard way to deal with authentication to third-party services.
OAuth2 protocol
BroadcastReceiver
AndroidManifest.xml
Application footprint
27. On a rooted device - the credentials would be readable by anyone with this access to the device.
GET_ACCOUNTS
adb
SettingsActivity
Geocoder
28. ______ are views derived from ViewGroup that provide a unique layout model for its child views
onAudioFocusChange()
Account
AttributeSet
Layouts
29. Converts XML Document to XML DOM
When the activity resumes
Parser
Google Play
Emulator
30. Where Android is currently primarily developed
Service Content Provider
Entire
Google
Scroller
31. When a view is created from an XML layout - all of the attributes in the XML tag are read from the resource bundle and passed into the view's constructor as a what?
AttributeSet
onSearchRequested()
ACTION_DOCK_EVENT
Account
32. It is available starting with API Level 14 and higher.
ShareActionProvider
SQLiteOpenHelper
single-pane
visible
33. Necessary tools to develop Android applications
Scroller
Android SDK
virtual table
ShareActionProvider
34. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
inflate()
ACTION_DOCK_EVENT
Google Cloud Messaging for Android (GCM)
Full power
35. Callback method: The activity is no longer visible
onStop();
GestureDetector
SearchView
GET_ACCOUNTS
36. If permissions are missing - the application will get this at runtime.
SecurityException
Linux based
resolveSizeAndState()
AsyncTask
37. This is used to fetch the account names that the user has stored on their device.
Account Manager
onPause();
XmlPullParser
Fragments
38. This includes tools to help you identify problems in your layout performance.
ConnectivityManager
SurfaceHolder.Callback
Android SDK
onStop();
39. This is used for the need of finer control over your view's layout parameters.
Linux based
onMeasure()
visible
BatteryManager
40. The entire lifetime of an activity happens between the call to _____ and the call to _____
onCreate() - onDestroy()
View
onAudioFocusChange()
SQLiteOpenHelper
41. A mode where navigation is set up with a spinner widget.
resolveSizeAndState()
single-pane
ActionProvider
getInputStream()
42. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
SettingsActivity
Extensible Markup Language (XML)
ViewStub
AndroidManifest.xml
43. Direct component call in Android
ETC1
Explicit intent
Advanced Training
adb
44. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
AndroidManifest.xml
BatteryManager
OnCurrentItemChanged
EXTRA_STREAM
45. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
inflate()
SQLiteOpenHelper
Advanced Training
virtual table
46. In order to get a list of accounts on the device - your app needs this permission.
SecurityException
AbstractAccountAuthenticator
AsyncTask
GET_ACCOUNTS
47. Most network-connected Android apps use this to send and receive data.
Parser
resolveSizeAndState()
HTTP
Open Handset Alliance
48. To define custom attributes - add this resources to your project.
onPause();
XmlPullParser
<declare-styleable>
PackageManager
49. If you want your APK to be visible on TVs which are non-touchscreen devices you should add this to your manifest.
onCreate() - onDestroy()
SearchView
AsyncTask
android.hardware.touchscreen
50. An open source group led by Google
Entire
Deserialize
Open Handset Alliance
Canvas
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