How can I reduce the allocated heap of my application,DDMS in Eclipse shows that
Heap Size:62.3MB
Allocated:44.6MB
Used:70%
I Also want to know does PNG images allocate a huge size ??Because I deleted a PNG Button from my application and as a result heap allocation was reduced.
Is it bad to use JPG for Backgrounds and PNG for Buttons .