Skip to content

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).

Notifications You must be signed in to change notification settings

Scofield-alt/CounterApp-ViewModel

About

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).

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages