thest1 / LazyList

Lazy load of images in Android
http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012
MIT License
1.2k stars 497 forks source link

how to return bitmap #40

Open mgh67 opened 10 years ago

mgh67 commented 10 years ago

hello thank you for lazy list how to change your code for return bitmap ? (return bitmap default image when downloading image then return bitmap image downloaded.) please show in you code thank you

thest1 commented 10 years ago

It is not implemented right now. You can customize the library to do whatever you want with the bitmap. Or you can pall callback that will return bitmap back to your code.