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

Is It Bad To Use Public Static Fields/variables?

I started learning about Android Development, and I read about static variables are bad and may lea… Read more Is It Bad To Use Public Static Fields/variables?

The Png Loading Get Out Of Memory Android

I have a fragment that have a grid view.I'm putting 70 images in grid view.but when i run the a… Read more The Png Loading Get Out Of Memory Android

Java.lang.outofmemoryerror Occur On The Animation Loading?

What I get from the Developer site is 'If in the loading time total size of the animation excee… Read more Java.lang.outofmemoryerror Occur On The Animation Loading?

Why Does My 160kb App Background Become 49 Mb At Run Time?

I decided to investigate my app's memory usage and I looked at Android Studio's Memory Moni… Read more Why Does My 160kb App Background Become 49 Mb At Run Time?

RAM Increase - Android Service

I made some changes in my android service, like declared a hashmap of bitmaps as member variable, a… Read more RAM Increase - Android Service