Mobile Application Development Exam Questions And Answers «PREMIUM»
App’s package name and components (Activities, Services, Broadcast Receivers). Permissions needed (e.g., Camera, Internet, Location). Minimum Android API level required. App icon, theme, and label.
It is a mandatory file that describes crucial information about the app to the Android build tools, OS, and Google Play Store, including:
Written in a single language (e.g., Dart for Flutter, JavaScript for React Native) and compiled into native code. They provide a balance between native performance and code reusability. Part 2: Android Development Exam Questions (2026 Focus) Q3: Draw and Explain the Android Activity Lifecycle. mobile application development exam questions and answers
Enables the app to receive and respond to system-wide broadcast announcements (e.g., a low-battery alert). Content Provider:
Stores small amounts of primitive data (key-value pairs). App icon, theme, and label
RecyclerView is a flexible and efficient view group for displaying large data sets in a scrollable list. It is preferred over ListView because:
| Q# | Answer | |----|--------| | 1 | B | | 2 | B | | 3 | D | | 4 | A | | 5 | C | | 6 | B | | 7 | C | | 8 | B | | 9 | B | | 10 | A | Part 2: Android Development Exam Questions (2026 Focus)
: Called when the activity is first created; used for static setup. onStart() : Makes the activity visible to the user.