I create my hierarchy of views by code, and then I do setContentView()in the Activity with my root view like argument.
I need know width and height of one view in runtime but if i do getWidth() or getHeight(), i get 0. If i wait a few seconds i get the correct width or height.
I only want to know in what moment android calculate width / height of views. My code isn't outstanding
Thanks!