Thursday, September 26, 2013

Performance considerations with layouts

Calculating the layout and drawing the views is an resource intensive operation. You should use the most simple layout possible to archive good performance. For example you should avoid nesting layout managers too deeply or avoid using complex layout managers in case a simple layout manager is sufficient.

No comments:

Post a Comment