loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Added support to get handle of bitmap on image load complete #42

Closed rutvijkumarshah closed 10 years ago

rutvijkumarshah commented 10 years ago

Hi @loopj

I have added support in OnCompleteListener to get reference(handle) of bitmap with onComplete(Bitmap). Also taken care of backward compatibility of old api call onComplete().

I think having a way to get referece of bitmap will be handy for other applications.

loopj commented 10 years ago

Thanks @rutvijkumarshah