Android - is there a callback that gets called right after onResume()?

Viewed 14187

Is there a callback that gets always called after onResume()? I'd need that, because AFAIK, after onResume(), every View in the layout has been rendered, so I can measure their dimensions.

Thanks.

1 Answers
Related