Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 856 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 856 Bytes

JetpackComposeDemo

Android Demo Application for Jetpack Compose UI ( Simple Login Screen )

Screenshots

Used Tech

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