Skip to content Skip to sidebar Skip to footer
Showing posts with the label Memory Management

Android 2.3 Has Lower Vm Budget Than 2.1 And 2.2?

It seems like Android 2.3 has much smaller VM budget than 2.1 amd 2.2. I am suprised that the newer… Read more Android 2.3 Has Lower Vm Budget Than 2.1 And 2.2?

Activity Calling Finish In Onpause Crashes During Orientation Change

To preserve resources and prevent memory leaks, I am calling finish() in onPause event whenever app… Read more Activity Calling Finish In Onpause Crashes During Orientation Change

How Can I Gracefully Degrade My Performance, Given Limited Memory?

I've spent the last few days trying to remove memory leaks in my game, resulting in many out of… Read more How Can I Gracefully Degrade My Performance, Given Limited Memory?

How To Find Out Ids Or Names Of Preloaded System Drawables (bitmaps) From Memory Dump

I'm analyzing memory usage of our app, and has found strange Drawables, which constantly 'e… Read more How To Find Out Ids Or Names Of Preloaded System Drawables (bitmaps) From Memory Dump

Does Ondestroy() Or Finish() Actually Kill The Activity?

Actually I know i am asking about the simple and basic concept of Android. But I am a little bit co… Read more Does Ondestroy() Or Finish() Actually Kill The Activity?

How To Programmatically Calculate All Cache Size Of Installed Application?

i just want to show list of all installed application name with cache size. Cache size must be same… Read more How To Programmatically Calculate All Cache Size Of Installed Application?

Strange Bitmap Using 1 Mb Of Heap

Out of curiosity, I just recently tested my Android App for Memory Leaks, using the Eclipse Memory … Read more Strange Bitmap Using 1 Mb Of Heap

How To Load Tiles From A Large Bitmap In Android?

If I have a large bitmap file that would normally generate an 'Out of memory' exception, ho… Read more How To Load Tiles From A Large Bitmap In Android?