Official Bank 0/45

Android Application Development v8 (AND-801) - Android Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
45 Total Questions
1
Question
The following image includes Android code for a WebView widget (ID: MyWebView) to work as a web browser for the URL: http://www.androidatc.com. When you run this code, the app does not open the www.androidatc.com web site. Which step is still missing to open this web site through this app?

Exhibit
Options
A Configure me activity main.xml file to enable Ihe WlFi connection or mobile data connection.
B Configure the app's AndroidManifest file to allow this app to connect to the Internet by adding the tag.
C This app will open the web site without the need to add any additional configuration
D Add additional code to configure FireFox web browser as default web browser for this app.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Fill in the blank space in the following sentence with the correct choice: The following image shows the content of an AndroidManifest.xml file of an Android app. The role of adding the attributes "androidricon" and "android:roundlcon" is.........................

Exhibit
Options
A Set an app icon image on a phone, on any smart device, or in Google play store.
B Show this icon if this app is installed on IPhone devices only.
C Snow the app icon in Android Studio title bar only.
D Show the app icon in Android Studio emulator only.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
If your Android application creates a SQLite database, which of the following is the default directory
to save this database file?
Options
A /database/SQLite_Data/APP_NAME/databases/DATABASE_FILE.
B /dataSQL/data/APP_NAME/databases/DATABASE_FILE.
C /database/data/APP_NAME/databases/DATABASE_FILE_SQLAPP.
D /database/data/APP_NAME/databases/DATABASE_FILE.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Check the following image, and then select which of the following choices defines the Infer Constraints" button of the Android Studio tool bar?

Exhibit
Options
A It is used to run Android wizard to add new type of Android emulator.
B It is used to set me constraints (margins) of any Android widget such as Text View or Button by selecting the widget, then circling Infer Constraints" button.
C It is used to import Another Android app to the existing app.
D It is used to start Android publishing wizard.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
As an Android developer, to change the font size of a text in Android layout, you should use attribute "android:textSize". Which of the following choices is the recommended syntax to change the font size to 18?
Options
A android:textSize=18sd"
B android:TextSize=18dp”
C androtd:textSize="18sp"
D android:textSize=-"18point"
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.