Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

基于 MVVM 模式集成 Jetpack 组件库:LiveData、ViewModel、Lifecycles、DataBinding、Navigation;整合 Okhttp + RxJava + Retrofit + Glide 等主流模块,满足日常开发需求

License

Notifications You must be signed in to change notification settings

tiamosu/X-MVVMFly

Repository files navigation

X-MVVMFly

Jetpack-Fly

Wiki

详细使用方法及扩展功能,请参照 Wiki (开发前必看!!!)

Requirements

适用于 Android 5.0 + (21 + API级别) 和 Java 11 +。

allprojects {
 repositories {
 google()
 mavenCentral()
 maven { url 'https://jitpack.io' }
 //或者 sonatype
 maven { url "https://s01.oss.sonatype.org/content/groups/public" }
 maven { url "https://s01.oss.sonatype.org/content/repositories/releases" }
 }
}

fly(必需)

implementation 'com.gitee.tiamosu:fly:4.5.6'

fly-http(可选)

implementation 'com.gitee.tiamosu:fly-http:4.5.6'

fly-imageloader-glide(可选)

implementation 'com.gitee.tiamosu:fly-imageloader-glide:4.5.6'

fly模块

依赖库

fly-http模块

依赖库

fly-http模块

依赖库

特别感谢

About

基于 MVVM 模式集成 Jetpack 组件库:LiveData、ViewModel、Lifecycles、DataBinding、Navigation;整合 Okhttp + RxJava + Retrofit + Glide 等主流模块,满足日常开发需求

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /