forked from itheima1/Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
||
# 网络相关 | ||
------------------------------------------------------ |