Wednesday, July 6, 2011

[android-developers] Re: in-memory caching?

You could store it in a static variable if its just that list but if
you want something more then there is currently no decent caching
mechanism out of the box, you would have to roll your own.

For a run down of data storage options you could look here:

http://developer.android.com/guide/topics/data/data-storage.html

You could also look at the droid fu library that has a caching API but
I have not used it so not sure what its like:

https://github.com/kaeppler/droid-fu

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

No comments:

Post a Comment