wrapp-archive / WebImage-Android

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

Enhancement: Stub image #10

Closed ghost closed 12 years ago

ghost commented 12 years ago

Would be nice to have an option to set a stub-image while loading is busy.

nikreiman commented 12 years ago

I've just been calling setImageResource() before setImageUrl(), but I can see how this would be a useful option to cut down on extra calls. Added c47f795.