Skip to content

Commit 070e418

Browse files
committed
Update Readme
1 parent a1f740c commit 070e418

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Android 2.0+ support
5555

5656
### Simple
5757
``` java
58+
ImageLoader imageLoader = ImageLoader.getInstance();
59+
```
60+
``` java
5861
// Load image, decode it to Bitmap and display Bitmap in ImageView (or any other view
5962
// which implements ImageAware interface)
6063
imageLoader.displayImage(imageUri, imageView);
@@ -135,6 +138,7 @@ You can support the project and thank the author for his hard work :)
135138
* [AndroidQuery : ImageLoading](https://code.google.com/p/android-query/wiki/ImageLoading)
136139
* [DroidParts : ImageFetcher](http://droidparts.org/image_fetcher.html)
137140
* [Glide](https://github.com/bumptech/glide)
141+
* [Fresco](https://github.com/facebook/fresco)
138142
* [Picasso](https://github.com/square/picasso)
139143
* [UrlImageViewHelper](https://github.com/koush/UrlImageViewHelper)
140144
* [Volley : ImageLoader](https://android.googlesource.com/platform/frameworks/volley/)

0 commit comments

Comments
 (0)