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. To define custom attributes - add this resources to your project.
AbstractAccountAuthenticator
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
<declare-styleable>
BackupHelper
2. In order to get a list of accounts on the device - your app needs this permission.
Entire
onDraw()
GET_ACCOUNTS
BatteryManager
3. Callback method: The activity is no longer visible
Implicit intent
Canvas
onStop();
searchable configuration
4. The entire lifetime of an activity happens between the call to _____ and the call to _____
onCreate() - onDestroy()
Destroyed - previous
SearchView
Scroller
5. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
Hierarchy Viewer
InputStream
security sandbox
SQLiteOpenHelper
6. The dock-state details are included as an extra in a sticky broadcast of this action.
ACTION_DOCK_EVENT
Intent filters
SearchView
Account
7. This handles cases like flaky mobile networks - airplane mode - and restricted background data.
Stack
HTTP
AccountAuthenticatorActivity
isConnected()
8. Callback method: The activity is being created.
PieChart
onPause();
auth scope
onCreate();
9. Android request its permission using its ________
Wi-Fi radio
Geocoder
AndroidManifest.xml
AsyncTask
10. This is the simplest way to monitor device state changes.
BroadcastReceiver
SearchView
Entire
Explicit intent
11. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
OnCurrentItemChanged
ConnectivityManager
android.hardware.touchscreen
onStart() - onStop()
12. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
LocationManager
Dalvik Debug Monitor Server
onCreate() - onDestroy()
drawBitmap()
13. This is used to convert raw touch events into gestures.
SettingsActivity
GestureDetector
When the activity resumes
Application footprint
14. These helpers are specialized classes for backing up certain kinds of data.
setVolumeControlStream()
Low power
GestureDetector
BackupHelper
15. This widget as an item in the action bar is the preferred way to provide search in your app.
SearchView
drawText()
onCreate();
Dalvik Virtual Machine
16. This includes tools to help you identify problems in your layout performance.
Activity
LocationManager
Android SDK
Emulator
17. On a rooted device - the credentials would be readable by anyone with this access to the device.
onCreate() - onDestroy()
NetworkInfo
ConnectivityManager
adb
18. This is used for the need of finer control over your view's layout parameters.
android.hardware.touchscreen
drawText()
onMeasure()
onCreate() - onDestroy()
19. Converts XML Document to XML DOM
Parser
Ducking
SearchView
When the activity resumes
20. Amode where the action bar is set up with tabs for navigation.
Open Handset Alliance
dual-
android.hardware.touchscreen
PackageManager
21. 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.
Intents
Layouts
Layouts
OAuth2
22. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
ViewStub
onSearchRequested()
Dalvik Debug Monitor Server
SearchView
23. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
onStart() - onStop()
Widgets
Explicit intent
SQLiteOpenHelper
24. It is an HTTP client that is used for applications targeted at Gingerbread and higher.
AttributeSet
Dalvik Virtual Machine
HttpURLConnection
AccountAuthenticatorActivity
25. This is used to fetch the account names that the user has stored on their device.
onCreate() - onDestroy()
View
Wi-Fi radio
Account Manager
26. The easiest way to create an authenticator class is to extend this and implement its abstract methods.
authenticator class
GET_ACCOUNTS
AbstractAccountAuthenticator
Destroyed - previous
27. A service in which programmers can offer their Android application to Android users.
Account
Google Play
Component - screen
Intent filters
28. It's generally a good idea for one of your APKs to support this texture format as it is supported by all Android-powered devices that support the OpenGL ES 2.0 spec.
View
onCreate();
Lifecycle callback methods
ETC1
29. This is used to check that you're actually connected to the Internet and what type of connection is in place.
AsyncTask
setVolumeControlStream()
GestureDetector
ConnectivityManager
30. The industry standard way to deal with authentication to third-party services.
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
OAuth2 protocol
ValueAnimator
GestureDetector
31. This is a base class supplied by Android framework - which you can extend to create your own custom authenticator.
onCreate() - onDestroy()
BatteryManager
Objects Activity lifecycle
AccountAuthenticatorActivity
32. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
onSearchRequested()
HTTP
Scroller
virtual table
33. 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 ___ .
Stack
isConnected()
LocationManager
android.hardware.touchscreen
34. 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?
onStop();
AttributeSet
LocationManager
AudioManager
35. It is called to invoke the search dialog on older devices.
Google Cloud Messaging for Android (GCM)
setVolumeControlStream()
onSearchRequested()
BatteryManager
36. 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 _____
Application footprint
Full power
onCreate() - onDestroy()
GestureDetector
37. Shows the actual amount of memory the application uses
Extensible Markup Language (XML)
Back stack
Application footprint
Fragments
38. Are used in activities to create the user interface and to interact with the user.
Lifecycle callback methods
isConnected()
Fragments
XmlPullParser
39. The receiver is triggered whenever the device battery becomes low or exits the low condition by listening for this two.
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
SurfaceHolder.Callback
getInputStream()
touch
40. It is a subclass of PreferenceActivity.
onCreate() - onDestroy()
Intent filters
SettingsActivity
GET_ACCOUNTS
41. Represents the visual representation of an Android application
ACTION_DOCK_EVENT
Activity
Explicit intent
Account Manager
42. It made implementing an effective and user friendly share action in your ActionBar even easier.
ActionProvider
Scroller
virtual table
single-pane
43. Direct component call in Android
single-pane
NetworkInfo
Explicit intent
Canvas
44. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
getInputStream()
Full power
Destroyed - previous
Activity
45. To respond to media button clicks - you need to register this in your manifest that listens for this action broadcast.
BroadcastReceiver
AudioManager
Stack
Geocoder
46. This is the main class through which your application can access location services on Android.
ShareActionProvider
Wi-Fi radio
Application resources
LocationManager
47. This action is used in sending text content from one activity to another.
ViewStub
ACTION_SEND
Full power
Account Manager
48. Theseare a key part of Android applications that directly affect the user experience.
When the activity resumes
Service Content Provider
Layouts
onStop();
49. This is set up to animate for the duration of the fling.
Full power
ValueAnimator
Service Content Provider
resolveSizeAndState()
50. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
Explicit intent
SurfaceView
setContentView
ViewStub
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