[android-developers] GridView inside ListView giving OutOfMemoryError

2013-05-06 Thread bob
It sounds like you may need to put this in your manifest: android:largeHeap=true Thanks. -- -- 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

Re: [android-developers] GridView inside ListView giving OutOfMemoryError

2013-05-06 Thread Romain Guy
You really should not using largeHeap unless you have very good reasons to do so. The large heap feature is meant to be used by applications like photo editors who need to load very large images at once. The more memory your app is using, the more likely it is to be killed when it goes in the