Android SDK platform is a set of libraries and APIs that provide necessary classes, methods and interfaces to develop Android applications and allow you to compile your code.
Correct Answer:
B
Fill in the blank space in the following sentence with the correct choice: To configure your style as the theme for all your app activities (entire app). open AndroidManifest.xml, and set the theme by adding android:theme="@style/your_style_name'' attribute to the.........................
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
The SharedPreferences class provides a general framework that lets you save and retrieve persistent key-value pairs of primitive data types.
Correct Answer:
B
Which of the following Android Studio folders includes drawable files for different launcher icon densities?
Correct Answer:
D