Total Questions : 10
Expected Time : 10 Minutes

1. What is the purpose of the Content Provider component in Android?

2. What is the primary purpose of an Android manifest file (AndroidManifest.xml)?

3. Which XML file is used to define the user interface layout of an Android Activity?

4. Which layout manager is commonly used for creating grid-based user interfaces in Android?

5. What is the Android View system, and how does it relate to UI components in an Android app?

6. What is the Android design pattern used for separating the presentation layer from the business logic?

7. What is the Android Activity lifecycle, and what are its main states?

8. What is the purpose of the 'onCreate' method in an Android 'Activity'?

9. What is the primary database used in Android for local storage?

10. What is the purpose of the Gradle build system in Android development?