Open GoogleCodeExporter opened 9 years ago
> It is really useful to get a callback from the prefetch() method to let you
know when it has completed successfully or encountered an error.
What is the callback used for?
Original comment by pbald...@google.com
on 7 Jul 2011 at 2:06
I'm using it in an app which allows a user to download content for offline
reading. I have a list of images to prefetch and I need to know when they are
all downloaded, so I use the callback to work this out.
Original comment by rupert.b...@guardian.co.uk
on 7 Jul 2011 at 3:17
Are the images pre-fetched while the app is running in the foreground or by a
background service?
Original comment by pbald...@google.com
on 7 Jul 2011 at 3:56
Currently in the foreground.
Original comment by rupert.b...@guardian.co.uk
on 7 Jul 2011 at 3:58
Original issue reported on code.google.com by
rupert.b...@guardian.co.uk
on 7 Jul 2011 at 11:06Attachments: