GitHub / erikjhordan-rey / Android-Architecture-Components-Kotlin
Sample used to practice Kotlin and Android Architecture Components.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikjhordan-rey%2FAndroid-Architecture-Components-Kotlin
PURL: pkg:github/erikjhordan-rey/Android-Architecture-Components-Kotlin
Stars: 323
Forks: 57
Open issues: 1
License: None
Language: Kotlin
Size: 1.04 MB
Dependencies parsed at:
15
Created at: about 8 years ago
Updated at: almost 2 years ago
Pushed at: about 5 years ago
Last synced at: 12 months ago
Topics: android, android-architecture-components, architecture, architecture-component, architecture-components, kotlin, kotlin-android, livedata, repository, room, viewmodel
- androidx.appcompat:appcompat ${versions.androidxAppcompat} implementation
- androidx.lifecycle:lifecycle-extensions ${versions.lifecycle} implementation
- androidx.lifecycle:lifecycle-runtime ${versions.lifecycle} implementation
- androidx.room:room-runtime ${versions.persistence} implementation
- androidx.room:room-rxjava2 ${versions.persistence} implementation
- com.google.android.material:material ${versions.material} implementation
- com.google.dagger:dagger ${versions.dagger} implementation
- com.squareup.okhttp3:logging-interceptor ${versions.okhttp} implementation
- com.squareup.okhttp3:okhttp ${versions.okhttp} implementation
- com.squareup.retrofit2:adapter-rxjava2 ${versions.retrofit} implementation
- com.squareup.retrofit2:converter-gson ${versions.retrofit} implementation
- com.squareup.retrofit2:retrofit ${versions.retrofit} implementation
- io.reactivex.rxjava2:rxandroid ${versions.rxAndroid} implementation
- io.reactivex.rxjava2:rxjava ${versions.rxJava} implementation
- org.jetbrains.kotlin:kotlin-stdlib-jdk7 ${versions.kotlin} implementation