/FlickrMVVM

Trendyol android challenge.

Primary LanguageKotlin

Trendyol Android Challenge (Kotlin)

Using kotlin, mvvm, livedata, and dagger2.

Debug Apk Demo

Download

Preview

preview

Libraries

    //Network
    implementation 'com.squareup.retrofit2:retrofit:2.5.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
    implementation 'com.google.code.gson:gson:2.8.5'

    //DI
    implementation 'com.google.dagger:dagger:2.17'
    kapt 'com.google.dagger:dagger-compiler:2.17'

    // ViewModel and LiveData
    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'

    //Image
    implementation 'com.squareup.picasso:picasso:2.5.2'