You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Performance often feel laggy, especially going back and forth from main page. The XML files and code controlling these viewers are far from optimized and possibly wrong at worst.
Lint give the following complaint:
X has more than 80 views, bad for performance
and describe it as:
Using too many views in a single layout is bad for performance. Consider using compound drawables or other tricks for reducing the number of views in this layout. The maximum view count defaults to 80 but can be configured with the environment variable ANDROID_LINT_MAX_VIEW_COUNT.
emigenix
changed the title
Lint: Layout has too many views causing performace loss
Lint: Layout has too many views causing performance loss
Jun 13, 2017
Problem:
Performance often feel laggy, especially going back and forth from main page. The XML files and code controlling these viewers are far from optimized and possibly wrong at worst.
Lint give the following complaint:
and describe it as:
The affected files are:
Please compile and check lint results for more details
The text was updated successfully, but these errors were encountered: