A simple project based on Kotlin MVVM architecture and compose
- Contact Information List
- Message Information List (A list of expandable cards)
- To-Do List (allow to add/edit/delete item)
- Bottom Navigation
- Multi Floating Action Button
- Side Menu
- Kotlin 100% coverage
- Jetpack
- Compose
- Navigation for navigation between composables
- ViewModel that stores, exposes and manages UI state
- MutableState
- Drawers
- Hilt for dependency injection
- Moshi parse JSON into Kotlin classes
- Implementation of Multi Floating Action Button.kt