|
|
|
|
|
by Zigurd
3884 days ago
|
|
In Android, try the Hierarchy Viewer. The "cost" of each view is small but it is easy to pile up the nested views in a complex hierarchy that will slow down. Conversely, you won't cure a slow Ui by selecting faster View classes. You'll do it by simplifying. |
|