ragdroid / Clayground

This project is a demo project to explore various frameworks with MVI pattern and to achieve maximum code sharing between different platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a demo project to explore various frameworks with MVI pattern and to achieve maximum code sharing between different platforms. At present we share code between iOS and Android platforms. This project uses clean architecture and shares code upto the ViewModel layer between iOS and Android

  • Jetpack Compose for Android UI
  • Kotlin Multiplatform to share code b/w iOS and Android
  • Kotlin Coroutines, Flow: Android + shared
  • Hilt: DI for Android
  • Ktor: networking for shared
  • Koin: DI for shared
  • Swinject: DI for iOS

MVI

MVI layer with coroutines is inspired by Spotify's mobius framework and implemented using coroutines.

Disclaimer

This is currently a WIP project, and might contain a lot of exploratory code, so take inspirations at your own risk.

About

This project is a demo project to explore various frameworks with MVI pattern and to achieve maximum code sharing between different platforms.

License:Apache License 2.0


Languages

Language:Objective-C 92.1%Language:Kotlin 6.1%Language:Swift 1.6%Language:Ruby 0.1%Language:C 0.0%