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. The most common way to define a layout using views is with an XML layout file saved in your ______
Parser
View
Application resources
onSearchRequested()
2. On a rooted device - the credentials would be readable by anyone with this access to the device.
adb
OAuth2 protocol
ActionProvider
Back stack
3. The visible lifetime of an activity happens between the call to ____ and the call to ______
Hierarchy Viewer
authenticator class
ACTION_SEND
onStart() - onStop()
4. Relative to pixels and resolution screen
Service Content Provider
Canvas
Dots per inch
onDraw()
5. An intermediate state that uses around 50% of the battery power at the full state.
Android SDK
onPause();
Low power
Scroller
6. 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
Application resources
Paint
resolveSizeAndState()
Component - screen
7. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
AudioManager
AsyncTask
ViewStub
Dots per inch
8. This class is the basis for handling flywheel-style fling gestures.
inflate()
BatteryManager
Scroller
onAudioFocusChange()
9. It doesn't currently support the <merge/> tag in the layouts to be inflated.
ViewStub
onDraw()
GestureDetector
Layouts
10. A styleable entity that contains these two custom attributes: showText and labelPosition.
EXTRA_STREAM
onCreate() - onDestroy()
PieChart
authenticator class
11. To create an activity - you must create a subclass of
SecurityException
Activity
Advanced Training
Android SDK
12. 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.
Ducking
HttpURLConnection
onResume();
BackupHelper
13. ______ are views derived from ViewGroup that provide a unique layout model for its child views
dual-
Layouts
GestureDetector
touch
14. This class provides one of the simplest ways to fire off a new task from the UI thread.
XmlPullParser
Fragments
AsyncTask
GestureDetector
15. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
onDraw()
single-pane
Open Handset Alliance
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
16. Necessary tools to develop Android applications
Activity
AttributeSet
Android SDK
AsyncTask
17. For example - if your activity has a thread running in the background to download data from the network - it might create that thread in _____ and then stop the thread in _____
GestureDetector
LocationManager
Google Cloud Messaging for Android (GCM)
onCreate() - onDestroy()
18. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
BatteryManager
single-pane
View
ViewStub
19. This is used to fetch the account names that the user has stored on their device.
Implicit intent
Account Manager
ConnectivityManager
dual-
20. This includes tools to help you identify problems in your layout performance.
OnCurrentItemChanged
touch
Account Manager
Android SDK
21. The entire lifetime of an activity happens between the call to _____ and the call to _____
Low power
Scroller
Layouts
onCreate() - onDestroy()
22. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
SQLite
Widgets
setContentView
<declare-styleable>
23. Callback method: The activity is no longer visible
onStop();
ACTION_SEND
ActionProvider
LocationManager
24. This defines how the SearchView behaves and is defined in a res/xml/searchable.xml file.
Implicit intent
drawBitmap()
searchable configuration
Service Content Provider
25. Where Android is currently primarily developed
AttributeSet
Application resources
Geocoder
Google
26. The dock-state details are included as an extra in a sticky broadcast of this action.
Canvas
Account Manager
Destroyed - previous
ACTION_DOCK_EVENT
27. This is set up to animate for the duration of the fling.
Explicit intent
GestureDetector
ValueAnimator
drawText()
28. The ____ lifetime of an activity happens between the call to onStart() and the call to onStop().
virtual table
visible
ACTION_SEND
ETC1
29. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
Stack - back stack
ACTION_DOCK_EVENT
BatteryManager
Full power
30. Use this to draw text.
BatteryManager
single-pane
drawText()
Paint
31. This class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
AttributeSet
AsyncTask
PackageManager
Canvas
32. Most network-connected Android apps use this to send and receive data.
HTTP
AccountAuthenticatorActivity
Google
Wi-Fi radio
33. Callback method: The activity is about to be destroyed.
onDestroy();
Activity
Layouts
Open Handset Alliance
34. Whenever the device is docked or undocked - this action is broadcast.
Ducking
ACTION_DOCK_EVENT
Activity
LTE
35. For example - a ____ might be a button that initiates an action when the user touches it.
Emulator
View
visible
Intent filters
36. Callback method: The activity is being created.
setContentView
isConnected()
onCreate();
<declare-styleable>
37. This is used to check that you're actually connected to the Internet and what type of connection is in place.
ConnectivityManager
Google Play
getInputStream()
dual-
38. The helper method is used to create the final width and height values.
AbstractAccountAuthenticator
onPause();
Layouts
resolveSizeAndState()
39. This can be used to draw previews of what the camera sensor is picking up.
SurfaceView
Application resources
onSearchRequested()
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
40. When a new activity starts - it is pushed onto the ____ and takes user focus.
Back stack
AsyncTask
onDestroy();
virtual table
41. In most cases this will offer greater bandwidth at a significantly lower battery cost.
AndroidManifest.xml
HTTP
Geocoder
Wi-Fi radio
42. This broadcasts an action whenever the device is connected or disconnected from power.
Implicit intent
Destroyed - previous
Google Cloud Messaging for Android (GCM)
BatteryManager
43. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
Dalvik Virtual Machine
Google Cloud Messaging for Android (GCM)
GET_ACCOUNTS
BatteryManager
44. Once installed on a device - each Android application lives in its own ______
Activity
security sandbox
ACTION_DOCK_EVENT
ConnectivityManager
45. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
Lifecycle callback methods
BroadcastReceiver
SearchView
onCreate() - onDestroy()
46. It provides a single value - called an auth token that represents both the user's identity and the application's authorization to act on the user's behalf.
ValueAnimator
OAuth2
SQLite
onDestroy();
47. The industry standard way to deal with authentication to third-party services.
resolveSizeAndState()
OAuth2 protocol
Component - screen
Back stack
48. The minimal energy state during which no network connection is active or required.
Activity
Explicit intent
Standby
Fragments
49. Android system uses a special virtual machine to run java based applicatons
Dalvik Virtual Machine
Activity
Intent filters
Scroller
50. This is used to register and de-register your media button event receiver.
onPause();
AudioManager
Google
auth scope
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