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 views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
Widgets
auth scope
resolveSizeAndState()
ConnectivityManager
2. Callback method: The activity is being created.
BroadcastReceiver
authenticator class
onCreate();
PackageManager
3. Allow to combine loosely coupled components to perform certain tasks
inflate()
Intents
Widgets
Full power
4. This object contains an account name - which for Google accounts is an email address.
Account Manager
View
onPause();
Account
5. To create an activity - you must create a subclass of
Google Play
Activity
Extensible Markup Language (XML)
virtual table
6. The dock-state details are included as an extra in a sticky broadcast of this action.
Google
AttributeSet
Scroller
ACTION_DOCK_EVENT
7. 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
Account Manager
onCreate() - onDestroy()
HttpURLConnection
Destroyed - previous
8. Evaluation of registered components
Canvas
auth scope
Implicit intent
Services
9. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
isConnected()
onCreate() - onDestroy()
PackageManager
ACTION_DOCK_EVENT
10. Most network-connected Android apps use this to send and receive data.
HTTP
Linux based
onCreate() - onDestroy()
single-pane
11. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
Dalvik Debug Monitor Server
searchable configuration
ConnectivityManager
SearchView
12. Direct component call in Android
Back stack
When the activity resumes
Linux based
Explicit intent
13. It is a subclass of PreferenceActivity.
ValueAnimator
Stack
Canvas
SettingsActivity
14. The minimal energy state during which no network connection is active or required.
Geocoder
Standby
isConnected()
Serialize
15. Are used in activities to create the user interface and to interact with the user.
Fragments
BatteryManager
security sandbox
Extensible Markup Language (XML)
16. Callback method: Another activity is taking focus
OAuth2
Google Cloud Messaging (GCM)
onPause();
BroadcastReceiver
17. An intermediate state that uses around 50% of the battery power at the full state.
virtual table
onAudioFocusChange()
Low power
ShareActionProvider
18. The visible lifetime of an activity happens between the call to ____ and the call to ______
onPause();
onStart() - onStop()
Ducking
setVolumeControlStream()
19. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
Standby
Dalvik Debug Monitor Server
Back stack
Google
20. Android is __________.
Advanced Training
ViewStub
Linux based
Dots per inch
21. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
Full power
SearchView
ViewStub
Standby
22. To define custom attributes - add this resources to your project.
BatteryManager
ConnectivityManager
<declare-styleable>
Advanced Training
23. A mode where navigation is set up with a spinner widget.
Extensible Markup Language (XML)
LocationManager
single-pane
PieChart
24. It is used to load images in a background thread - then apply them to the UI once finished.
onCreate() - onDestroy()
AsyncTask
Google
HTTP
25. When an activity is stopped because a new activity starts - it is notified of this change in state through the activity's _______ .
Stack - back stack
Lifecycle callback methods
getInputStream()
setVolumeControlStream()
26. The industry standard way to deal with authentication to third-party services.
Application resources
OAuth2 protocol
HTTP
Account
27. On a rooted device - the credentials would be readable by anyone with this access to the device.
Intents
adb
security sandbox
visible
28. You can set the layout as the UI for your activity with passing the resource ID for the layout.
Android SDK
setContentView
View
Geocoder
29. This class exposes a number of methods for applications to receive location updates.
Emulator
EXTRA_STREAM
Objects Activity lifecycle
LocationManager
30. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
onStart() - onStop()
adb
SecurityException
BatteryManager
31. This class is the basis for handling flywheel-style fling gestures.
Scroller
SearchView
BackupHelper
Advanced Training
32. A styleable entity that contains these two custom attributes: showText and labelPosition.
Account
PieChart
Linux based
NetworkInfo
33. The ____ lifetime of an activity happens between the call to onStart() and the call to onStop().
onStop();
SQLiteOpenHelper
visible
AndroidManifest.xml
34. This is used to check that you're actually connected to the Internet and what type of connection is in place.
onDraw()
ConnectivityManager
View
Activity
35. This is a readable source of bytes.
Android SDK
NetworkInfo
Activity
InputStream
36. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
Advanced Training
security sandbox
onDestroy();
SQLiteOpenHelper
37. This broadcasts an action whenever the device is connected or disconnected from power.
AudioManager
Scroller
Widgets
BatteryManager
38. 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 _____
Destroyed - previous
ACTION_DOCK_EVENT
Android SDK
onCreate() - onDestroy()
39. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
Ducking
Scroller
SecurityException
Canvas
40. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
Paint
Account Manager
LocationManager
Advanced Training
41. This is the most common input event in the Android system.
Stack
Intent filters
touch
searchable configuration
42. It is a set of rules for encoding documents in machine-readable form.
SearchView
Extensible Markup Language (XML)
OAuth2
Paint
43. Conversion of an object to XML
Serialize
onStop();
ShareActionProvider
Component - screen
44. Relative to pixels and resolution screen
Activity
ActionProvider
onDraw()
Dots per inch
45. Theseare a key part of Android applications that directly affect the user experience.
Layouts
Activity
setVolumeControlStream()
AccountAuthenticatorActivity
46. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
Google Cloud Messaging for Android (GCM)
Google Cloud Messaging (GCM)
Hierarchy Viewer
Deserialize
47. This action is used in sending text content from one activity to another.
Deserialize
auth scope
ACTION_SEND
SearchView
48. The entire lifetime of an activity happens between the call to _____ and the call to _____
onCreate() - onDestroy()
Fragments
SQLite
Extensible Markup Language (XML)
49. Use this to draw bitmaps.
drawBitmap()
NetworkInfo
ViewStub
onSearchRequested()
50. 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
Component - screen
AsyncTask
SQLite
adb
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