GitHub / evernext10 / ANDROID-Consuming-Rest-API-with-Retrofit-OkHttp-Logging-Interceptor-using-RXJava
Consuming RestAPI with Retrofit, OkHttp, Logging nterceptor using RXJava
Stars: 1
Forks: 1
Open issues: 0
License: gpl-3.0
Language: Java
Size: 146 KB
Dependencies parsed at:
13
Created at: over 6 years ago
Updated at: about 6 years ago
Pushed at: over 6 years ago
Last synced at: 3 months ago
Topics: android, android-application, butterknife, gson-converter, okhttp, okhttp3-logginginterceptor, recyclerview, retrofit2, rxandroid, rxjava, rxjava-android
app/build.gradle
maven
- com.android.support:appcompat-v7 28.0.0 implementation
- com.android.support:design 28.0.0 implementation
- com.android.support:recyclerview-v7 28.0.0 implementation
- com.jakewharton.retrofit:retrofit2-rxjava2-adapter 1.0.0 implementation
- com.jakewharton:butterknife 8.8.1 implementation
- com.squareup.okhttp3:logging-interceptor 3.9.1 implementation
- com.squareup.okhttp3:okhttp 3.10.0 implementation
- com.squareup.okhttp3:okhttp-urlconnection 3.0.1 implementation
- com.squareup.retrofit2:converter-gson 2.4.0 implementation
- com.squareup.retrofit2:retrofit 2.4.0 implementation
- io.reactivex.rxjava2:rxandroid 2.0.2 implementation
- io.reactivex.rxjava2:rxjava 2.1.9 implementation
- junit:junit 4.12 testImplementation