With what class file or resources compiled and assessed?
Back
Bundle
Front
The onCreate() method has a single parameter named
Back
android.util
Front
Which package contains the Log class?
Back
Dynamic Fragment components
Front
What type of fragment components will be updated via add or replace?
Back
onClick
Front
Which XML attribute can you use to set the name of your click method with indoor Activity class and then implement it?
Back
Debugger
Front
In Android Studio, which tab should you use to view breakpoints, step through code, and watch the Logcat logging information about your application?
Back
XML
Front
What file type is android manifest file?
Back
Activities
Front
The tasks in an android application are referred to as
Back
NOT
Receive data from the Internet
Front
Which one of the following permissions to android applications have by default?
Back
setFilters()
Front
What method call is useful for combining multiple filters?
Back
Optimize imports
Front
Which android studio option allows a developer to save time by automatically removing any unused imported classes?
Back
Lint
Front
What tool can you use to help optimize your layout and identify a necessary components?
Back
res/raw
Front
In what dictionary or all roll resource files included?
Back
The show() method
Front
What method is used to display the dialogue?
Back
The Android emulator
Front
Within the IDE, what does a developer use to load Android applications, and test and the bug them?
Back
A FragmentTransaction
Front
An update or modification to a Fragment is performed by using what?
Back
A Toast
Front
What is a simple dialogue-like message that displays for second or so and then disappears?
Back
None
Front
Which one of the following permissions do android applications have by default?
Back
Organizes it's child view controls in a single row
Front
Which of the following best describes what the LinearLayout control does?
Back
layout_gravity
Front
Which of the following attributes is not shared by all ViewGroup subtypes?
Back
Optimize imports
Front
Which android studio option allows a developer to save time by automatically removing any unused imported classes?
Back
Layout XML resource
Front
And what reference do many different resources come together to form the definition of an android application screen?
Back
AndroidManifest.xml
Front
What is the central configuration file for android applications?
Back
When starting and activity or service
When accessing data provided by content provider
At the method call level
When sending or receiving broadcast by an intent
Front
Memorize the correct answers.
The question is: which of the following is not a point where permissions can't be enforced?
Back
Clean up any other resources associated with the fragment.
Front
When is the onDestroy() callback method called?
Back
Android SDK Manager
Front
Megan wants to download and update the development tools while still maintaining backward compatibility. What tool within the IDE will she use?
Back
Developer options
Front
What must developers and able on android devices in order to install their applications?
Back
_id
Front
The cursor must contain a field name what?
Back
Google play App Store
Front
To what platform do android developers currently publish apps?
Back
An Activity class
Front
Within what must a fragment be hosted?
Back
To hold the code and screen logic for placing the same user information component in multiple screens
Front
For what purpose is a fragment commonly used?
Back
The ActionBar
Front
What has become the preferred way to present actions to users?
Back
Bundle
Front
The onCreate() method has a single parameter named
Back
Service
Front
Tasks that do not require user interaction can be encapsulated in a(n)
Back
Java
Front
In which of the following programming languages are Android applications written?
Back
onConfigurationChanged
MAYBE?
NOT setOrientstion()
Front
When Jason rotates the screen on his android device, what method is called?
Back
Context
Front
The central command center for an Android application is know as the
Back
Task
Front
Which of the following describes one or more activities that are used for accomplishing a specific goal?
Back
Task
Front
Which of the following best describes one or more activities that are used for accomplishing a specific goal?
Back
AVD profile
Front
Which one of the following terms best describes what allows the developer to pick a device for creating an emulator and determines which platform(s) the app support?
Back
The Android package
Front
What contains generic system resources for things such as standard system colors, system styles and themes, and standard button text?
Back
The Fragment-based method
Front
What approach to implementing dialogue components is backwards compatible?
Back
A button
Front
A CheckBox is an example of what?
Back
onSaveInstanceState()
Front
If an Activity is vulnerable to being killed by the android operating system do to low memory, the Activity can save state information to a Bundle object by using which call back method?
What are five types of layouts built into the android SDK framework?
Back
Outside navigation
Front
Which of the following is not a type of navigation that android provides?
Back
Android.util
Front
Which package contains the log class?
Back
Drop-down menu.
Front
Which one of the following is not a type of menu available for use?
Back
Application programming interface
Front
What does API stand for?
Back
Notifications
Front
Joe receives a pop-up alert on his android device stating that a friend has challenged him to a game. Which part of the android application framework does this involve?
Back
Section 2
(50 cards)
CardView
Front
What View allows you to add rounded corners and shadows to a group of views?
Back
MoreAsserts
Front
Which of the following is a class located in the android.test package?
Back
insert()
Front
What is the database method for adding a new row to a database?
Five are the five types of layouts built into the android SDK framework?
Back
<include>
Front
What is the XML element for adding a layout to find another layout file?
Back
An application or Activity
Front
A theme is usually applied to work?
Back
MediaStore
Front
Which content provider's purpose is to maintain audio/visual data on the phone and external storage?
Back
What does it mean to "sunset" a device?
Front
Retiring the device
Back
Iterative methods
Front
Which one of the following strategies has been the most successfully updated to mobile development?
Back
The show() method
Front
What method is used to display the dialogue?
Back
Background thread
Front
Because database operations block the UI thread of your application, you should always run database operations in which of the following?
Back
attribute:summary
Front
Which attribute is used to give more details about a preference?
Back
colorStatusBar
Front
What theme attribute is not used for applying color branding to your application?
Back
The customization method and lowest common denominator method
Front
Which two approaches or helpful for determining project requirements for multiple devices are involved?
Back
RecyclerView
Front
What view allows you to add a very large number of items to a list while still being able to scroll efficiently without slowing the interface?
Back
All the above
Front
What simple measures can you take to repair your application for localization?
Back
Toolbar
Front
What View would you use to insert a bottom bar in your application's layout?
Back
Close the database by calling the close() method on the SWLiteOpenHelper object.
Front
What is important to do to a SQLite database to release any resources obtained by the object so that unexpected errors do not occur in your application during use?
Back
onCreate() and onUpdate()
Front
What to methods do you need to override in the SQLiteOpenHelper class for creating a table, or deleting an existing table and then creating new table?
Back
License Verification Library
Front
What does LVL stand for?
Back
A DrawerLayout
Front
Which of the following is useful for providing a list of off-screen navigation items when you swipe to the right or left?
Back
The Environment class
Front
What class can you use to access external storage on the device?
Back
dp
Front
You should use flexible units for dimensions. An example of flexible unit is
Back
Which XML attribute can you use to set the theme of your click method with and your Activity class and then implement it?
Front
onClick
Back
ForegroundGravity is an attribute specific to which layout view?
Front
FrameLayout
Back
sqlite3
Front
What commandline interface can be used to "wipe" an application database?
Back
All of the list of reasons
Front
What are some reasons you might want to include alternative resources within your application?
Back
String Opacity
Front
The following is not a qualifier defined as part of the android SDK?
Back
The systrace tool
Front
What Android SDK tool should you leverage for analyzing the display and performance execution times for your applications processes?
Back
NOT
Different API levels
Front
Which of the following does not provide a configuration you are able to target with APKs?
Back
<merge>
Front
What XML element does not ass additional resources consumption when used in layout?
Back
NOT
DirectionLayout
Front
If you set a child View to be positioned to the "North East", which layout view are you using?
Back
Google Wallet
Front
What is used for registration payment processing?
Back
To support different device and put methods
Front
Which one of the following is a reason that you might want to include alternative resources within your application?
Back
A SALite database
Front
If you need to store well-structured data, which of the following might you want to consider using to store the application's data?
Back
SQLiteOpenHelper
Front
What is the android SDK help her class for identifying SQLite database table through Java?
Back
The application can be started and stopped without losing the data
Front
Why are application preferences described as sets of data values that are stored persistently?
Back
Android Device Monitor
Front
What tool can be used for copying files to and from a device?
Back
makeSceneTransitionAnimation()
Front
What ActivityOptionsCompat method is used for creating scene transitions?
Back
<style name="Toolbar.Greeb" parent="Toolbar">
Front
With theme inheritance, how was the green theme for application branding to find?
Back
XML
Front
Application preferences are stored internally as what type of file?
Back
onBindViewHolder()
Front
What RecyclerView.Adapter method is used for binding data to the view?
Back
Cursor
Front
What class allows you to access the results of a database query?
Back
Which of the following is not a common way android applications create and use directories to store data?
Front
During public application data on a hard drive
Back
Draws its child controls in a single horizontal row or a single vertical column.
Front
Which of the following best describes what the LinearLayout control does?
Back
layout_gravity
Front
Which one of the following attributes is not shared by all ViewGroup subtypes?
Back
Drop-down menu
Front
Which one of the following is not a type of menu available for use?
Back
Standard Java methods
java.io.InputStreamReader and
java.io.BufferReader
Front
What standard methods can you use when handling file-reading and file-writing operations?
Back
When reading or writing information to a disk, what is one way the operations should be handled?
Front
Using AsyncTask objects
Back
What does QA stand for?
Front
Quality assurance
Back
Section 3
(2 cards)
eBay AppStore
Front
Which of the following is not an alternative market place where you might consider distributing your android applications?
Back
BILLING
Front
What permission is required to specify in-app products for your application?