Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-dhl committed Jul 27, 2020
1 parent a122952 commit 9471e83
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@

**2020-07-26:**

* 增加了使用 sealed 在 Flow 基础上封装成功或者失败处理,核心类 `PokemonRepositoryImpl#featchPokemonInfo`
* 增加了使用 Kotlin 扩展函数减少模板代码,核心类 `PokemonResult`
* 增加了使用 sealed 在 Flow 基础上封装成功或者失败处理
* 如何自定义 RemoteMediator 实现 数据库 和 网络 加载数据

以上更新对应分析文章:

* [Google 推荐在项目中使用 sealed 和 RemoteMediator](https://juejin.im/post/5f1e61726fb9a07e594f2f63)

**2020-07-23:**

Expand All @@ -35,7 +39,7 @@
* 增加 Fragment 1.2.0 上重要的更新: 通过 Fragment 的构造函数传递参数,以及 FragmentFactory 和 FragmentContainerView 的使用
* ......

对应分析文章
以上更新对应分析文章

* [Google 推荐在 MVVM 架构中使用 Kotlin Flow](https://juejin.im/post/5f153adff265da22fb287e6e)
* [[][Google工程师] 详解 FragmentFactory 如何优雅使用 Koin 以及部分源码分析](https://juejin.im/post/5ecb16f1f265da76fb0c3967)
Expand Down

0 comments on commit 9471e83

Please sign in to comment.