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()
Answer : C
Which of the following is true about the following line of code: button.setOnClickListener({})
Answer : B
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?
Answer : A
Assume you are developing an Android app which consists of two activities, MainActivity and SecondActivity. The following image includes part of MainActivity code. This file includes a button that has id "Mybutton". What does the following code snippet do if it is executed after the user taps on the button (id: Mybutton)?
Answer : A
Which of the following Android Studio folders includes drawable files for different launcher icon densities?
Answer : D
To add a Google map to an Android app, you should to use map fragments.
Answer : B
Check the following image which is a part of AndroidManifest.xml file, then select which of the following choices is the correct description of the gray highlighted color of this code?
Answer : B