Tag: Practises

5 Daily Stoic Practises That Make Your Life Less Stressful

Stress is what we’re all dealing with. Our ancestors, who lived thousands of years ago, experienced vast levels of stress as an essential part of their survival. However, our natural response mechanisms have not significantly evolved, despite the dramatic change in the nature of our...

Best Practises In ViewModel

Why do we need ViewModel? In Android, UI state get’s destroyed during configuration changes like screen rotation, screen size changes etc. To persist the UI state and to access business logic, we need a plan class named ViewModel able to persist the UI state during configuration changes and...