Basic cryptocurrency guide android app
- The project follows a clean architecture approach, MVVM pattern and Jetpack Compose UI
 - Data caching (In the first load cache more than 12k fields in the local db)
 - Data store (Saves theme)
 - Modular navigation (Navigation from the ViewModel)
 - Custom layout (Chips "Tags" in the details view)
 - Animations
 
- Retrofit
 - SQLDelight
 - DataStore-Preferences
 - Compose Navigation
 - Dagger-Hilt
 - Coroutines/Flow
 


