-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
41 lines (38 loc) · 1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
开发工具:android studio
api:23
min api: 16
----------------------------------------
引用:
1.OneSdk----淘宝
2.smssdk----mob手机短信验证码
3.litepal----数据库
4.okhttp----网络通信,okhttputils封装 http://blog.csdn.net/lmj623565791/article/details/49734867
5.picasso----图片处理
----------------------------------------
activity:
SplashActivity---启动页
MainActivityTest---主页面
其余根据名字识别
----------------------------------------
fragment:
sceneFragment---场景模块
sceneChildFragment---场景某一类
CategoryFragment---指南模块
CategoryTopicFragment---专题
CategoryArticleFragment---攻略
searchFragment---搜索相关的
CollectFragment---收藏相关的
----------------------------------------
Adater:
基本为recyclerview的适配器
----------------------------------------
jsonBean:
对应json的实体类,对应接口文档
----------------------------------------
callback:
okhttp的回调,对应接口文档
----------------------------------------
tool:
RoundImageView---用户头像
ShareSomeThing---一键分享
SelectPicPopupWindow---选择头像的弹窗