Mobile Application Development Quiz Questions and Answers
The first activity that launches when users launch an app is called_______.
Answer :
Launcher Activity
By default, in the android studio, during app development, a file that holds information about the app's fundamental features and components is_______.
Answer :
AndroidManifest.xml
What is the difference between content values and cursor in android SQlite?
Answer :
A & B
A class that allows displaying messages on logcat windows is______.
Answer :
Log class
Status data will be exposed to the rest of the Android system via:
Answer :
A content provider
In the android studio, a callback that is called when activity interaction with the user is started is______.
Answer :
onResume
Required Java environment for development is called_________.
Answer :
JDK
Dalvik Virtual Machine (DVM) uses core features of_______.