I'm doing some image caching with an app of my own.  Right now, it's
just for me and my friend to play with, so I'm just storing onto a
directory on the SD card.  Generally the images are fetched once and
never really deleted.  I have to add a preferences item to control
wether they get fetched or not, and the location of the cache, but
that's just nice stuff - I know I'll always want this stuff on for my
own personal use.  I thought about doing it in-memory, but quickly
dismissed that - there's not enough space there to waste like this.

What's so fiddly about your implementation?  Mine is really quite
simple...

- michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to