Skip to content

Commit f7500d1

Browse files
committed
Merge pull request #257 from canyinghao/patch-2
Update README.md
2 parents 0a91b4a + 2919b8a commit f7500d1

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,12 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
291291
3.提供了分割线的实现类,只需要传入一个DrawableId
292292
项目地址:https://github.com/CaMnter/EasyRecyclerView
293293

294-
1. CanRefresh
295-
可适配所有视图的下拉刷新上拉加载,并支持各种风格
296-
项目地址:https://github.com/canyinghao/CanRefresh
294+
1. CanRefresh
295+
可适配所有视图的下拉刷新上拉加载,并支持各种风格
296+
项目地址:https://github.com/canyinghao/CanRefresh
297297
效果图:
298298
![Renderings](https://raw.githubusercontent.com/canyinghao/CanRefresh/master/pic/CanRefresh.gif)
299299

300-
301-
302-
303300
#### 二、ActionBar
304301
1. ActionBarSherlock
305302
为 Android 所有版本提供统一的 ActionBar,解决 4.0 以下 ActionBar 的适配问题
@@ -1509,6 +1506,18 @@ Sample地址:https://github.com/afollestad/material-dialogs/blob/master/sample
15091506
项目地址:https://github.com/wenmingvs/NotifyUtil
15101507
demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
15111508

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+
15121521
## 第二部分 工具库
15131522
主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。
15141523

@@ -1551,11 +1560,7 @@ android 快速开发框架
15511560
作者认为使用AutoParcel的好处是,可以简化构造函数,方便IDE代码自动完成,方便测试,前向兼容,生成不可变的对象。
15521561
文档介绍:https://github.com/frankiesardo/auto-parcel
15531562

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+
15591564

15601565
#### 二、图片缓存
15611566
1. Android-Universal-Image-Loader

0 commit comments

Comments
 (0)