Skip to content

Commit

Permalink
笔误修改,
Browse files Browse the repository at this point in the history
笔误修改,
  • Loading branch information
XiaMuYao authored Jan 26, 2019
1 parent 2521871 commit a6716f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jetpack模块划分.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Jetpack 系列的产品分为四个模块,**基础模块,架构模块,行为模
## ViewModel
- 重点说明一下 VM 应该担负的责任和不应该去担负的责任
- VM本身的复用
- 一次性的数据怎么处理(可能是事件总线,或者一次Toast据)
- 一次性的数据怎么处理(可能是事件总线,或者一次Toast显示)
- 如果要增加P层处理业务和 Repository(数据仓库)去获取数据,怎么去添加?

## Data Binding
Expand Down Expand Up @@ -75,4 +75,4 @@ Jetpack 系列的产品分为四个模块,**基础模块,架构模块,行为模
- ##### LiveData + Room 鸡儿好用的数据库
- ##### Paging + RecyclerView 大数据量下最便捷的分页列表

这个组合就很多了,这里希望可以多多讨论,碰撞出更多的组合来使用,但是不要为了组合和组合,一定要贴合真实开发环境
这个组合就很多了,这里希望可以多多讨论,碰撞出更多的组合来使用,但是不要为了组合和组合,一定要贴合真实开发环境

0 comments on commit a6716f2

Please sign in to comment.