From 2a4c58c423f813a54f8db1aadcddb4ea0220fcc4 Mon Sep 17 00:00:00 2001 From: poplar Date: Sat, 7 Nov 2015 00:29:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E8=BD=AC=E4=B8=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e72f385..fe3f1a8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ------------------------------------------------------ -### Index +### 目录 * [图片相关](#图片相关) - [网络图片加载库](#网络图片加载库) - [图片加载相关博文](#图片加载相关博文) @@ -17,7 +17,7 @@ ## 图片相关 ### 网络图片加载库 -Name | Summary | Description +名称 | 概要 | 详情 --- | --- | --- | --- [*Picasso](https://github.com/square/picasso) | Github大神推荐的强大的图片下载和缓存库 | Square 开源的项目,主导者是 [JakeWharton](https://github.com/JakeWharton). [*Glide](https://github.com/bumptech/glide) | Google推荐的图片加载和缓存的库 | 专注于平滑滚动时的流畅加载, Google开源项目, 2014年Google I/O 上被推荐