-2

How can one calculate how fast it takes for a specific layout to be drawn (From A-Z)? And.. Is there a possibility to calculate every part of layout building - measure, layout, draw.

MaaAn13
  • 264
  • 5
  • 24
  • 54

1 Answers1

0

Do you need profiling for layout? I'll start here: https://developer.android.com/studio/profile/hierarchy-viewer.html

yossico
  • 3,421
  • 5
  • 41
  • 76