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. Are used in activities to create the user interface and to interact with the user.
Android SDK
Fragments
BroadcastReceiver
dual-
2. The most common way to define a layout using views is with an XML layout file saved in your ______
Entire
Google
Google Cloud Messaging for Android (GCM)
Application resources
3. For example - a ____ might be a button that initiates an action when the user touches it.
inflate()
resolveSizeAndState()
Intent filters
View
4. Amode where the action bar is set up with tabs for navigation.
drawBitmap()
Stack
HttpURLConnection
dual-
5. Use this to draw bitmaps.
AbstractAccountAuthenticator
touch
drawBitmap()
Extensible Markup Language (XML)
6. Perform background tasks without providing a user interface
Services
Objects Activity lifecycle
Layouts
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
7. It is a free service for sending messages to Android devices.
Google Cloud Messaging (GCM)
Account
Deserialize
Linux based
8. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
Google Cloud Messaging for Android (GCM)
HTTP
Google
Intent filters
9. Evaluation of registered components
Activity
HTTP
Implicit intent
AsyncTask
10. This is the main class through which your application can access location services on Android.
AttributeSet
auth scope
onStart() - onStop()
LocationManager
11. If you want your APK to be visible on TVs which are non-touchscreen devices you should add this to your manifest.
Intent filters
ACTION_DOCK_EVENT
android.hardware.touchscreen
onPause();
12. ______ are views derived from ViewGroup that provide a unique layout model for its child views
OAuth2 protocol
GestureDetector
Layouts
Dots per inch
13. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
Implicit intent
onStart() - onStop()
Entire
onDraw()
14. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
Objects Activity lifecycle
BroadcastReceiver
Dalvik Debug Monitor Server
AndroidManifest.xml
15. In most cases this will offer greater bandwidth at a significantly lower battery cost.
onResume();
BatteryManager
Wi-Fi radio
ETC1
16. The minimal energy state during which no network connection is active or required.
single-pane
drawText()
BackupHelper
Standby
17. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
<declare-styleable>
Emulator
Hierarchy Viewer
Implicit intent
18. This is a readable source of bytes.
Wi-Fi radio
onCreate() - onDestroy()
ShareActionProvider
InputStream
19. It is called to invoke the search dialog on older devices.
Ducking
Linux based
onSearchRequested()
Google Play
20. This callback method of the audio focus change listener you registered when requesting audio focus receives a parameter that describes the focus change event.
Intents
onAudioFocusChange()
visible
Linux based
21. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
resolveSizeAndState()
onMeasure()
onCreate() - onDestroy()
Stack - back stack
22. Conversion of an object to XML
auth scope
Advanced Training
onDraw()
Serialize
23. Callback method: The activity has become visible.
ACTION_SEND
onCreate() - onDestroy()
onResume();
HttpURLConnection
24. This defines how the SearchView behaves and is defined in a res/xml/searchable.xml file.
OAuth2
searchable configuration
resolveSizeAndState()
AsyncTask
25. This object contains an account name - which for Google accounts is an email address.
SearchView
Account
ACTION_DOCK_EVENT
AudioManager
26. Direct component call in Android
Emulator
Application footprint
Explicit intent
AccountAuthenticatorActivity
27. Android request its permission using its ________
virtual table
AndroidManifest.xml
drawBitmap()
Scroller
28. This widget as an item in the action bar is the preferred way to provide search in your app.
View
Widgets
SearchView
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
29. The industry standard way to deal with authentication to third-party services.
Fragments
OAuth2 protocol
authenticator class
GET_ACCOUNTS
30. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
onCreate() - onDestroy()
BatteryManager
ShareActionProvider
SecurityException
31. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
ACTION_SEND
ViewStub
BatteryManager
AudioManager
32. It is available starting with API Level 14 and higher.
ShareActionProvider
setVolumeControlStream()
Intents
SecurityException
33. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
Open Handset Alliance
Standby
Android SDK
SQLiteOpenHelper
34. These helpers are specialized classes for backing up certain kinds of data.
auth scope
Application footprint
BackupHelper
drawBitmap()
35. This broadcasts an action whenever the device is connected or disconnected from power.
LTE
getInputStream()
BatteryManager
LocationManager
36. It is a subclass of PreferenceActivity.
When the activity resumes
SettingsActivity
Destroyed - previous
Dalvik Debug Monitor Server
37. It typically consumes more energy than 3G - which is in turn more expensive than 2G.
setVolumeControlStream()
LTE
Serialize
Scroller
38. For instance - when stopped - your activity should release any large ____ - such as network or database connections.
SurfaceHolder.Callback
PieChart
Objects Activity lifecycle
NetworkInfo
39. To define custom attributes - add this resources to your project.
Standby
Open Handset Alliance
<declare-styleable>
Fragments
40. An open source group led by Google
Open Handset Alliance
Paint
Dalvik Debug Monitor Server
Geocoder
41. This class provides one of the simplest ways to fire off a new task from the UI thread.
AsyncTask
onStop();
Dalvik Virtual Machine
Low power
42. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
OnCurrentItemChanged
onCreate() - onDestroy()
GET_ACCOUNTS
Application footprint
43. Describes the status of a network interface of a given type (currently either Mobile or Wi-Fi).
AbstractAccountAuthenticator
ViewStub
NetworkInfo
ValueAnimator
44. This is used to register and de-register your media button event receiver.
ActionProvider
ACTION_DOCK_EVENT
Activity
AudioManager
45. 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 ___ .
Ducking
Stack
GestureDetector
Parser
46. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
authenticator class
security sandbox
virtual table
onCreate() - onDestroy()
47. This is used to fetch the account names that the user has stored on their device.
Paint
SQLiteOpenHelper
onAudioFocusChange()
Account Manager
48. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
ConnectivityManager
Application footprint
Full power
SQLiteOpenHelper
49. It doesn't currently support the <merge/> tag in the layouts to be inflated.
PieChart
ViewStub
Dots per inch
Emulator
50. It is a set of rules for encoding documents in machine-readable form.
View
AsyncTask
Extensible Markup Language (XML)
auth scope
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