When the user launches an app, (I guess) the interface is shown by components, like Button, TextView, LinearLayout and so on.
The question is how to detect such a component has just been drawn (i.e. user can see it)?
For example, right after it is drawn, output a string "component_id is drawn".