Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 631 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 631 Bytes

MVVM-TestApp

This is a Test app of using mvvm pattern in kotlin.

Add the below dependencies in your app level build.gradle file

    implementation "android.arch.lifecycle:extensions:1.1.1"
    annotationProcessor "android.arch.lifecycle:compiler:1.1.1"
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
    implementation "androidx.cardview:cardview:1.0.0"
    implementation "androidx.recyclerview:recyclerview:1.2.1"
    implementation 'com.github.bumptech.glide:glide:4.12.0'
    kapt 'com.github.bumptech.glide:compiler:4.12.0'