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

Android Imageview Setimagebitmap

I'm trying to better understand how Android handle images in order to use memory more efficient… Read more Android Imageview Setimagebitmap

Android Permanent Memory

My app does different actions deppending on the caller and some predefined values. When a call is s… Read more Android Permanent Memory

How To Decrease Memory Usage For Android Studio (also Works For Eclipse)

After some months using Android Studio, i was very upset of how much memory it was using: 2GB for … Read more How To Decrease Memory Usage For Android Studio (also Works For Eclipse)

Reducing Memory Usage While Creating And Saving A Single Color Png Bitmap In Android

I need to create and save single color PNG images (bitmap filled with a single color). I'm crea… Read more Reducing Memory Usage While Creating And Saving A Single Color Png Bitmap In Android

Why Bitmap Size Is Bigger In Memory Than On Disk In Android?

I have a 2448x3264 image on my SD card that consumes 1,667,072 bytes but when I load it as a Bitmap… Read more Why Bitmap Size Is Bigger In Memory Than On Disk In Android?

Out Of Memory Error Android Due To Fragmentation After 20+days

I made a application that runs on a coffee machine.After 20+ days (can be 60+ days depending on use… Read more Out Of Memory Error Android Due To Fragmentation After 20+days

Android: Inconsistency In Documentation. When May An App Be Killed?

It's seems to me that these articles 1 and 2 are not consistent. Article [1] says that the app … Read more Android: Inconsistency In Documentation. When May An App Be Killed?

Android App 2.2 Port To 4.0

I have built an application based on 2.2.It works properly and does well. However, when i put the a… Read more Android App 2.2 Port To 4.0