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 free service for sending messages to Android devices.
single-pane
Google Cloud Messaging (GCM)
onResume();
ConnectivityManager
2. This is set up to animate for the duration of the fling.
PieChart
Google Play
ViewStub
ValueAnimator
3. This is used to fetch the account names that the user has stored on their device.
Dalvik Debug Monitor Server
AsyncTask
PieChart
Account Manager
4. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
Google Cloud Messaging for Android (GCM)
PackageManager
setVolumeControlStream()
SQLite
5. The visible lifetime of an activity happens between the call to ____ and the call to ______
LocationManager
onStart() - onStop()
ConnectivityManager
ValueAnimator
6. The industry standard way to deal with authentication to third-party services.
AudioManager
OAuth2 protocol
InputStream
onStop();
7. is run when running Android on the pc
ConnectivityManager
Emulator
Scroller
LocationManager
8. It is an HTTP client that is used for applications targeted at Gingerbread and higher.
Objects Activity lifecycle
Geocoder
HttpURLConnection
OAuth2
9. Whenever the device is docked or undocked - this action is broadcast.
XmlPullParser
PackageManager
onStop();
ACTION_DOCK_EVENT
10. Callback method: The activity has become visible.
BroadcastReceiver
Android SDK
OAuth2 protocol
onResume();
11. It provides a simple way to perform your work outside the main thread.
AsyncTask
SQLiteOpenHelper
OAuth2
Layouts
12. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
getInputStream()
<declare-styleable>
ACTION_DOCK_EVENT
Open Handset Alliance
13. On a rooted device - the credentials would be readable by anyone with this access to the device.
adb
LocationManager
Explicit intent
AccountAuthenticatorActivity
14. Describes the status of a network interface of a given type (currently either Mobile or Wi-Fi).
Lifecycle callback methods
NetworkInfo
Scroller
Dots per inch
15. Relative to pixels and resolution screen
Dots per inch
BackupHelper
SurfaceHolder.Callback
XmlPullParser
16. The helper method is used to create the final width and height values.
onDraw()
getInputStream()
resolveSizeAndState()
drawText()
17. It is an efficient and maintainable way to parse XML on Android.
XmlPullParser
Wi-Fi radio
Parser
security sandbox
18. The dock-state details are included as an extra in a sticky broadcast of this action.
Account
SQLite
ACTION_DOCK_EVENT
LocationManager
19. 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 ___ .
onCreate() - onDestroy()
inflate()
Stack
OnCurrentItemChanged
20. 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
Back stack
Account Manager
Destroyed - previous
SQLite
21. It is a set of rules for encoding documents in machine-readable form.
Extensible Markup Language (XML)
Google Play
Component - screen
onResume();
22. This is a readable source of bytes.
setContentView
AccountAuthenticatorActivity
Intents
InputStream
23. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
getInputStream()
Layouts
virtual table
Linux based
24. The minimal energy state during which no network connection is active or required.
touch
Standby
onStop();
Advanced Training
25. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
Google Cloud Messaging (GCM)
onDraw()
BroadcastReceiver
Activity
26. It typically consumes more energy than 3G - which is in turn more expensive than 2G.
Account Manager
LTE
Component - screen
Android SDK
27. Sharing of data in Android is done via________
Destroyed - previous
Service Content Provider
LocationManager
AudioManager
28. Callback method: Another activity is taking focus
onPause();
Canvas
When the activity resumes
BatteryManager
29. It inform the system what intents an application component is willing to accept.
Activity
GET_ACCOUNTS
Intent filters
HttpURLConnection
30. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
<declare-styleable>
SQLiteOpenHelper
ViewStub
HTTP
31. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
Advanced Training
Explicit intent
Paint
Google Cloud Messaging (GCM)
32. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
LocationManager
AccountAuthenticatorActivity
BatteryManager
Hierarchy Viewer
33. It doesn't currently support the <merge/> tag in the layouts to be inflated.
View
OAuth2 protocol
ViewStub
BatteryManager
34. The easiest way to create an authenticator class is to extend this and implement its abstract methods.
AbstractAccountAuthenticator
SQLite
XmlPullParser
OAuth2 protocol
35. The ____ lifetime of an activity happens between the call to onStart() and the call to onStop().
ETC1
visible
Full power
Paint
36. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
SQLiteOpenHelper
AccountAuthenticatorActivity
isConnected()
AsyncTask
37. It is the process of lowering your audio stream output volume to make transient audio from another app easier to hear without totally disrupting the audio from your own application.
resolveSizeAndState()
ACTION_DOCK_EVENT
BroadcastReceiver
Ducking
38. Android system uses a special virtual machine to run java based applicatons
PackageManager
Dalvik Virtual Machine
ACTION_DOCK_EVENT
SurfaceHolder.Callback
39. Conversion of an object to XML
onSearchRequested()
Full power
Services
Serialize
40. This callback method of the audio focus change listener you registered when requesting audio focus receives a parameter that describes the focus change event.
onAudioFocusChange()
ActionProvider
Serialize
PieChart
41. 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.
Google Cloud Messaging (GCM)
Paint
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
View
42. This is the main class through which your application can access location services on Android.
When the activity resumes
LocationManager
ActionProvider
Objects Activity lifecycle
43. This is the simplest way to monitor device state changes.
Advanced Training
ViewStub
BroadcastReceiver
ViewStub
44. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
Google Cloud Messaging (GCM)
NetworkInfo
Canvas
Full power
45. It is available starting with API Level 14 and higher.
Stack - back stack
ShareActionProvider
security sandbox
Fragments
46. Callback method: The activity is no longer visible
AndroidManifest.xml
Services
onStop();
HttpURLConnection
47. For example - a ____ might be a button that initiates an action when the user touches it.
ActionProvider
Standby
getInputStream()
View
48. The ____ lifetime of an activity happens between the call to onCreate() and the call to onDestroy().
touch
Destroyed - previous
Entire
onCreate() - onDestroy()
49. This widget as an item in the action bar is the preferred way to provide search in your app.
Full power
Extensible Markup Language (XML)
SearchView
Fragments
50. A service in which programmers can offer their Android application to Android users.
android.hardware.touchscreen
isConnected()
ShareActionProvider
Google Play
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