MultipleChoice
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()
OptionsMultipleChoice
What does the following code snippet do?

MultipleChoice
The SharedPreferences class provides a general framework that lets you save and retrieve persistent key-value pairs of primitive data types.
OptionsMultipleChoice
The following image displays an Android notification labeled with the responsible to configure each part of it. Which of the following choices sets the Android notification title?

MultipleChoice
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)?

MultipleChoice
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?

MultipleChoice
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?

MultipleChoice
The following image includes Android code for an app that contains a button with an id : "Downloadbutton". When the app user clicks this button, a progress bar with id: "progressBar" will show up. What will happen if you change *'rate+=10" illustrated with green underlined text to ''rate+=50"?

MultipleChoice
The following images include an Android code for SeekBar (id: MyseekBar) and one state of its operation. What does "Result" represent in this code?
