Is there a tool to help optimize the layout?

Asked

Viewed 172 times

1

It is sometimes common to doubt which layout to use, which graphic resources consume the most memory, and how to improve the layout in which the views appear. Is there any tool to help in the optimization of the layout?

1 answer

1


There is, one way is through the View Hierarchy which is included in the Android SDK tools. Allowing you to analyze the layout while the application is running. Using this tool helps you discover the bottlenecks in layout performance, ie by helping you identify possible issues..

O hierarchyviewer ferramenta está disponível em <SDK> / tools / 

When opened, the View Hierarchy shows a list of available devices and their running components.

Link documentation for more information and clarifications: Link Documentation

Browser other questions tagged

You are not signed in. Login or sign up in order to post.