wrapp-archive / WebImage-Android

Asynchronous image loading library for Android
MIT License
41 stars 5 forks source link

Enhancement: Resource #14

Closed ghost closed 12 years ago

ghost commented 12 years ago

It should be possible to pass a Resource for the error-image (also for stub-image) like R.drawable.placeholder.

nikreiman commented 12 years ago

Great idea -- this also allows us to save a bit of memory, as the error image can be loaded only if an error is encountered. Implemented in 5269d41.