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