Exam 1: Android Application Development
Exam 1: Android Application Development224 Questions
Exam 2: Android Security Essentials107 Questions
Exam 3: Monetize Android Applications75 Questions
Select questions type
How is the lifecycle of Service connected to the component that started it?
(Multiple Choice)
4.9/5
(38)
Which of the following are NOT correct about Normal Permissions? (Choose two)
(Multiple Choice)
4.8/5
(32)
Which of the following is not an Activity lifecycle call-back method?
(Multiple Choice)
4.9/5
(32)
Which one of the following is not a valid name for process state?
(Multiple Choice)
4.9/5
(38)
Which of the following is true about this code snippet? (Choose two) Intent intent = new Intent(Intent.ACTION_DIAL,Uri.parse("tel:555-1234")); startActivity(intent);
(Multiple Choice)
4.8/5
(36)
Which of the following methods updates a ListView when an element is added to the data set?
(Multiple Choice)
4.9/5
(37)
Which of the following is true about attribute android:windowSoftInputMode of the <activity> tag in file AndroidManifest.xml?
(Multiple Choice)
5.0/5
(30)
Which of the following lines of code starts activity Activity2 from a current activity Activity1?
(Multiple Choice)
4.7/5
(41)
What two methods you have to override when implementing Android option menus?
(Multiple Choice)
4.9/5
(29)
What is the Android SDK version required for best performance of "Instant Run" feature of Android Studio?
(Multiple Choice)
4.9/5
(40)
Using Android Studio, you can build applications for Android Wear, Android TV, and Android Auto, as well as Android phones applications.
(True/False)
4.8/5
(32)
Which of the following information cannot not be included in the Manifest file?
(Multiple Choice)
4.8/5
(41)
Which of these files contains text values that you can use in your application?
(Multiple Choice)
4.8/5
(39)
Which of the following is NOT correct about the Gradle build system of Android Studio?
(Multiple Choice)
4.8/5
(34)
Which of the following are the possible values of app:fabSize attribute of FloatingActionButton?
(Multiple Choice)
4.7/5
(31)
Which of the following are NOT types of Runtime permission? (Choose two)
(Multiple Choice)
4.8/5
(38)
Which of the following is the base class of all UI components?
(Multiple Choice)
4.8/5
(27)
Consider the following code snippet to query SQLite database: String[] result_columns = new String[] {KEY_ID, COL1, COL2}; Cursor allRows = myDatabase.query(true, DATABASE_TABLE, result_columns, null, null, null, null, null, null); Which of the following prints out the values of COL1 column correctly if the result is not empty?
(Multiple Choice)
4.9/5
(39)
Which of the following best explains the Android option menus?
(Multiple Choice)
4.8/5
(29)
Showing 81 - 100 of 224
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)