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?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to