Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 889 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 889 Bytes

GeniusRicks

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.

Project features

  • 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

Project UI