+ 1
Poner videos dentro de java
Hola qué tal alguien sabe como ingresar videos dentro de Java ??
1 Antwort
+ 3
if all you require is the ability to read raw data (such as a video or audio file), then save the file in the res/raw/ directory and read a stream of bytes using openRawResource()
https://developer.android.com/guide/topics/resources/providing-resources.html