We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca268f4 commit e939e31Copy full SHA for e939e31
sample/src/com/nostra13/example/universalimageloader/Constants.java
@@ -89,6 +89,7 @@ public final class Constants {
89
"http://c.wrzuta.pl/wm16596/a32f1a47002ab3a949afeb4f",
90
"http://macprovid.vo.llnwd.net/o43/hub/media/1090/6882/01_headline_Muse.jpg",
91
// Special cases
92
+ "http://cdn.urbanislandz.com/wp-content/uploads/2011/10/MMSposter-large.jpg", // very large image
93
"file:///sdcard/Universal Image Loader @#&=+-_.,!()~'%20.png", // Image from SD card with encoded symbols
94
"assets://Living Things @#&=+-_.,!()~'%20.jpg", // Image from assets
95
"drawable://" + R.drawable.ic_launcher, // Image from drawables
0 commit comments