File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # BaseMVP-master
2
+ 一个基本的MVP应用框架(RxJava+Retrofit+Glide+IjkPlayer),封装比较完善,易于使用,帮助日常快速开发一个项目。
3
+
4
+ ![ image] ( https://github.com/wangfeng19930909/BaseMVP-master/blob/master/screenshot/1543374452797_video.gif )
5
+
6
+ 框架模块:
7
+
8
+ 1.contract,model,presenter较好的解耦,多个基本url封装,根据HostType来进行区分;
9
+
10
+ 2.BaseActivity和BaseFragment封装;
11
+
12
+ 3.集成界面数据刷新库,根据请求结果展示界面(正常显示,数据为空,网络错误等);
13
+
14
+ 4.使用DKPlayer进行视频播放,如有需求可改造该视频库用于解析视频后播放,已经实现,若有需要可通过邮箱
[email protected] 联系我;
15
+
16
+ 5.万能适配器的封装使用;
17
+
18
+ MIT License
19
+ ===================================
20
+ Copyright 2017-2018, wangfeng19930909
21
+
22
+ Licensed under the Apache License, Version 2.0 (the "License");
23
+ you may not use this file except in compliance with the License.
24
+ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
25
+ Unless required by applicable law or agreed to in writing, software
26
+ distributed under the License is distributed on an "AS IS" BASIS,
27
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28
+ See the License for the specific language governing permissions and
29
+ limitations under the License.
You can’t perform that action at this time.
0 commit comments