GitHub / Sorabhkumar-dev / mvvm-using-usecase-and-flow
An E-commerce app that leverage the benifits of mvvm clean architecure and Usecase
Stars: 3
Forks: 1
Open issues: 0
License: None
Language: Kotlin
Size: 457 KB
Dependencies parsed at:
15
Created at: over 2 years ago
Updated at: over 2 years ago
Pushed at: over 2 years ago
Last synced at: almost 2 years ago
Topics: dagger-hilt, flow, fragment, glide-library, kotlin-coroutines, mvvm-architecture, navigation-architecture-component, usecases, viewmodel
app/build.gradle
maven
- androidx.appcompat:appcompat 1.5.1 implementation
- androidx.constraintlayout:constraintlayout 2.1.4 implementation
- androidx.core:core-ktx 1.9.0 implementation
- androidx.navigation:navigation-fragment-ktx 2.5.2 implementation
- androidx.navigation:navigation-ui-ktx 2.5.2 implementation
- com.facebook.shimmer:shimmer 0.5.0 implementation
- com.github.bumptech.glide:glide $glide_version implementation
- com.google.android.material:material 1.6.1 implementation
- com.google.dagger:hilt-android $hilt_version implementation
- com.squareup.okhttp3:logging-interceptor 5.0.0-alpha.2 implementation
- com.squareup.retrofit2:converter-gson 2.9.0 implementation
- com.squareup.retrofit2:retrofit 2.9.0 implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-android 1.6.1 implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.1 implementation
- junit:junit 4.13.2 testImplementation