Wed.Sep 05, 2018

article thumbnail

Profiling UI Layouts In Android For Performance Improvements

The Polyglot Developer

Something that any application should be concerned with is performance. One way to look at performance is via profiling. Most IDEs and platforms provide tools to profile your application to take a look at detailed system information about various parts of your application. With Android applications you can execute an adb command to generate a very thorough snapshot of the graphics information and that’s what we’re going to look at in this post.