Skip to content

Commit bd96730

Browse files
committed
Merge pull request Trinea#254 from boliu-mobile/master
Add AutoParcel
2 parents febc2d9 + af4acc6 commit bd96730

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,13 @@ android 快速开发框架
15381538
原理剖析文档:[Dagger](http://a.codekk.com/detail/Android/扔物线/Dagger 源码解析)
15391539
文档介绍:http://square.github.io/dagger/
15401540

1541+
1. AutoParcel
1542+
注解自动生成Parcelable实现代码的库
1543+
项目地址:https://github.com/frankiesardo/auto-parcel
1544+
这篇文章详细介绍了它的使用方法:[AutoParcel](https://passy.svbtle.com/simpler-android-apis-with-autoparcel)
1545+
作者认为使用AutoParcel的好处是,可以简化构造函数,方便IDE代码自动完成,方便测试,前向兼容,生成不可变的对象。
1546+
文档介绍:https://github.com/frankiesardo/auto-parcel
1547+
15411548
#### 二、图片缓存
15421549
1. Android-Universal-Image-Loader
15431550
图片缓存,目前使用最广泛的图片缓存,支持主流图片缓存的绝大多数特性。

0 commit comments

Comments
 (0)