top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How do you avoid memory leaks in an android application?

+4 votes
388 views

How do you avoid memory leaks in an android application?

posted Jan 24, 2014 by Khusboo

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+3 votes

You can analyze the retention table for this using MAT tool http://www.eclipse.org/mat/

Though there are a lot many tech blogs describing on the internet..

answer Jan 24, 2014 by anonymous
Similar Questions
+1 vote

How do you port Android application to Kindle Application?
Is it easy or difficult?

+1 vote

Is it possible to run a linux application on android platform....

+2 votes

What is the Best Pattern or Topology for avoid Memory Leaks in Projects

+1 vote

I'm using uri to read the contacts that are stored in mobile. Now I want display those names in autocomplete. Please explain me how to add uri in AutoCompleteTextView?

...