Q.1.
Which of the following is NOT a valid usage for Intents?
Q.2.
In Which Directory XML Layout Files Are Stored
Q.3.
The android library that provides access to UI pre-built elements such as buttons, lists, views etc. is
Q.4.
What does the .apk extension stands for
Q.5.
What is the latest Android?
Q.6.
Android is based on Linux for the following reason.
Q.7.
What is the name of the program that converts Java byte code into Dalvik byte code?
Q.8.
Which of the following AsyncTask methods is NOT executed on the UI thread?
Q.9.
Which of the following is a Java call-back method invoked when a view is clicked?
Q.10.
If your application is throwing exception android.content.ActivityNotFoundException, which of the following could resolve the problem?
Q.11.
What is AAPT?
Q.12.
What does this code do?
Q.13.
What is the parent class of all Activity widgets?
Q.14.
What is the name of the class used by Intent to store additional information?
Q.15.
While Java or Kotlin source files stored in ....
Q.16.
What does the src folder contain?
Q.17.
What year was the Open Handset Alliance announced?
Q.18.
What is the difference between margin and padding in android layout?
Q.19.
During an activity life cycle, what is the first callback method invoked by the system?
Q.20.
What language used in Android Studio?