I want to execute an animation 1 second after my elements appear on the screen. Is there a way for me know know when the activity is finished loading everything?
Asked
Active
Viewed 157 times
0
-
when setContentView() is called? Unless your doing some backgrounds stuffs to populate your views later. – Lazy Ninja Sep 11 '13 at 10:15
-
Possible duplicate: http://stackoverflow.com/questions/2089489/how-can-you-tell-when-an-android-activity-is-finished-loading – Liam George Betsworth Sep 11 '13 at 10:16
-
What did you try so far? onResume for example? – fasteque Sep 11 '13 at 14:35
-
I didn't try anything yet. I want to know what's the right way to do it. – DaveDev Sep 11 '13 at 14:45