You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Counter app built in Android (Kotlin) where I learned how to use ViewModel to store and manage UI-related data in a lifecycle-conscious way.Features: Increment and decrement counter. State persistence during configuration changes,Implemented ViewModel to preserve counter state across configuration changes (e.g., screen rotation).