Android Weekly Notes #452
2021-03-09 本文已影响0人
圣骑士wind
Android Weekly Issue #452
How Dagger, Hilt and Koin differ under the hood?
这个文章的亮点是博主自带解说视频.
RecyclerView Anti-Patterns
RecyclerView的Anti-Patterns.
Bridging the gap between coroutines, JVM threads, and concurrency problems
了解协程在JVM上是如何执行的.
Disposables Can Cause Memory Leaks
Disposable会引起memory问题.
Migrating away from JCenter
JCenter今年5月要关了.
- 使用者: 替换
jcenter()
为mavenCentral()
. - 库的开发者: 尽快迁移, 重新发布.
这里正好有个教程:
https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/
Videos
值得一看的视频: