Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 624 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 624 Bytes

Search and clip NewYorkTimes

API

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


Language

Kotlin

Arcitecture

MVVM

NetWork

Retrofit2 + Okhttp3 https://square.github.io/retrofit/ https://square.github.io/okhttp/

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