Exam 1: Android Application Development

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In which Android version were Runtime permissions added?

(Multiple Choice)
4.9/5
(27)

Which of the following is NOT true about method getWindow() of class Dialog?

(Multiple Choice)
4.7/5
(37)

What is the location of APK generated by the build system of Android Studio?

(Multiple Choice)
4.9/5
(25)

Which of the following makes a ListView Clickable?

(Multiple Choice)
4.9/5
(31)

Which of the following is not a valid Android resource file name?

(Multiple Choice)
4.7/5
(36)

Best practice to implement Google Maps is to use Webview that calls the online Google Map API.

(True/False)
4.8/5
(27)

Which of the following features CANNOT be controlled through CardView's properties?

(Multiple Choice)
4.8/5
(44)

Which one of the following statements is NOT a function of the Action Bar?

(Multiple Choice)
4.9/5
(33)

Which of the following best explains the Android context menus?

(Multiple Choice)
4.8/5
(35)

Which of the following is correct dependency for adding CardView?

(Multiple Choice)
4.9/5
(31)

During an Activity life-cycle, what is the first callback method invoked by the system?

(Multiple Choice)
4.8/5
(35)

When creating a file using android.content.Context.openFileOutput("test.txt", 0), where is the file created?

(Multiple Choice)
4.8/5
(27)

Consider the following code: Intent i = new Intent(this, MainActivity.class); i.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(i); What best explains the code above?

(Multiple Choice)
4.8/5
(32)

Custom views for notifications are allowed in Android.

(Multiple Choice)
4.8/5
(37)

Which of the following are primary pieces of information that are required to define in an implicit Intent?

(Multiple Choice)
4.9/5
(39)

Which of the following attributes of the activity tag in the manifest file is used to set an activity screen to landscape orientation?

(Multiple Choice)
4.8/5
(41)

Capturing GPS coordinates require creating a project on Google console and enable GPS Capturing.

(True/False)
4.8/5
(30)

Which of the following is added as intent action for deep linking?

(Multiple Choice)
4.8/5
(39)

Which of the following is correct about file access in the Android system?

(Multiple Choice)
4.9/5
(34)

What existing layout is closest to ConstraintLayout in terms of functionality?

(Multiple Choice)
4.8/5
(24)
Showing 61 - 80 of 224
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)