13/11/2023
🔥 Most Common Topic Of Interview Questions for Entry and Mid-Level Android Developers:
1. Difference between Activity and Fragment. 💡
2. Activity/Fragment Lifecycle. 💡
3. Difference between Implicit and Explicit Intent. 💡
4. MVVM architecture pattern. 💡
5. Coroutine
6. Difference between Cold Flow and Hot Flow
7. Why do we use ViewModel? 💡
8. Where to place an API call in Activity or Fragment so that it is called only once.(Example: If there is an API call in Fragment_A and we go to Fragment_B from Fragment_A and then return to Fragment_A, it shouldn't call the API again in Fragment_A)
💡 = very important