This project is my implementation of test task given by Ackee.
- Apollo client for writing GraphQL queries and reading their repsonses.
- Room for storing some data on device's database.
- Dagger Hilt for dependency injection.
- Supports dark and light mode.
- Supports different sizes of screen, and adapts to them accordingly, here are examples:
- Application is written following MVVM architecture.
- View of application id made with Jetpack Compose.
- Project has some few trivial tests.
- Project architecture layering is done following MAD principles.