Skip to content

Releases: beiger/MVVMBase

0.08: 1.为BaseViewModel添加mAppExecutors

24 Oct 14:35
Compare
Choose a tag to compare
2. BaseViewModel去除abstract

0.06

21 Oct 03:09
Compare
Choose a tag to compare
添加可拖拽伸缩的recycleview,Scrollview

0.05

18 Oct 09:14
Compare
Choose a tag to compare
1. 添加mRecycleView.setAdapter()方法

0.04

14 Oct 14:42
Compare
Choose a tag to compare
fixbugs

0.03

14 Oct 14:36
Compare
Choose a tag to compare
1. fixbugs

fix bugs

14 Oct 07:56
Compare
Choose a tag to compare

allprojects {
repositories {
google()
jcenter()
maven {url "https://jitpack.io"}
}
}

implementation 'com.github.beiger:MVVMBase:v0.01'

v0.01

11 Oct 12:46
Compare
Choose a tag to compare

MVVM快速开发框架