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 class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
Hierarchy Viewer
Canvas
Implicit intent
onDestroy();
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.
Full power
ETC1
LocationManager
BroadcastReceiver
3. This is used for the need of finer control over your view's layout parameters.
Ducking
SecurityException
onMeasure()
visible
4. Use this to draw bitmaps.
drawBitmap()
Wi-Fi radio
onStop();
Dalvik Debug Monitor Server
5. In order for the AccountManager to work with your custom account code - you need this class that implements the interfaces that AccountManager expects.
AbstractAccountAuthenticator
Full power
authenticator class
AsyncTask
6. The ____ lifetime of an activity happens between the call to onStart() and the call to onStop().
ViewStub
Geocoder
visible
onDestroy();
7. This includes tools to help you identify problems in your layout performance.
onCreate() - onDestroy()
AsyncTask
AbstractAccountAuthenticator
Android SDK
8. These helpers are specialized classes for backing up certain kinds of data.
BackupHelper
Hierarchy Viewer
android.hardware.touchscreen
Google Cloud Messaging (GCM)
9. When an activity is stopped because a new activity starts - it is notified of this change in state through the activity's _______ .
Paint
Component - screen
Lifecycle callback methods
touch
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.
ConnectivityManager
GestureDetector
Dalvik Debug Monitor Server
virtual table
11. It doesn't currently support the <merge/> tag in the layouts to be inflated.
virtual table
SecurityException
ViewStub
Linux based
12. 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
AndroidManifest.xml
BroadcastReceiver
Activity
13. This is used to fetch the account names that the user has stored on their device.
Account Manager
Deserialize
ACTION_DOCK_EVENT
Standby
14. Callback method: The activity has become visible.
getInputStream()
onResume();
SQLiteOpenHelper
android.hardware.touchscreen
15. 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
Component - screen
Advanced Training
LTE
touch
16. Most network-connected Android apps use this to send and receive data.
HTTP
View
Intents
BackupHelper
17. It is used as a reverse-geocoding where translating latitude longitude coordinates to a human-readable address happens.
Geocoder
Destroyed - previous
getInputStream()
onAudioFocusChange()
18. Necessary tools to develop Android applications
Lifecycle callback methods
LocationManager
onCreate() - onDestroy()
Android SDK
19. This is set up to animate for the duration of the fling.
ValueAnimator
onCreate() - onDestroy()
security sandbox
OAuth2 protocol
20. ______ are views derived from ViewGroup that provide a unique layout model for its child views
Canvas
Layouts
SettingsActivity
drawBitmap()
21. Whenever the device is docked or undocked - this action is broadcast.
ACTION_DOCK_EVENT
onResume();
View
Service Content Provider
22. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
Scroller
Paint
onDraw()
Layouts
23. It is an HTTP client that is used for applications targeted at Gingerbread and higher.
ConnectivityManager
XmlPullParser
setVolumeControlStream()
HttpURLConnection
24. You can set the layout as the UI for your activity with passing the resource ID for the layout.
LocationManager
setContentView
onMeasure()
onStop();
25. Direct component call in Android
Stack - back stack
Explicit intent
AsyncTask
BatteryManager
26. It is a string that defines the specific type of access your app is asking for.
auth scope
EXTRA_STREAM
Wi-Fi radio
onCreate() - onDestroy()
27. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
Component - screen
ConnectivityManager
onStop();
Dots per inch
28. Evaluation of registered components
onPause();
drawText()
Implicit intent
SQLiteOpenHelper
29. Amode where the action bar is set up with tabs for navigation.
onStart() - onStop()
Hierarchy Viewer
onPause();
dual-
30. Shows the actual amount of memory the application uses
SQLiteOpenHelper
Application footprint
PackageManager
Wi-Fi radio
31. This is the most common input event in the Android system.
touch
onStop();
Implicit intent
single-pane
32. This is used to convert raw touch events into gestures.
GestureDetector
AsyncTask
SurfaceView
Hierarchy Viewer
33. Once installed on a device - each Android application lives in its own ______
OAuth2
security sandbox
Explicit intent
ConnectivityManager
34. Theseare a key part of Android applications that directly affect the user experience.
GET_ACCOUNTS
Layouts
virtual table
single-pane
35. Perform background tasks without providing a user interface
AttributeSet
Services
onMeasure()
HttpURLConnection
36. Conversion of an object to XML
Dalvik Virtual Machine
Serialize
Stack - back stack
Account
37. The industry standard way to deal with authentication to third-party services.
OAuth2 protocol
View
Layouts
Account Manager
38. If permissions are missing - the application will get this at runtime.
LTE
ShareActionProvider
SecurityException
Paint
39. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
AsyncTask
Advanced Training
AsyncTask
security sandbox
40. A service in which programmers can offer their Android application to Android users.
onMeasure()
ViewStub
Google Play
AsyncTask
41. Android provides this handy method to direct volume key presses to the audio stream the user specify.
setVolumeControlStream()
onAudioFocusChange()
Layouts
Canvas
42. Callback method: The activity is being created.
onCreate();
Advanced Training
AccountAuthenticatorActivity
Activity
43. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
setVolumeControlStream()
AsyncTask
Google Cloud Messaging for Android (GCM)
Linux based
44. This handles cases like flaky mobile networks - airplane mode - and restricted background data.
isConnected()
Fragments
Open Handset Alliance
<declare-styleable>
45. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
Wi-Fi radio
ViewStub
Dalvik Debug Monitor Server
BackupHelper
46. This object contains an account name - which for Google accounts is an email address.
Wi-Fi radio
Activity
Account
PieChart
47. It is a free service for sending messages to Android devices.
onCreate() - onDestroy()
GestureDetector
Google Cloud Messaging (GCM)
LocationManager
48. It is a subclass of PreferenceActivity.
ETC1
AttributeSet
NetworkInfo
SettingsActivity
49. 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?
Google Cloud Messaging for Android (GCM)
View
Intents
AttributeSet
50. An open source group led by Google
security sandbox
onStart() - onStop()
Geocoder
Open Handset Alliance