Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 685 Bytes

MVIKotlin-Decompose Sample App

以下アーキテクチャに倣って作成した Android の サンプルアプリ https://github.com/JetBrains/compose-multiplatform/tree/master/examples/todoapp Kotlin Multiplatform - todo app

使用ライブラリおよびアーキテクチャ

  • Jetpack Compose - UI
  • Lottie animation - rich animation
  • Decompose - navigation and lifecycle
  • MVIKotlin - presentation and business logic
  • Reaktive - background processing and data transformation
  • SQLDelight - data storage
  • GraphQL - network
  • Gradle Version Catalog - central declaration of dependencies

GIF