项目作者: jarroyoesp

项目描述 :
Android & iOS App using MVVM pattern and LiveData on the presentation layer + Clean Arch on the common shared code.
高级语言: Kotlin
项目地址: git://github.com/jarroyoesp/KotlinMultiplatform_MVVM.git
创建时间: 2019-12-10T15:41:44Z
项目社区:https://github.com/jarroyoesp/KotlinMultiplatform_MVVM

开源协议:

下载


Kotlin-Multiplatform MVVM (Android & iOS)

kotlin-version

Example of application using Kotlin Multiplatform and MVVM pattern for both platforms (Android & iOS). To achieve it the libraries used are:

  • moko-mvvm: This is a Kotlin Multiplatform library that provides architecture components of Model-View-ViewModel for UI applications. Components are lifecycle-aware on Android.
  • KTOR: to make HTTP requests
  • Serialization: to De/Serializing JSON
  • Kodein-DI: Dependency injector
  • kotlinx.coroutines: Library support for Kotlin coroutines with multiplatform support
  • SQLDelight: SQLDelight generates typesafe kotlin APIs from your SQL statements.

More detail in this post on ProAndroidDev: here

Unit Testing SharedCode

  • Added unitTest for GitHubRepository