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. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
ETC1
Emulator
searchable configuration
ViewStub
2. An intermediate state that uses around 50% of the battery power at the full state.
Activity
getInputStream()
Low power
dual-
3. Evaluation of registered components
Dalvik Debug Monitor Server
authenticator class
Account Manager
Implicit intent
4. For example - a ____ might be a button that initiates an action when the user touches it.
onPause();
Full power
EXTRA_STREAM
View
5. It is called to invoke the search dialog on older devices.
OAuth2
Intents
onSearchRequested()
PieChart
6. An open source stand alone database
SQLite
Linux based
BroadcastReceiver
Hierarchy Viewer
7. To respond to media button clicks - you need to register this in your manifest that listens for this action broadcast.
BroadcastReceiver
Scroller
ValueAnimator
Layouts
8. Android is __________.
PackageManager
Parser
Google Cloud Messaging (GCM)
Linux based
9. This class is the basis for handling flywheel-style fling gestures.
Scroller
Full power
SQLiteOpenHelper
virtual table
10. This object contains an account name - which for Google accounts is an email address.
Account
Destroyed - previous
LocationManager
dual-
11. To define custom attributes - add this resources to your project.
ETC1
getInputStream()
<declare-styleable>
Service Content Provider
12. In order to get a list of accounts on the device - your app needs this permission.
Android SDK
AndroidManifest.xml
GET_ACCOUNTS
onDraw()
13. Use this to draw bitmaps.
ETC1
Google Play
onStop();
drawBitmap()
14. This action is used in sending text content from one activity to another.
AbstractAccountAuthenticator
PieChart
onCreate() - onDestroy()
ACTION_SEND
15. This is an interface which is used to pass image data from the camera hardware to the application.
ValueAnimator
onCreate() - onDestroy()
Lifecycle callback methods
SurfaceHolder.Callback
16. These helpers are specialized classes for backing up certain kinds of data.
Google Cloud Messaging (GCM)
LocationManager
single-pane
BackupHelper
17. This is set up to animate for the duration of the fling.
ValueAnimator
visible
AccountAuthenticatorActivity
Wi-Fi radio
18. Direct component call in Android
BackupHelper
View
Explicit intent
dual-
19. Perform background tasks without providing a user interface
onDraw()
Services
OnCurrentItemChanged
Geocoder
20. Conversion of an object to XML
Extensible Markup Language (XML)
AttributeSet
Serialize
View
21. To create an activity - you must create a subclass of
Activity
NetworkInfo
LTE
AttributeSet
22. Callback method: Another activity is taking focus
single-pane
ValueAnimator
onPause();
Wi-Fi radio
23. 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.
SearchView
getInputStream()
onStop();
inflate()
24. The industry standard way to deal with authentication to third-party services.
Advanced Training
AsyncTask
OAuth2 protocol
Emulator
25. Describes the status of a network interface of a given type (currently either Mobile or Wi-Fi).
ConnectivityManager
Stack - back stack
Services
NetworkInfo
26. The minimal energy state during which no network connection is active or required.
Low power
Standby
LTE
Layouts
27. This broadcasts an action whenever the device is connected or disconnected from power.
onPause();
onCreate() - onDestroy()
BatteryManager
LTE
28. This is used to register and de-register your media button event receiver.
AudioManager
SecurityException
Layouts
Emulator
29. A mode where navigation is set up with a spinner widget.
Activity
single-pane
Stack
Serialize
30. It is a subclass of PreferenceActivity.
Component - screen
Objects Activity lifecycle
Layouts
SettingsActivity
31. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
Google Cloud Messaging for Android (GCM)
Full power
Stack
Wi-Fi radio
32. In most cases this will offer greater bandwidth at a significantly lower battery cost.
Wi-Fi radio
AsyncTask
<declare-styleable>
onAudioFocusChange()
33. 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
View
Full power
Component - screen
Standby
34. It provides a simple way to perform your work outside the main thread.
ViewStub
onCreate() - onDestroy()
auth scope
AsyncTask
35. Amode where the action bar is set up with tabs for navigation.
Application resources
ConnectivityManager
dual-
PieChart
36. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
Application resources
virtual table
View
SurfaceView
37. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
BatteryManager
adb
Stack - back stack
visible
38. Shows the actual amount of memory the application uses
Standby
onCreate() - onDestroy()
auth scope
Application footprint
39. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
onStop();
ACTION_SEND
Google Play
OnCurrentItemChanged
40. A styleable entity that contains these two custom attributes: showText and labelPosition.
AudioManager
Canvas
Advanced Training
PieChart
41. Callback method: The activity is about to be destroyed.
ACTION_DOCK_EVENT
onCreate() - onDestroy()
onDestroy();
onResume();
42. 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
PackageManager
Open Handset Alliance
authenticator class
Widgets
43. Theseare a key part of Android applications that directly affect the user experience.
Deserialize
onMeasure()
Layouts
resolveSizeAndState()
44. In order for the AccountManager to work with your custom account code - you need this class that implements the interfaces that AccountManager expects.
authenticator class
onCreate() - onDestroy()
Intent filters
Service Content Provider
45. When a new activity starts - it is pushed onto the ____ and takes user focus.
Dalvik Virtual Machine
onDraw()
Back stack
Emulator
46. It made implementing an effective and user friendly share action in your ActionBar even easier.
HTTP
ActionProvider
LocationManager
setContentView
47. This can be used to draw previews of what the camera sensor is picking up.
Dalvik Debug Monitor Server
SurfaceView
Google Cloud Messaging (GCM)
android.hardware.touchscreen
48. This widget as an item in the action bar is the preferred way to provide search in your app.
onMeasure()
AccountAuthenticatorActivity
Full power
SearchView
49. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
onDraw()
PackageManager
onStop();
Activity
50. This class provides one of the simplest ways to fire off a new task from the UI thread.
Google Cloud Messaging for Android (GCM)
Widgets
AsyncTask
<declare-styleable>