The following Android code locates Toronto CN tower on Google map using on the latitude and longitude coordinates. Which of the following choices is the correct choice to show your Google map in the zoom-in state?
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?
The first image below includes an Android code to generate AlertDialog which is illustrated in the second image. The last line of the code includes "xxxxxxx". Which of the following choices is the correct line of code to replace "xxxxxxx" for the purpose of showing this AlertDialog?
Which of the following choices is the main role of the button which is illustrated in the red rectangle over the Android Studio tool bar?
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.
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?
Google Maps allows web sites, mobile apps and other media to connect to its database and import it in JSON format. This web connection between Google maps database and mobile applications are done through https connections and using an API key.
What is the main role of adding the following permission tag to AndroidManifest.xml file in an Android app?
Which of the following is true about the following line of code: button.setOnClickListener({})
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?