guowee / Charon

Android network framework, based on the chain network library built by Retrofit, supports the calling style of okhttp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charon

Usage

  1. Dependencies
   implementation 'com.missile.charon:charon:1.1.1'
   implementation 'com.squareup.retrofit2:retrofit:2.3.0'
   implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
   implementation 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
   implementation 'io.reactivex:rxjava:1.1.6'
   implementation 'io.reactivex:rxandroid:1.2.1'
   implementation 'com.google.code.gson:gson:2.7'
  1. Demo

Please refer to the Demo in the project.
ScreenShots.
avatar

About

Android network framework, based on the chain network library built by Retrofit, supports the calling style of okhttp.


Languages

Language:Java 100.0%