Hello, How is in-memory caching achieved in android? For example, i have static data such as state list in the United States. I would like to keep that list in a file or somewhere in an online service. However, when the app is running, I'd rather store in memory in the app itself. How is that achieved? I could create a singleton and initialize that on startup. What are the best practices if any? Thank you for reading and responding!
-- 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

