tags:

views:

24

answers:

0

I have in many cases successfully loaded up data into an array from the strings.xml. However an app I'm writing now has a very large amount of data in the XML, much larger than I've had in the past for a single array.

When I run the app in the emulator, the intent happens, I see my app's home page, but after a few seconds it just closes itself and goes back to the emulator home screen. My onCreate code is loading up the XML. When I delete most of the XML and run it, everything is fine. The trouble always comes in when the XML is a certain size (though I haven't narrowed down a number).

Is there any way to counter-act this?