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. You can reacquire the necessary resources and resume actions that were interrupted. These state transitions are all part of the _________
AbstractAccountAuthenticator
Stack
When the activity resumes
Entire
2. This class provides one of the simplest ways to fire off a new task from the UI thread.
Wi-Fi radio
Explicit intent
AsyncTask
Android SDK
3. The easiest way to create an authenticator class is to extend this and implement its abstract methods.
Low power
AbstractAccountAuthenticator
Dots per inch
<declare-styleable>
4. This action is used in sending text content from one activity to another.
security sandbox
ConnectivityManager
Google Cloud Messaging for Android (GCM)
ACTION_SEND
5. This object contains an account name - which for Google accounts is an email address.
LTE
GET_ACCOUNTS
AudioManager
Account
6. Relative to pixels and resolution screen
Dots per inch
Low power
Stack - back stack
Application resources
7. Binary data is shared using the ACTION_SEND action combined with setting the appropriate MIME type and placing the URI to the data in an extra named called?
onStop();
AttributeSet
ACTION_DOCK_EVENT
EXTRA_STREAM
8. This is a readable source of bytes.
Linux based
security sandbox
onStop();
InputStream
9. Use this to draw bitmaps.
EXTRA_STREAM
View
drawBitmap()
Hierarchy Viewer
10. It typically consumes more energy than 3G - which is in turn more expensive than 2G.
BatteryManager
Parser
LTE
drawBitmap()
11. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
NetworkInfo
SurfaceView
onDraw()
single-pane
12. The minimal energy state during which no network connection is active or required.
AudioManager
ViewStub
Parser
Standby
13. The ____ lifetime of an activity happens between the call to onCreate() and the call to onDestroy().
OnCurrentItemChanged
onAudioFocusChange()
resolveSizeAndState()
Entire
14. Callback method: The activity has become visible.
auth scope
onResume();
SQLiteOpenHelper
Wi-Fi radio
15. This class is the basis for handling flywheel-style fling gestures.
Advanced Training
Scroller
setVolumeControlStream()
onDestroy();
16. This is an interface which is used to pass image data from the camera hardware to the application.
SurfaceHolder.Callback
SQLite
Serialize
HttpURLConnection
17. This is the simplest way to monitor device state changes.
android.hardware.touchscreen
Open Handset Alliance
BatteryManager
BroadcastReceiver
18. The dock-state details are included as an extra in a sticky broadcast of this action.
ACTION_DOCK_EVENT
onStart() - onStop()
GET_ACCOUNTS
Scroller
19. This widget as an item in the action bar is the preferred way to provide search in your app.
AsyncTask
InputStream
SearchView
SQLiteOpenHelper
20. This is used for the need of finer control over your view's layout parameters.
HttpURLConnection
onMeasure()
SearchView
single-pane
21. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
Service Content Provider
Destroyed - previous
View
security sandbox
22. ______ are views derived from ViewGroup that provide a unique layout model for its child views
Layouts
Deserialize
BatteryManager
Scroller
23. When a new activity starts - it is pushed onto the ____ and takes user focus.
Ducking
AbstractAccountAuthenticator
Back stack
OAuth2
24. 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()
drawBitmap()
setVolumeControlStream()
Stack - back stack
25. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
getInputStream()
BackupHelper
onCreate() - onDestroy()
Canvas
26. A mode where navigation is set up with a spinner widget.
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
PackageManager
single-pane
ConnectivityManager
27. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
Intents
PieChart
Scroller
Full power
28. It is a set of rules for encoding documents in machine-readable form.
Dots per inch
Extensible Markup Language (XML)
SurfaceView
onCreate();
29. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
Advanced Training
visible
SearchView
onAudioFocusChange()
30. To define custom attributes - add this resources to your project.
<declare-styleable>
onCreate();
GestureDetector
Dalvik Virtual Machine
31. Android system uses a special virtual machine to run java based applicatons
Dalvik Virtual Machine
Application footprint
Stack
Implicit intent
32. 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
Android SDK
inflate()
PieChart
33. This is used to fetch the account names that the user has stored on their device.
BackupHelper
Lifecycle callback methods
ACTION_DOCK_EVENT
Account Manager
34. It is an HTTP client that is used for applications targeted at Gingerbread and higher.
onCreate() - onDestroy()
BatteryManager
HttpURLConnection
Hierarchy Viewer
35. It is a subclass of PreferenceActivity.
SettingsActivity
Serialize
onSearchRequested()
LocationManager
36. You can set the layout as the UI for your activity with passing the resource ID for the layout.
HttpURLConnection
Full power
ConnectivityManager
setContentView
37. A styleable entity that contains these two custom attributes: showText and labelPosition.
Account
PieChart
isConnected()
OAuth2 protocol
38. This class exposes a number of methods for applications to receive location updates.
getInputStream()
auth scope
Account Manager
LocationManager
39. Where Android is currently primarily developed
Google
Open Handset Alliance
Scroller
ConnectivityManager
40. Describes the status of a network interface of a given type (currently either Mobile or Wi-Fi).
NetworkInfo
adb
SearchView
Layouts
41. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
Layouts
auth scope
Widgets
PackageManager
42. Represents the visual representation of an Android application
Stack
BatteryManager
Activity
HttpURLConnection
43. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
dual-
Account Manager
onCreate() - onDestroy()
Explicit intent
44. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
SearchView
Full power
Dalvik Debug Monitor Server
Google
45. It is called to invoke the search dialog on older devices.
onCreate() - onDestroy()
When the activity resumes
Geocoder
onSearchRequested()
46. This class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
SurfaceView
Deserialize
View
Canvas
47. Necessary tools to develop Android applications
Android SDK
Open Handset Alliance
Activity
AccountAuthenticatorActivity
48. Callback method: The activity is no longer visible.
LocationManager
SQLite
onSearchRequested()
onStop();
49. It is a string that defines the specific type of access your app is asking for.
SecurityException
searchable configuration
Intents
auth scope
50. An intermediate state that uses around 50% of the battery power at the full state.
searchable configuration
Services
EXTRA_STREAM
Low power
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