Android Best Practices: MAT

When you want to improve an Android application performance, you need to do profiling. Welcome MAT! What is MAT? It’s a Java heap analyzer tool introduced by Eclipse that helps you find memory leaks. How-To First you need to extract a hprof file from the Android device. When run
Continue Reading →