Google - Associate Android Developer Quiz Questions and Answers
What is Android?
Answer :
OS
Is Android Open Source?
Answer :
Yes
Where are android applications uploaded?
Answer :
Google Playstore
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
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_________.