ANDROID AND 801
Q: 1
Assume you were given the code of an Android app that include a Google Map. When you checked
the apps code, you found the following: var locationMangaer: LocationManager?=null var
locationUstener: LocationListener?=null Which of the following is true about this app?
Options
Q: 2
Android is an open source, Linux-based software stack.
Options
Q: 3
Which of the following choices is the best answer to fill the empty space in the following sentence?
Adding a new color to the colors.xml file in Android Studio (/res/values/colors.xml) helps the app
developers to use this new color as attribute value for the ................attribute in all these app
layouts.
Options
Q: 4
In Android Studio 3.0 and higher, a checkbox is available to drag-and-drop from the palette panel.
Options
Q: 5
Check the following image which includes Android code for a sum calculator. Which of the following
choices is correct about this Android code?


Options
Q: 6
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?


Options
Q: 7
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.........................


Options
Q: 8
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?


Options
Q: 9
You have an Android application that consists of two activities (MainActivity and SecondActivity) and
you want to pass data in text field (ID: FirstNameJD) of MainAcitivity to SecondActivity. The passed
data will appear in SecondActivity inside a TextView widget with Id: HelloMessageJD. You will use
Intent to pass this data from MainActivity to SecondActivity. The Following two images include the
Android code which will be written in MainActivity.kt and SecondActivity.kt files. Your data will not
pass from MainActivity to SecondActivity due to a mistake in the code in SecodActivity.kt. Which of
the following choices is a correct solution to make this app run correctly?


Options
Q: 10
The Android library code is organized in such a way that it can be used by multiple Android
applications.
Options
Question 1 of 10