- What is Android?
- What is an activity?
- What is a fragment?
- What is a service in Android?
- What is the life-cycle of Android activity?
- What is the AndroidManifest.xml file and why do you need this?
- What is the intent?
- What is a Toast?
- What is the context?
- What is SharedPreferences?
- What is ANR in Android? What are the measures you can take to avoid ANR?
- Difference between View.GONE and View.INVISIBLE?
- Relative Layout vs Linear Layout.
- What is Constraint Layout
- How does RecyclerView work internally?
- What is Toast in Android?
- What is an Implicit Intent?
- What is an Explicit Intent?
- What is Firebase?
- How to use Firebase real-time database in your app?
- What is Gradle?
- What is the difference between val and var?
- What is a data class in Kotlin?