hi you shouldn't hold munch data structure in objects because of the low memory on mobile devices. Instead you should use the sqlite feature and query, update, delete through a Content Provider. Don't work with Lists of Maps (List<Map<String, Object>>) or something like that for data storing. I'm currently refactoring my app because I did that (similar) mistake.
-- 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

