Skip to content

Sample jetpack compose project with Koin and Apollo

Notifications You must be signed in to change notification settings

rznkolds/Genius-Ricks

Repository files navigation

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