I cant seem to understand why my app is taking 33mb of memory.(Just added up nativeprivate dalvikprivate)
Is there anyway to check at runtime what memory is allocated but waiting to be GC and which cannot be GC and is a leak.
Is it a viable option to call system.gc every 30 sec ?
What is the memory utilization of a n activity with simple hello world text. => In my case I am getting 6mb. Why Cant it be a few KB's How to keep the memory requirement to minimum