ZuoAndroid / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

Callback for the downloaded Bitmap #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey, I want to use aQuery fo image caching. The problem I'm encountering is, 
that I cannot get it with a callback function. I need to save the downloaded 
bitmap into an array. And all of this should be done inside an asynctask that 
will has a for-loop in it. Using aQuery directly for loading images into an 
imageView works perfectly fine and like a charme, but I need it also to save it 
as a Bitmap somewhere so I can assign in for a Compound Drawable later. 

Any idea how I can achieve this?

Original issue reported on code.google.com by tzaferis...@gmail.com on 15 Nov 2013 at 8:43