You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 15 Nov 2013 at 8:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Nov 2013 at 8:43The text was updated successfully, but these errors were encountered: