Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Android > Android Certified Trainer > AND-801

AND-801 Android Application Development v8 Question and Answers

Question # 4

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?

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.

Full Access
Question # 5

Android Studio is the official IDE for Android application development.

A.

False

B.

True

Full Access
Question # 6

The code snippet below displays a menu which is illustrated in another image. The emulator image displays a menu that contains three items, but in the code file none of these menu items are available. Where do these items come from?

A.

This file will not show any menu items.

B.

As illustrated in the code, these items are already added in the resource the called menu.xml and this file exists m a container called menu.

C.

These menu items are already added to AndroidManitfest,xml file.

D.

These items are added in activity_main.xml file.

Full Access