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.
<declare-styleable>
AsyncTask
drawBitmap()
isConnected()
2. Conversion of XML back to an object
ShareActionProvider
getInputStream()
Intent filters
Deserialize
3. This object contains an account name - which for Google accounts is an email address.
Account
ACTION_SEND
android.hardware.touchscreen
Stack
4. It is an HTTP client that is used for applications targeted at Gingerbread and higher.
single-pane
onCreate() - onDestroy()
HttpURLConnection
OAuth2
5. Amode where the action bar is set up with tabs for navigation.
dual-
Fragments
BackupHelper
onPause();
6. Use this to draw text.
Fragments
drawText()
ETC1
Explicit intent
7. It provides a simple way to perform your work outside the main thread.
<declare-styleable>
AsyncTask
SQLite
Dots per inch
8. This is used to check that you're actually connected to the Internet and what type of connection is in place.
Implicit intent
onSearchRequested()
Android SDK
ConnectivityManager
9. This class provides one of the simplest ways to fire off a new task from the UI thread.
SearchView
Dalvik Debug Monitor Server
GET_ACCOUNTS
AsyncTask
10. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
Account
Stack - back stack
touch
ACTION_DOCK_EVENT
11. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
Hierarchy Viewer
ViewStub
SQLite
Widgets
12. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
virtual table
SQLite
Serialize
Activity
13. This includes tools to help you identify problems in your layout performance.
Linux based
Open Handset Alliance
Android SDK
ConnectivityManager
14. The receiver is triggered whenever the device battery becomes low or exits the low condition by listening for this two.
Canvas
SecurityException
Standby
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
15. For example - a ____ might be a button that initiates an action when the user touches it.
ValueAnimator
Canvas
drawBitmap()
View
16. Callback method: The activity is about to be destroyed.
Standby
onDestroy();
Google
Activity
17. The industry standard way to deal with authentication to third-party services.
Open Handset Alliance
Activity
View
OAuth2 protocol
18. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
Widgets
Hierarchy Viewer
authenticator class
virtual table
19. This method returns the inflated View once complete so you don't need to call findViewById() if you need to interact with the layout.
Dalvik Debug Monitor Server
android.hardware.touchscreen
inflate()
SearchView
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.
onStop();
BatteryManager
SQLite
Ducking
21. If permissions are missing - the application will get this at runtime.
SecurityException
Intent filters
setContentView
AttributeSet
22. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
isConnected()
setContentView
Full power
onMeasure()
23. Callback method: The activity has become visible.
onResume();
Intent filters
LocationManager
visible
24. is run when running Android on the pc
Serialize
InputStream
Layouts
Emulator
25. An open source group led by Google
onCreate();
Destroyed - previous
Open Handset Alliance
AsyncTask
26. It is used to toggle the enabled state on any component defined in the manifest - including whichever broadcast receivers you wish to enable or disable
Serialize
AsyncTask
onStop();
PackageManager
27. It is a set of rules for encoding documents in machine-readable form.
security sandbox
Dots per inch
AbstractAccountAuthenticator
Extensible Markup Language (XML)
28. It is a string that defines the specific type of access your app is asking for.
auth scope
onCreate();
Lifecycle callback methods
setVolumeControlStream()
29. It is available starting with API Level 14 and higher.
ETC1
onCreate() - onDestroy()
ShareActionProvider
Component - screen
30. 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.
Application resources
Deserialize
Extensible Markup Language (XML)
Activity
31. This is used to fetch the account names that the user has stored on their device.
Account Manager
setContentView
Widgets
isConnected()
32. The easiest way to create an authenticator class is to extend this and implement its abstract methods.
LTE
Explicit intent
visible
AbstractAccountAuthenticator
33. 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?
Dots per inch
drawBitmap()
ACTION_DOCK_EVENT
EXTRA_STREAM
34. Evaluation of registered components
Implicit intent
resolveSizeAndState()
Linux based
Entire
35. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
drawText()
SQLiteOpenHelper
ACTION_DOCK_EVENT
View
36. On a rooted device - the credentials would be readable by anyone with this access to the device.
onMeasure()
Serialize
touch
adb
37. Direct component call in Android
Stack - back stack
Google
Explicit intent
onResume();
38. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
resolveSizeAndState()
onStart() - onStop()
Dots per inch
Google Cloud Messaging for Android (GCM)
39. Use this to draw bitmaps.
drawBitmap()
Destroyed - previous
Layouts
resolveSizeAndState()
40. Relative to pixels and resolution screen
single-pane
onAudioFocusChange()
Dots per inch
NetworkInfo
41. It made implementing an effective and user friendly share action in your ActionBar even easier.
ActionProvider
adb
PieChart
Parser
42. It typically consumes more energy than 3G - which is in turn more expensive than 2G.
LTE
Standby
onCreate();
Wi-Fi radio
43. This is the simplest way to monitor device state changes.
ACTION_SEND
AsyncTask
onStart() - onStop()
BroadcastReceiver
44. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
AsyncTask
Ducking
Advanced Training
Geocoder
45. This is a readable source of bytes.
InputStream
Linux based
ShareActionProvider
HTTP
46. Sharing of data in Android is done via________
Wi-Fi radio
Service Content Provider
onCreate() - onDestroy()
SurfaceHolder.Callback
47. This class exposes a number of methods for applications to receive location updates.
Dots per inch
LocationManager
Intents
ViewStub
48. 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
Canvas
setVolumeControlStream()
ETC1
Destroyed - previous
49. Necessary tools to develop Android applications
HTTP
Application footprint
Android SDK
Destroyed - previous
50. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
BatteryManager
getInputStream()
onMeasure()
Full 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