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 a lightweight mechanism used to transmit data from a server to a particular app instance.
Google Cloud Messaging for Android (GCM)
Serialize
ViewStub
Scroller
2. Binary data is shared using the ACTION_SEND action combined with setting the appropriate MIME type and placing the URI to the data in an extra named called?
Wi-Fi radio
SearchView
onMeasure()
EXTRA_STREAM
3. The receiver is triggered whenever the device battery becomes low or exits the low condition by listening for this two.
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
auth scope
Google Cloud Messaging for Android (GCM)
SurfaceHolder.Callback
4. Once installed on a device - each Android application lives in its own ______
Implicit intent
security sandbox
Services
ValueAnimator
5. The dock-state details are included as an extra in a sticky broadcast of this action.
ACTION_DOCK_EVENT
XmlPullParser
Application resources
Dalvik Virtual Machine
6. For instance - when stopped - your activity should release any large ____ - such as network or database connections.
LocationManager
Explicit intent
Objects Activity lifecycle
onResume();
7. This class exposes a number of methods for applications to receive location updates.
Android SDK
auth scope
LocationManager
OnCurrentItemChanged
8. Conversion of an object to XML
getInputStream()
Implicit intent
Serialize
setContentView
9. Are used in activities to create the user interface and to interact with the user.
onDraw()
SQLiteOpenHelper
Fragments
Standby
10. This class provides one of the simplest ways to fire off a new task from the UI thread.
Scroller
AsyncTask
ACTION_DOCK_EVENT
adb
11. Converts XML Document to XML DOM
onDraw()
BroadcastReceiver
Geocoder
Parser
12. The easiest way to create an authenticator class is to extend this and implement its abstract methods.
Account Manager
Advanced Training
AbstractAccountAuthenticator
Destroyed - previous
13. Evaluation of registered components
AsyncTask
OAuth2 protocol
Implicit intent
XmlPullParser
14. It is an efficient and maintainable way to parse XML on Android.
onDestroy();
XmlPullParser
Dalvik Debug Monitor Server
setVolumeControlStream()
15. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
OnCurrentItemChanged
GET_ACCOUNTS
onCreate() - onDestroy()
HTTP
16. 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.
onCreate() - onDestroy()
View
ETC1
SecurityException
17. This includes tools to help you identify problems in your layout performance.
XmlPullParser
onStop();
authenticator class
Android SDK
18. Most network-connected Android apps use this to send and receive data.
HTTP
Implicit intent
Low power
getInputStream()
19. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
BackupHelper
Serialize
onStart() - onStop()
Stack - back stack
20. Callback method: The activity is about to be destroyed.
OAuth2 protocol
onDestroy();
Android SDK
View
21. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
drawBitmap()
Activity
Full power
SQLiteOpenHelper
22. When a new activity starts - it is pushed onto the ____ and takes user focus.
AsyncTask
onStart() - onStop()
Back stack
getInputStream()
23. It provides a simple way to perform your work outside the main thread.
onAudioFocusChange()
Activity
Stack
AsyncTask
24. This class is the basis for handling flywheel-style fling gestures.
Intents
android.hardware.touchscreen
Scroller
Fragments
25. Amode where the action bar is set up with tabs for navigation.
Android SDK
dual-
drawText()
single-pane
26. This is an interface which is used to pass image data from the camera hardware to the application.
OnCurrentItemChanged
Intents
Geocoder
SurfaceHolder.Callback
27. You can reacquire the necessary resources and resume actions that were interrupted. These state transitions are all part of the _________
Stack
Account
ActionProvider
When the activity resumes
28. An open source group led by Google
Open Handset Alliance
BatteryManager
Canvas
drawBitmap()
29. Callback method: Another activity is taking focus
AsyncTask
setContentView
onDraw()
onPause();
30. It inform the system what intents an application component is willing to accept.
BroadcastReceiver
Serialize
SurfaceView
Intent filters
31. This provides methods to define line's color - whether to fill a rectangle with a color or leave it empty - and defines the color - style - font - and so forth of each shape you draw.
Wi-Fi radio
Paint
drawBitmap()
resolveSizeAndState()
32. Direct component call in Android
Implicit intent
ShareActionProvider
View
Explicit intent
33. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
Scroller
Objects Activity lifecycle
Intents
onStop();
34. Relative to pixels and resolution screen
SecurityException
Ducking
SearchView
Dots per inch
35. It is a string that defines the specific type of access your app is asking for.
Scroller
onCreate();
auth scope
Stack
36. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
onCreate() - onDestroy()
View
SQLite
Dalvik Virtual Machine
37. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
Dalvik Debug Monitor Server
Parser
GestureDetector
ConnectivityManager
38. This class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
dual-
Canvas
onCreate() - onDestroy()
Application footprint
39. Necessary tools to develop Android applications
Android SDK
Canvas
Wi-Fi radio
security sandbox
40. Sharing of data in Android is done via________
Service Content Provider
Dalvik Debug Monitor Server
onPause();
Extensible Markup Language (XML)
41. Use this to draw text.
Deserialize
drawText()
HttpURLConnection
onCreate() - onDestroy()
42. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
HTTP
onDraw()
Entire
onPause();
43. To respond to media button clicks - you need to register this in your manifest that listens for this action broadcast.
BroadcastReceiver
isConnected()
Geocoder
Hierarchy Viewer
44. This is the simplest way to monitor device state changes.
ConnectivityManager
BroadcastReceiver
Implicit intent
onStop();
45. This is a base class supplied by Android framework - which you can extend to create your own custom authenticator.
Open Handset Alliance
View
AccountAuthenticatorActivity
auth scope
46. This broadcasts an action whenever the device is connected or disconnected from power.
onSearchRequested()
Google Cloud Messaging for Android (GCM)
BatteryManager
ETC1
47. These helpers are specialized classes for backing up certain kinds of data.
BackupHelper
Geocoder
ActionProvider
SQLite
48. If permissions are missing - the application will get this at runtime.
SecurityException
Wi-Fi radio
PackageManager
Google Cloud Messaging for Android (GCM)
49. On a rooted device - the credentials would be readable by anyone with this access to the device.
AndroidManifest.xml
Full power
adb
View
50. Android provides this handy method to direct volume key presses to the audio stream the user specify.
setVolumeControlStream()
Account
Geocoder
AttributeSet
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