Hi
I have a 200 different list (each list might have 200 items) size of the each list will be 100 KB that need to be loaded into ListView. But I'll use only one list at a time. I would like to know which is the best mechanism to deal with the data 1. Download the list data every time from server (as a JSON) and load also I can use caching to remember data for some time or 2. Persist in local memory as a file all 200 different lists. Can someone suggests what approach I should take? -- - Prakash. -- 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

