On Thu, Apr 14, 2011 at 11:54 AM, ABSOLUT <[email protected]> wrote: > Hi, > I have an application that have a tabactivity. When I do click in any > tab get some Internet information and shows it in a ListView and then > record the information in a database. > Well, I would like that when I exit of the application removes the > information of the database, by these way I obtain that don't have > duplicate information. > Many thanks and sorry for my english! >
If your information retrieved from the Internet does not need to live beyond the lifetime of the application, don't use the database, but store it in memory. -- 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

