File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ Android 2.0+ support
55
55
56
56
### Simple
57
57
``` java
58
+ ImageLoader imageLoader = ImageLoader . getInstance();
59
+ ```
60
+ ``` java
58
61
// Load image, decode it to Bitmap and display Bitmap in ImageView (or any other view
59
62
// which implements ImageAware interface)
60
63
imageLoader. displayImage(imageUri, imageView);
@@ -135,6 +138,7 @@ You can support the project and thank the author for his hard work :)
135
138
* [ AndroidQuery : ImageLoading] ( https://code.google.com/p/android-query/wiki/ImageLoading )
136
139
* [ DroidParts : ImageFetcher] ( http://droidparts.org/image_fetcher.html )
137
140
* [ Glide] ( https://github.com/bumptech/glide )
141
+ * [ Fresco] ( https://github.com/facebook/fresco )
138
142
* [ Picasso] ( https://github.com/square/picasso )
139
143
* [ UrlImageViewHelper] ( https://github.com/koush/UrlImageViewHelper )
140
144
* [ Volley : ImageLoader] ( https://android.googlesource.com/platform/frameworks/volley/ )
You can’t perform that action at this time.
0 commit comments