Android Demo Application for Jetpack Compose UI ( Simple Login Screen )
- Kotlin
- MVVM
- Compose - Modern toolkit for building native UI.
- Coroutines - Provide sophisticated tools to handle concurrency.
- ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks.
- MutableState - A mutable value holder.