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?
Answer : A
The SharedPreferences class provides a general framework that lets you save and retrieve persistent key-value pairs of primitive data types.
Answer : B
You can embed a web browser inside your application using the WebView class.
Answer : B
If you want to configure a link between two Android activities in the same Android application, you need to use:
Answer : C
The following Android code will show the small popup message "Message saved as draft" for 3.5 seconds, and then automatically disappears: Toast.makeText(this, "Message saved as draft". Toast.LENGTH_LONG).show()
Answer : A
In Android Studio 3.0 and higher, a checkbox is available to drag-and-drop from the palette panel.
Answer : B
Which of the following Android Studio folders includes drawable files for different launcher icon densities?
Answer : D