But I bet draw / measure will also take more time ...
# android
m
But I bet draw / measure will also take more time compared to findViewById for huge hierarchies and that's why some devs do single CustomView with
onDraw
implementation instead of using layouts.