We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2a9772 + 9e3675a commit af4acc6Copy full SHA for af4acc6
README.md
@@ -1533,6 +1533,13 @@ android 快速开发框架
1533
原理剖析文档:[Dagger](http://a.codekk.com/detail/Android/扔物线/Dagger 源码解析)
1534
文档介绍:http://square.github.io/dagger/
1535
1536
+1. AutoParcel
1537
+注解自动生成Parcelable实现代码的库
1538
+项目地址:https://github.com/frankiesardo/auto-parcel
1539
+这篇文章详细介绍了它的使用方法:[AutoParcel](https://passy.svbtle.com/simpler-android-apis-with-autoparcel)
1540
+作者认为使用AutoParcel的好处是,可以简化构造函数,方便IDE代码自动完成,方便测试,前向兼容,生成不可变的对象。
1541
+文档介绍:https://github.com/frankiesardo/auto-parcel
1542
+
1543
#### 二、图片缓存
1544
1. Android-Universal-Image-Loader
1545
图片缓存,目前使用最广泛的图片缓存,支持主流图片缓存的绝大多数特性。
0 commit comments