Sometimes it is common to doubt which layout to use, which graphics resources consume more memory, and how to improve the layout in which the views appear. Is there any tool to help with layout optimization?
Sometimes it is common to doubt which layout to use, which graphics resources consume more memory, and how to improve the layout in which the views appear. Is there any tool to help with layout optimization?
There is yes, one way is through the View Hierarchy that is included in the tools of the Android SDK. Allows you to analyze the layout while the application is running. Using this tool helps you to discover the bottlenecks in layout performance, that is, helping you to identify potential problems ..
O hierarchyviewer ferramenta está disponível em <SDK> / tools /
When opened, View Hierarchy displays a list of available devices and their components that are running.
Link documentation for more information and clarification: Documentation Link