I am making a login screen for my Android app and was wondering how can I use a video as a background rather than having an image or simple colors?
I want to make it
First make new XML and add the VideoView inside it:
XML
VideoView
my_video_background.xml
Then include this file inside your main layout that have Buttons, let's say:
Buttons
splash.xml
That's it!