Android Studio is the official IDE for Android application development.
Correct Answer:
B
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?
Correct Answer:
B
Android is an open source, Linux-based software stack.
Correct Answer:
A
The SharedPreferences class provides a general framework that lets you save and retrieve persistent key-value pairs of primitive data types.
Correct Answer:
B
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()
Correct Answer:
C