Skip to content

Commit 7c90d5c

Browse files
committed
Update README.md
添加CanDialog
1 parent 0a91b4a commit 7c90d5c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
292292
项目地址:https://github.com/CaMnter/EasyRecyclerView
293293

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

@@ -1509,6 +1509,18 @@ Sample地址:https://github.com/afollestad/material-dialogs/blob/master/sample
15091509
项目地址:https://github.com/wenmingvs/NotifyUtil
15101510
demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
15111511

1512+
1. CanPhotos
1513+
使用fresco选取多张图片并可预览图片
1514+
项目地址:https://github.com/canyinghao/CanPhotos
1515+
效果图:
1516+
![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif)
1517+
1518+
1. CanPhotos
1519+
仿照系统Dialog所写,继承于FrameLayout,添加一些动画,一些显示类型。
1520+
项目地址:https://github.com/canyinghao/CanDialog
1521+
效果图:
1522+
![Renderings](https://raw.githubusercontent.com/canyinghao/CanDialog/master/pic/CanDialog.gif)
1523+
15121524
## 第二部分 工具库
15131525
主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。
15141526

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

1554-
1. CanPhotos
1555-
使用fresco选取多张图片并可预览图片
1556-
项目地址:https://github.com/canyinghao/CanPhotos
1557-
效果图:
1558-
![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif)
1566+
15591567

15601568
#### 二、图片缓存
15611569
1. Android-Universal-Image-Loader

0 commit comments

Comments
 (0)