I am developing an android application in which i have to play a mp4 file in the splash screen.I have written code for splash screen java class.But dont know why it is not picking,can anyone guide me…
Below is my java class code
Thanks in advance
Tushar
Ok, I don’t know best way to how to achieve this, But if I have to do that, Then I am doing something like this,
1.Starting SpalshActivity,
-> onCreate() of splashActivity just start the .mp4 video and put the OnCompletionListener for media player.
2.Calling new Activity on complete the mp4 video. (For this you have implements OnCompletionListener in your activity).
-> on OnComplete the video I called the new Activity.
Simple . 🙂