Librairies used
List of librairies used by Android JOIN SDK
Name | Package | Version | Why used |
---|---|---|---|
Kotlin Plugin Serialization | org.jetbrains.kotlin.plugin.serialization | 1.9.21 | Local Data Serialization |
Google Material | com.google.android.material:material | 1.11.0 | UI Composant |
RecyclerView | androidx.recyclerview:recyclerview | 1.3.2 | List Composant |
Datastore Preferences | androidx.datastore:datastore-preferences | 1.0.0 | Local Cache |
Exoplayer | androidx.media3:media3-exoplayer | 1.2.1 | Video player |
Media3 UI | androidx.media3:media3-ui | 1.2.1 | Video player UI |
Retrofit | com.squareup.retrofit2:retrofit | 2.9.0 | Http manager |
Logging Interceptor | com.squareup.okhttp3:logging-interceptor | 4.12.0 | Http request logger for debugging |
Kotlin Serialization Json | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.6.3 | Remote Data Serialization |
Glide | com.github.bumptech.glide:glide | 4.16.0 | Image manager |
Room Runtime | androidx.room:room-runtime | 2.6.1 | DDB |
Room Ktx | androidx.room:room-ktx | 2.6.1 | DDB |
Updated 8 days ago