app/mp4 package

Mikie

Member
Licensed User
Longtime User
Erel,

Thanks, I have my mp4s playing from my sdcard.
Now any advice on how to create the app with 10 movies in the sdcard and the app.

I could let the user download the movies from my site.

Erel, if you are ever near Colorado Springs, US I owe you a lunch.

Mikie
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Erel, if you are ever near Colorado Springs, US I owe you a lunch.
Let me write a note to myself ;)

Now any advice on how to create the app with 10 movies in the sdcard and the app.

I could let the user download the movies from my site.
You can download files using HttpUtils. Using File.ListFiles you can search for all the files in a folder and then allow the user to choose the video file.

You can also use FileDialog or any third party file manager to let the user choose the file.
 
Upvote 0

Mikie

Member
Licensed User
Longtime User
Erel,

Great stuff.
Thanks.
 
Upvote 0
Top