This project is an Android App that communicates with a back-end server to display different One Piece characters. It's roughly based on this course.
- Jetpack Compose
- Navigation - navigate between components
- Paging - paging library
- Coil - image loading library
- Accompanist - extension libraries for Jetpack Compose
- DataStore - key-value storage
- Room - Android local database
- Hilt - Dagger dependency injection for Android
- Retrofit - HTTP client for Android
- KotlinX Serialization - serialization
- Palette KTX - generate palettes from images