Junior — Middle
What questions are most frequently asked for this position during interviews?
sobes.tech AI
Answer from AI
Positions for Android Junior and Middle often ask questions on the following topics:
- Basics of Android SDK: Activity, Fragment, Intent, component lifecycle.
- Working with the user interface: Layout, View, RecyclerView.
- Data storage: SharedPreferences, SQLite, Room.
- Asynchronous programming: AsyncTask, Handler, Coroutines (for Middle).
- Working with the network: HTTP requests, Retrofit, JSON.
- Architectural patterns: MVC, MVP, MVVM.
- Basics of Kotlin (if required).
- Build tools: Gradle.
Example question: "Describe the lifecycle of an Activity and what happens when transitioning between states."