Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 670 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 670 Bytes

Apply KMM in NewYork Times Search App

API

https://api.nytimes.com/svc/search/v2/articlesearch.json


Language

  • Kotlin
  • Swift

Arcitecture

  • Kotlin Multi Module
  • Android, iOS: MVVM

NetWork

Ktor https://ktor.io/

DB

SQLDelight https://cashapp.github.io/sqldelight/

DI

Koin https://github.com/InsertKoinIO/koin

Async

Coroutines https://developer.android.com/kotlin/coroutines

Image

Glide https://github.com/bumptech/glide

Android Jetpack

DataBinding, LiveData, LifeCycle, Android KTX, AndroidX https://developer.android.com/topic/libraries/architecture

Application Version

  • minSdkVersion : 21
  • targetSdkVersion : 30