With this project, you can take a look at how the Apollo and Kotlin coin libraries are used together.
Thanks to the MVVM and Clean architecture structure of the project, you can understand the entire plot in order.
- Jetpack
- Flow : Flow is conceptually a stream of data that can be computed asynchronously.
- Jetpack Compose: This project was coded with Android's new Toolkit.
- MVVM with Clean architecture
- Koin for dependency injection
- Apollo for GraphQL Client