I am trying to on first start up fill up a sql database with the default values. This database is around 9000 entries and it is causing the app to go over the 16MB heap. I am trying to find a way to do this so that it will not cause this over flow.
At the moment I am running the 9000 inserts, 1 after another in a thread. Are there any other suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

