Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 405 Bytes

Jetpack Compose Basics

A sample application to show implmentation of Android Jetpack Compose UI

Through the app you can get acquainted with:

  1. Composable function.
  2. Creating columns and rows.
  3. State in Compose.
  4. State hoisting.
  5. Create a Lazy list.
  6. Animating list with persistance.
  7. Style & theming of the app.

Screenshot