Android Question How to Detect the animation in Activity.loadlayout is finished

Daniel-White

Active Member
Licensed User
Longtime User
Hi. I am coming with a special question.

Can we detect when the animation if finished?

I would like to do a splash image (introduction) show it only 1 sec = 1000 ms, when the animation is finished, I would like to trigger another event an example load another activity etc.

upload_2016-7-22_16-43-22.png
 

Daniel-White

Active Member
Licensed User
Longtime User
No event is raised. You can use a timer or (better) CallSubPlus to run a sub after 1000ms.
Thanks Erel, not problem. I did it, with mediaplayer, and detect when the music is finished to trigger another event. Thanks you Indeed. :D
 
Upvote 0
Top