Skip to content

In this Repo you can find all useful android Dependencies

Notifications You must be signed in to change notification settings

sahil1918912/Android-Dependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Retrofit with Gson Converter with OkHttp interceptor

//     retrofit
implementation ("com.squareup.retrofit2:retrofit:2.9.0")
//     gson converter
implementation ("com.squareup.retrofit2:converter-gson:2.9.0")
// okHttp interceptor
implementation ("com.squareup.okhttp3:logging-interceptor:4.9.1")

Room Database

//Room
val room_version = "2.6.1"
implementation ("androidx.room:room-runtime:$room_version")
annotationProcessor ("androidx.room:room-compiler:$room_version")
kapt("androidx.room:room-compiler:$room_version")
implementation ("androidx.room:room-ktx:$room_version")

Lifecycle-viewmodel/LiveData

//    ViewModel
implementation ("androidx.lifecycle:lifecycle-viewmodel:2.8.4")

        #  OR  #

//    lifecycle-viewmodel-ktx
implementation ("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1")

//    lifecycle-LiveData-ktx
implementation ("androidx.lifecycle:lifecycle-livedata-ktx:2.6.1")

Glide

//    Glide
implementation ("com.github.bumptech.glide:glide:4.16.0")
kapt ("com.github.bumptech.glide:compiler:4.16.0")

Circular Image Library

//    Circular image
implementation ("de.hdodenhof:circleimageview:3.1.0")

About

In this Repo you can find all useful android Dependencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published