Greetings to everyone from whom I am developing an application that uses a lot of images and activities. This is a digital magazine providing the application. In my application, one situation arises that I have to show all the magazines to users using thumbnails using dynamic image and text presentation. My application is almost complete. But I'm really struggling with memory issues.
There are a lot of memory leaks in my application. I have succeeded in many places where I can find using System.gc () ;. recycle (); hashmap and all other possible ways. But my application has the same problem.
I want to find where this memory leak occurs in my code. I used distribution tracking DDMS, MAT and Heap are still only getting a rough idea. I want to find it in my code to manage it.
Can anyone help me solve this problem. I am stuck here and I have no way. :(
android memory-management memory memory-leaks
Sreedev r
source share