What Are Android App Fundamentals & Components?
Services
Activities
Broadcast Receivers

Content providers
What is the Structural Layout & Lifecycle of Activity in Android Studio?
Manifest Folder
Java Folder
Resource Folder
Gradle Files
- OnCreate: It is executed when an activity is first developed.
- OnStart: It is executed when the user can see an activity.
- OnResume: It is executed when the activity begins user interaction.
- OnPause: It is carried out while the user cannot see activities.
- OnStop: It is executed when the activity is no longer visible.
- OnRestart: It is executed when the activity stops and restarts again.
- OnDestroy: It is executed when an activity needs to be ended.
Selecting the Appropriate Tool
Platform Feature Support
Speed Consideration
Cost of Development

