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

Manage Global Object Or List

I have read many blogs about how singleton are vulnerable in android.so my question is how to maint… Read more Manage Global Object Or List

Is There A Way To Impose A Memory Limit On An Android App For Testing?

I'm looking for something similar to the JVM heap memory limit option -Xmx. Is there a simple w… Read more Is There A Way To Impose A Memory Limit On An Android App For Testing?

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

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?