5seunghoon / Kotlin-MVVM-Sample

🔨MVVM Kotlin sample, use AndroidX, RxJava, Livedata, Koin, Retrofit, Picasso, Kakao API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin-MVVM-Sample



ENGLISH

Here is an example of a simple MVVM pattern sample application written Kotlin.

I used AndroidX, RxJava, Retrofit, Livedata, Koin, Picasso, Kakao API.

I wrote blog posts about the sample.(KOREAN)

  1. BaseView, BaseViewModel을 작성하여 MVVM의 토대 만들기 : http://deque.tistory.com/108

  2. Koin을 통한 의존성 주입 : http://deque.tistory.com/109

  3. RxJava + Retrofit를 통한 네트워킹 및 옵저빙 : http://deque.tistory.com/110

  4. Livedata를 통한 데이터 바인딩 : http://deque.tistory.com/112

  5. SingleLiveEvent, SnackbarMessage : http://deque.tistory.com/113



KOREAN

간단한 MVVM패턴 샘플 앱을 Kotlin을 이용하여 작성한 예제입니다.

AndroidX, RxJava, Retrofit, Livedata, Koin, Picasso, Kakao API 를 활용하였습니다.

코드 관련하여 간단하게 블로그 글을 작성하였습니다.

  1. BaseView, BaseViewModel을 작성하여 MVVM의 토대 만들기 : http://deque.tistory.com/108

  2. Koin을 통한 의존성 주입 : http://deque.tistory.com/109

  3. RxJava + Retrofit를 통한 네트워킹 및 옵저빙 : http://deque.tistory.com/110

  4. Livedata를 통한 데이터 바인딩 : http://deque.tistory.com/112

  5. SingleLiveEvent, SnackbarMessage : http://deque.tistory.com/113

About

🔨MVVM Kotlin sample, use AndroidX, RxJava, Livedata, Koin, Retrofit, Picasso, Kakao API


Languages

Language:Kotlin 100.0%