Re: [android-developers] Application Crashing OutOfMemory .Restructuring Help Needed

2010-03-22 Thread Jim Blackler
> It takes 10 mb for the UI (I have a single Activity ,but many layout files) That sounds wrong to me. Unless you have a really, really complex UI. > And the data which comes from the server is stored in memory arrays for logical representation on UI (As well as database)and it takes 6 mb of the

[android-developers] Application Crashing OutOfMemory .Restructuring Help Needed

2010-03-22 Thread Alok Kulkarni
Hi guys, I have an application which fetches data from server and shows it in different lists in my application. I used the adb shell procrank command to find out the memory usage of my application It takes 10 mb for the UI (I have a single Activity ,but many layout files), And the data which comes