[android-developers] Application Object, Complex ArrayList's and memory?

2012-01-18 Thread Dancing Fingers
Hi guys, My app uses 4 ArrayLists which I want to be accessible to all activities so I decided to load them into an Application object. Three out of the 4 work fine but the forth won't work. It's the largest Arraylist and it also happens to be a complex Arraylist of String, each Arraylist

Re: [android-developers] Application Object, Complex ArrayList's and memory?

2012-01-18 Thread TreKing
On Wed, Jan 18, 2012 at 7:11 PM, Dancing Fingers batym...@gmail.com wrote: Three out of the 4 work fine but the forth won't work. Free advice is appreciated. Free advice: when you tell a group of strangers unfamiliar with your problem that something won't work, expanding on what that

Re: [android-developers] Application Object, Complex ArrayList's and memory?

2012-01-18 Thread Kristopher Micinski
How big is big? Also, this design seems that it might indicate something in your app is simply incorrectly designed. I can't think of too many situations when this would pop up, and you can't do something better, so if you included what the use for these lists was... For example, you could put