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. An open source group led by Google
SQLite
Implicit intent
Open Handset Alliance
PieChart
2. Callback method: The activity is being created.
ConnectivityManager
Emulator
onStart() - onStop()
onCreate();
3. This method returns the inflated View once complete so you don't need to call findViewById() if you need to interact with the layout.
Google Cloud Messaging for Android (GCM)
InputStream
drawText()
inflate()
4. Callback method: The activity has become visible.
Application resources
onStop();
onResume();
Geocoder
5. Allow to combine loosely coupled components to perform certain tasks
OnCurrentItemChanged
SecurityException
virtual table
Intents
6. This is used to register and de-register your media button event receiver.
Android SDK
AudioManager
ACTION_SEND
LocationManager
7. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
ConnectivityManager
drawBitmap()
Layouts
Destroyed - previous
8. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
Objects Activity lifecycle
Hierarchy Viewer
AsyncTask
Account Manager
9. It is a string that defines the specific type of access your app is asking for.
auth scope
android.hardware.touchscreen
Activity
AsyncTask
10. In order to get a list of accounts on the device - your app needs this permission.
SecurityException
GET_ACCOUNTS
ACTION_DOCK_EVENT
Layouts
11. The ____ lifetime of an activity happens between the call to onCreate() and the call to onDestroy().
Lifecycle callback methods
ActionProvider
Entire
Account Manager
12. Callback method: Another activity is taking focus
ETC1
Scroller
Extensible Markup Language (XML)
onPause();
13. It inform the system what intents an application component is willing to accept.
Intent filters
Activity
OAuth2 protocol
ViewStub
14. It is a subclass of PreferenceActivity.
isConnected()
BroadcastReceiver
SettingsActivity
Geocoder
15. When an activity is stopped because a new activity starts - it is notified of this change in state through the activity's _______ .
AsyncTask
Lifecycle callback methods
Open Handset Alliance
onPause();
16. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
SQLiteOpenHelper
visible
ACTION_DOCK_EVENT
onPause();
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 _____
onCreate() - onDestroy()
visible
Full power
Parser
18. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
Advanced Training
onStop();
Low power
setContentView
19. 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?
AttributeSet
onSearchRequested()
When the activity resumes
Activity
20. 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
Canvas
onPause();
Dalvik Virtual Machine
21. This is used to convert raw touch events into gestures.
ETC1
GestureDetector
Google Cloud Messaging (GCM)
LTE
22. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
Activity
Widgets
ETC1
BroadcastReceiver
23. If you want your APK to be visible on TVs which are non-touchscreen devices you should add this to your manifest.
Android SDK
virtual table
<declare-styleable>
android.hardware.touchscreen
24. Use this to draw bitmaps.
LocationManager
drawBitmap()
Objects Activity lifecycle
authenticator class
25. Once installed on a device - each Android application lives in its own ______
InputStream
drawBitmap()
security sandbox
BroadcastReceiver
26. Necessary tools to develop Android applications
AndroidManifest.xml
single-pane
BroadcastReceiver
Android SDK
27. This class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
HttpURLConnection
PieChart
Canvas
View
28. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
Lifecycle callback methods
onCreate() - onDestroy()
Parser
Google Play
29. This is set up to animate for the duration of the fling.
ValueAnimator
SQLiteOpenHelper
SQLite
onCreate() - onDestroy()
30. Android is __________.
ViewStub
Linux based
Full power
View
31. It is used as a reverse-geocoding where translating latitude longitude coordinates to a human-readable address happens.
<declare-styleable>
Linux based
Geocoder
onResume();
32. It is an HTTP client that is used for applications targeted at Gingerbread and higher.
HttpURLConnection
Google Cloud Messaging for Android (GCM)
Dots per inch
Entire
33. A service in which programmers can offer their Android application to Android users.
virtual table
AsyncTask
Destroyed - previous
Google Play
34. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
Activity
GestureDetector
BatteryManager
ActionProvider
35. Callback method: The activity is about to be destroyed.
setContentView
Paint
onDestroy();
SQLiteOpenHelper
36. An _______ is an application component that provides a screen 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.
Activity
Intents
SQLite
BroadcastReceiver
37. You can reacquire the necessary resources and resume actions that were interrupted. These state transitions are all part of the _________
When the activity resumes
<declare-styleable>
BatteryManager
isConnected()
38. This is an interface which is used to pass image data from the camera hardware to the application.
SurfaceHolder.Callback
Standby
AsyncTask
<declare-styleable>
39. Callback method: The activity is no longer visible
ACTION_DOCK_EVENT
GestureDetector
onStop();
searchable configuration
40. This action is used in sending text content from one activity to another.
ACTION_SEND
onDraw()
Account Manager
ETC1
41. Android system uses a special virtual machine to run java based applicatons
ValueAnimator
drawBitmap()
onAudioFocusChange()
Dalvik Virtual Machine
42. In order for the AccountManager to work with your custom account code - you need this class that implements the interfaces that AccountManager expects.
authenticator class
SurfaceView
Activity
Layouts
43. Perform background tasks without providing a user interface
Paint
onCreate() - onDestroy()
ConnectivityManager
Services
44. Relative to pixels and resolution screen
Canvas
onCreate() - onDestroy()
Dots per inch
Back stack
45. Callback method: The activity is no longer visible.
onStop();
ETC1
LocationManager
SearchView
46. This object contains an account name - which for Google accounts is an email address.
setContentView
Scroller
Stack
Account
47. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
Service Content Provider
Serialize
AsyncTask
Stack - back stack
48. 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 ___ .
LocationManager
ACTION_DOCK_EVENT
Stack
Fragments
49. Amode where the action bar is set up with tabs for navigation.
Google Play
Ducking
dual-
LTE
50. The easiest way to create an authenticator class is to extend this and implement its abstract methods.
AbstractAccountAuthenticator
android.hardware.touchscreen
Google Cloud Messaging for Android (GCM)
Explicit intent
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