Skip to content

freakcsh/MVVMHttpManager

Repository files navigation

MVVMHttpManager

MVVM模式网络请求框架

使用方式

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
	        implementation 'com.github.freakcsh:MVVMHttpManager:1.0.0'
	}

具体使用介绍请查看博文:
基于okhttp3+rxjava2+retrofit2的MVVM模式网络请求

About

MVVM模式网络请求框架

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages