AND-801 Android Application Development v8

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which of the following choices is the main role of the Preview button which is illustrated in the red circle of the vertical Android Studio tool bar?

Untitled

Select an option, then click Submit answer.

  • It shows the activity blue print preview mode.

  • It shows the Java or Kotlin code of an activity.

  • It shows the activity layout in print review.

  • It shows the activity layout in text (XML) and design mode at the same time.

Question 8

Check the following image which includes a part of activity_main.xml file of an Android application. Which of the following choices is correct about this code?

Untitled

Select an option, then click Submit answer.

  • This code is related to Android RecycterView layout.

  • This code will give this app permission to connect to Google Gmail

  • This is a fragment layout to show the Google map.

  • This provide will give this app permission to connect to Google SQLite.

Question 9

The following image displays an AndroidManifest.xml file for an Android app. Which of the following choices is correct about this file?

Untitled

Select an option, then click Submit answer.

  • This app consists of two activities and MainActlvity is the launcher activity.

  • This app consists of two activities and Second is the launcher activity

  • This app consists of three activities and MainActlvity is the launcher activity.

  • This app consists of one activity and MainActlvity is the launcher activity.