ViewModel : The Silent Hero Behind Smooth Android Apps 🦸
Before diving into ViewModel, it's essential to understand the Android Activity Lifecycle. Every time the state of the screen changes, like when you rotate the device or change the theme, your main class (the Activity) gets reinitialized. This means ...
sagnikmukherjee.hashnode.dev2 min read