Skip to content

DevAtrii/Daily_News_MVVM

Repository files navigation

Daily News MVVM

Daily news is an android app which is using wordpress rest api under the hood. I made this project for youtube video You can watch here: IMAGE ALT TEXT HERE

Dependencies

Build.gradle (module level)

    implementation 'com.github.bumptech.glide:glide:4.15.1'
    implementation 'com.android.volley:volley:1.2.1'
    def lifecycle_version = "2.4.0"
    implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
    implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
    implementation 'com.zzhoujay.richtext:richtext:3.0.0'
    implementation "androidx.browser:browser:1.4.0"
    implementation 'com.facebook.shimmer:shimmer:0.5.0'
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

Settings.gradle

.....
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        jcenter()
    }
}
.....

Gradle.properties

.....
android.enableJetifier = true
.....

My Socials

You can give my socials a try

Instagram πŸ“· Github πŸ‘¨β€πŸ’» Twitter πŸ’¬

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages