@@ -291,15 +291,12 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
291
291
3.提供了分割线的实现类,只需要传入一个DrawableId
292
292
项目地址:https://github.com/CaMnter/EasyRecyclerView
293
293
294
- 1 . CanRefresh
295
- 可适配所有视图的下拉刷新上拉加载,并支持各种风格
296
- 项目地址:https://github.com/canyinghao/CanRefresh
294
+ 1 . CanRefresh
295
+ 可适配所有视图的下拉刷新上拉加载,并支持各种风格
296
+ 项目地址:https://github.com/canyinghao/CanRefresh
297
297
效果图:
298
298
![ Renderings] ( https://raw.githubusercontent.com/canyinghao/CanRefresh/master/pic/CanRefresh.gif )
299
299
300
-
301
-
302
-
303
300
#### 二、ActionBar
304
301
1 . ActionBarSherlock
305
302
为 Android 所有版本提供统一的 ActionBar,解决 4.0 以下 ActionBar 的适配问题
@@ -1509,6 +1506,18 @@ Sample地址:https://github.com/afollestad/material-dialogs/blob/master/sample
1509
1506
项目地址:https://github.com/wenmingvs/NotifyUtil
1510
1507
demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
1511
1508
1509
+ 1 . CanPhotos
1510
+ 使用fresco选取多张图片并可预览图片
1511
+ 项目地址:https://github.com/canyinghao/CanPhotos
1512
+ 效果图:
1513
+ ![ Renderings] ( https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif )
1514
+
1515
+ 1 . CanDialog
1516
+ 仿照系统Dialog所写,继承于FrameLayout,添加一些动画,一些显示类型。
1517
+ 项目地址:https://github.com/canyinghao/CanDialog
1518
+ 效果图:
1519
+ ![ Renderings] ( https://raw.githubusercontent.com/canyinghao/CanDialog/master/pic/CanDialog.gif )
1520
+
1512
1521
## 第二部分 工具库
1513
1522
主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。
1514
1523
@@ -1551,11 +1560,7 @@ android 快速开发框架
1551
1560
作者认为使用AutoParcel的好处是,可以简化构造函数,方便IDE代码自动完成,方便测试,前向兼容,生成不可变的对象。
1552
1561
文档介绍:https://github.com/frankiesardo/auto-parcel
1553
1562
1554
- 1 . CanPhotos
1555
- 使用fresco选取多张图片并可预览图片
1556
- 项目地址:https://github.com/canyinghao/CanPhotos
1557
- 效果图:
1558
- ![ Renderings] ( https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif )
1563
+
1559
1564
1560
1565
#### 二、图片缓存
1561
1566
1 . Android-Universal-Image-Loader
0 commit comments