android学习、提高
https://github.com/tangnuo/NewTask/tree/newTask1.0
学习过程中的代码,尝试使用各种开源库。
- module化:base,network,imageloader,util...
- Android Architecture Components
- MVVM,MVP封装
- ButterKnife
- greenDao
- livedata
- room
- viewModel
- Rxjava2+Retrofit2
组建化重构项目
注意:目前项目在重构之中,只有基本的框架,后续会逐渐补全相应模块的内容。
- APP:壳工程
- module_chat:聊天模块
- module_common:通用业务模块(继承自module_lib)
- module_learn:学习模块
- module_lib:通用的基础模块(适合任何项目)
- module_live:直播模块
- module_login:登录模块
- module_main:入口模块模块
- module_music:音乐模块
- module_news:新闻模块
- module_pay:支付模块
- module_share:分享模块
- module_video:视频模块