IJH app for Android, a work in progress currently.
- All features supported by WeJH.
- Notifications.
- More...
The app follows the official architecture guidance.
- data
- network (Retrofit/OkHttp)
- datastore (Protobuf)
- database (Room)
- UI
UI is built with Jetpack Compose and Material Design 3.
- Theme: IJH app uses the Dynamic color theme as possible, and provides a default theme for fallbacks.
IJH app uses DI(Dependency injection) between layers and uses Hilt to implement automatic DI.