Black Friday Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Master the Android AND-801 Exam: Essential Study Tips and Strategies

Questions 1

Check the following image which includes Android code. In this code when the app user clicks the button, the user will get a toast message which states "Hello Android ATC". After executing the code, where on the android device screen will the toast message appear?

AND-801 Question 1

Options:

A.

Top middle (center).

B.

Top left.

C.

Top right.

D.

Right middle (center).

Buy Now
Questions 2

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.

/database/data/APP_NAME/databases/DATABASE_FILE_SQLAPP.

C.

/database/data/APP_NAME/databases/DATABASE_FILE.

D.

/dataSQL/data/APP_NAME/databases/DATABASE_FILE.

Buy Now
Questions 3

The following Android code displays a Toast message. Which of the following is the correct parameter to replace Toast.xyz in this line of code? Toast.makeText(this,"Message saved as draff ,Toast.xyz).show()

Options:

A.

Toast.sec.4

B.

Toasst.shortTime

C.

ToastiLEMGTH_LONG

D.

Toast. Time.4s

Buy Now
Questions 4

The SharedPreferences class provides a general framework that lets you save and retrieve persistent key-value pairs of primitive data types.

Options:

A.

False

B.

True

Buy Now
Questions 5

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

AND-801 Question 5

Options:

A.

It is used to run Android wizard to add new type of Android emulator.

B.

It is used to import Another Android app to the existing app.

C.

It is used to start Android publishing wizard.

D.

It is used to set me constraints (margins) of any Android widgetsuch as Text View or Button byselecting the widget, then circling Infer Constraints" button.

Buy Now
Questions 6

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?

AND-801 Question 6

Options:

A.

Configure me activity main.xml file to enable Ihe WlFi connection or mobile data connection.

B.

This app will openthe web site without the need to add any additional configuration

C.

Add additional code to configure FireFox web browser as default web browser for this app.

D.

Configure the app's AndroidManifest file to allow this app to connect to the Internet by adding the tag.

Buy Now
Questions 7

The Android library code is organized in such a way that it can be used by multiple Android applications.

Options:

A.

True

B.

False

Buy Now
Questions 8

Check the following image which includes a code that runs when the user clicks on the button (id =button). This code for an Android app includes three check boxes for the question: "Which countries are in North America?" Select one of the following choices, where the result will appear when the app user clicks the button.

AND-801 Question 8

Options:

A.

in TextView widget has blank id

B.

in TextView widget has id: textresult

C.

in TextView widget has id: textresult.text

D.

in TexView widget has id: isChecKed

Buy Now
Questions 9

You can embed a web browser inside your application using the WebView class.

Options:

A.

True

B.

False

Buy Now
Questions 10

In Android Studio 3.0 and higher, a checkbox is available to drag-and-drop from the palette panel.

Options:

A.

False

B.

True

Buy Now