Hi All
As known, when using the setContentView()
method, a view can be displayed on screen.
My question is whether there is a way to receive an event when the view is actually displayed on screen (since it takes some time for the view actually being displayed after the setContentView()
method has been called).
Thanks.