Android Programming
New Android Programming Techniques, Design Concepts, Sample codes, Interview questions, Android UI
Home
Android Programming
Android UI
Android Tools
Java
Kotlin
C/C++
Interview Questions
Current Android Release version:
Version Code: Pie
Version: 9
API level: 28
How do you play a video using HTML5?
We can display video using the <video> tag as shown below:
<video width="320" height="240" controls="controls">
<source src="test2.mp4" type="video/mp4" />
</video>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment