This is an example for article: How to create LazyColumn with drag and drop elements in Jetpack Compose.
Link to the article Part 1 on dev.to
It's just a screen with LazyColumn and 2 buttons (Add user and Clear list). Data of users have stored in a database.
- Kotlin
- Hilt
- Room