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

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

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

Size Of A Hello World Android App

I am new to android and when I create a simple Hello World app its size is about 900 KB. But I have… Read more Size Of A Hello World Android App

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?

Android : Pss (proportional Set Size) Calculation

I am trying to figure out how the PSS is calculated is Android. I found one article that states the… Read more Android : Pss (proportional Set Size) Calculation

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?

Find The Physical Address Of Exception Vector Table From Kernel Module

I have an android device - Samsung galaxy s2 with kernel version 2.6.35.14 (arm cortex a9) I tried … Read more Find The Physical Address Of Exception Vector Table From Kernel Module

Does Android Support Virtual Memory

Does Android support virtual memory concept? I read it does use paging but not swap space. That is… Read more Does Android Support Virtual Memory