@@ -18,44 +18,44 @@ https://github.com/LuckyJayce/MVCHelper/releases
18
18
## 1.必须导入: ##
19
19
20
20
//MVCHelper核心类库
21
- compile 'com.shizhefei:MVCHelper-Library:1.3.2 '
21
+ compile 'com.shizhefei:MVCHelper-Library:1.4.0 '
22
22
//里面有使用recyclerview,所以需要导入recyclerview
23
- compile 'com.android.support:recyclerview-v7:24 .0.0'
23
+ compile 'com.android.support:recyclerview-v7:28 .0.0'
24
24
25
25
## 2.可选: ##
26
26
<1> 使用 https://github.com/LuckyJayce/CoolRefreshView 的刷新控件导入
27
27
支持任意View的刷新 ,支持自定义Header,支持NestedScrollingParent,NestedScrollingChild的事件分发,嵌套ViewPager不会有事件冲突
28
28
29
29
//里面包含一个MVCCoolHelper 是适配这个控件的 MVCHelper
30
- compile 'com.shizhefei:MVCHelper-CoolRefresh:1.3.2 '
30
+ compile 'com.shizhefei:MVCHelper-CoolRefresh:1.4.0 '
31
31
compile 'com.shizhefei:CoolRefreshView:1.0.1'
32
- compile 'com.android.support:support-v4:24 .0.0'
32
+ compile 'com.android.support:support-v4:28 .0.0'
33
33
34
34
<2> 使用 https://github.com/chrisbanes/Android-PullToRefresh 的刷新控件导入
35
35
36
36
//里面包含一个MVCPullrefshHelper 是适配这个控件的 MVCHelper
37
- compile 'com.shizhefei:MVCHelper-Pullrefresh:1.3.2 '
37
+ compile 'com.shizhefei:MVCHelper-Pullrefresh:1.4.0 '
38
38
//由于没有找到gradle排至,我自己把它上传到jcenter上
39
39
compile 'com.shizhefei:pulltorefresh:1.0.1'
40
40
41
41
<3> 使用 https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh 的刷新控件导入
42
42
43
43
//里面包含一个MVCUltraHelper 是适配这个控件的 MVCHelper
44
- compile 'com.shizhefei:MVCHelper-UltraRefresh:1.3.2 '
44
+ compile 'com.shizhefei:MVCHelper-UltraRefresh:1.4.0 '
45
45
//这里6月29号目前最新的,要实时关注新版本去秋大的网站上去看
46
46
compile 'in.srain.cube:ultra-ptr:1.0.11'
47
47
48
48
<4> 使用android v4的SwipeRefreshLayout的作为刷新控件导入
49
49
50
50
//里面包含一个MVCSwipeRefreshHelper 是适配这个控件的 MVCHelper
51
- compile 'com.shizhefei:MVCHelper-SwipeRefresh:1.3.2 '
51
+ compile 'com.shizhefei:MVCHelper-SwipeRefresh:1.4.0 '
52
52
//v4包应该都有导入吧,v7包里面包含v4包
53
53
compile 'com.android.support:support-v4:24.0.0'
54
54
55
55
<5> 测试用例,可以方便的查看MVCHelper,Task的运行情况和返回数据,还提供了修改接口字段,用于接口测试很方便哦
56
56
57
57
//MVCHelper的测试用例,继承ABSTestCaseFragment实现List<TestCaseData> getTestCaseDatas()方法
58
- compile 'com.shizhefei:MVCHelper-TestCase :1.3.2 '
58
+ compile 'com.shizhefei:task-testcese :1.0.0 '
59
59
//里面用到了gson
60
60
compile 'com.google.code.gson:gson:2.2.4'
61
61
0 commit comments