Skip to content

Commit

Permalink
初始化 目录结构
Browse files Browse the repository at this point in the history
添加 图片相关
  • Loading branch information
PoplarTang committed Nov 3, 2015
1 parent 9a1a2dd commit 4eb3939
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# Android
收集Android方方面面的经典知识, 最新技术.

> 涵盖Android方方面面的技术, 目前保持更新状态. 时刻与开发前沿流行框架同步.
------------------------------------------------------

### Index
* [图片相关](#图片相关)
- [网络图片加载库](#网络图片加载库)
- [图片加载相关博文](#图片加载相关博文)
* [网络相关](#网络相关)

### 注:
* 加星号*的为重点推荐
* 脑图地址: [http://naotu.baidu.com/file/f1f87890d2b68684ed900ff639185ff0?token=1537e968b07153a4](http://naotu.baidu.com/file/f1f87890d2b68684ed900ff639185ff0?token=1537e968b07153a4 "点我打开")

# 图片相关
------------------------------------------------------

## 网络图片加载库
Name | Repository | Desciption
--- | --- | --- | ---
[*Picasso](https://github.com/square/picasso) | Github大神推荐的强大的图片下载和缓存库 | Square 开源的项目,主导者是 JakeWharton.
[*Glide](https://github.com/bumptech/glide) | Google推荐的图片加载和缓存的库 | 专注于平滑滚动时的流畅加载, Google开源项目, 2014年Google I/O 上被推荐

## 图片加载相关博文
#### [picasso-强大的Android图片下载缓存库](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2014/0731/1639.html)
#### [Android DiskLruCache源码解析硬盘缓存的绝佳方案](http://blog.csdn.net/lmj623565791/article/details/47251585)


# 网络相关
------------------------------------------------------

0 comments on commit 4eb3939

Please sign in to comment.