M Mikie Member Licensed User Longtime User Sep 28, 2011 #1 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, 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 Sep 29, 2011 #2 Erel, if you are ever near Colorado Springs, US I owe you a lunch. Click to expand... 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. Click to expand... 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
Erel, if you are ever near Colorado Springs, US I owe you a lunch. Click to expand... 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. Click to expand... 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.