video app
-
Hi, How easy it is to create a simple app which holds 4-5 videos and can work offline. Say I am offline and I click on this xyz app. On launch it presents front page with 5 video links. On clicking those links, I am able to view those videos. I think it should be straight forward using html 5?
-
Hi, How easy it is to create a simple app which holds 4-5 videos and can work offline. Say I am offline and I click on this xyz app. On launch it presents front page with 5 video links. On clicking those links, I am able to view those videos. I think it should be straight forward using html 5?
I'm not sure - but if you ever need to increase the number of videos, won't you also have to recode in HTML6?
Never underestimate the power of stupid things in large numbers --- Serious Sam
-
Hi, How easy it is to create a simple app which holds 4-5 videos and can work offline. Say I am offline and I click on this xyz app. On launch it presents front page with 5 video links. On clicking those links, I am able to view those videos. I think it should be straight forward using html 5?
AndyInUK wrote:
How easy it is to create a simple app which holds 4-5 videos and can work offline.
Was this supposed to be question: "How easy is it to create ... and can work offline?" ? Just pondering ;P Cheers!
"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian
-
Hi, How easy it is to create a simple app which holds 4-5 videos and can work offline. Say I am offline and I click on this xyz app. On launch it presents front page with 5 video links. On clicking those links, I am able to view those videos. I think it should be straight forward using html 5?
Maybe. But did you know that "offline" actually existed before "online"? Back in the day, we had ways to actually store information on the device itself. We had "files", often organized in handy tree-structures called "directories" or "folders" or whatever (can we agree on a name already?) to make finding them back easy (but not easy enough that your parents can remember where they stored that document). Actually we still have that, and here's an idea: just save those videos. "Explorer" can be your "app". Or, maybe there's actually a good reason for what you doing.