Questions
AndroidIntermediate3 min
How does `ViewModel` instance provide to Activity and Fragment? How does `ViewModelProviderStore` decide when to retain the instance?
FragmentViewModel
Previous Question
What are the different methods of concurrency on Android? Can you explain the difference between ExecutorService vs CachedThreadPool vs FixedThreadPool vs AsyncTasks vs HandlerThreads?
Next Question
How do you inspect and solve the Jank issue? [here](https://developer.android.com/studio/profile/jank-detection)
1:1 Mentorship
Get personalized guidance from a Google Developer Expert. Accelerate your career with dedicated support.
Personalized Learning Path
Mock Interviews & Feedback
Resume & Career Guidance
Share & Help Others
Help fellow developers prepare for interviews
Sharing helps the Android community grow 💚
Related Questions
How does Garbage collection works?
AndroidIntermediate
What is a dangling pointer?
AndroidIntermediate
Elaborate Memory Leak?
AndroidIntermediate
Explain fragment Lifecycle when it comes to ViewPager and sliding between different fragments.
AndroidIntermediate
Difference between FragmentStateAdapter and FragmentStatePagerAdapter.
AndroidIntermediate