What is ViewModel in Android? A Good Guide for Beginners

Ever started building an Android app and stumbled upon the word “ViewModel”? Don’t worry if it sounds like tech-talk from another planet. Think of ViewModel as your app’s expert organizer for handling data, even when your screen flips or things…

The 5 Most Common Android Memory Leaks

Memory Leak
What are the common android memory leaks caused by lifecycle complexities? - Since fragments entered our development world, they made some of our job simpler.