Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / The easiest way to do this....

Author
Message
DannyD
7
Years of Service
User Offline
Joined: 29th Aug 2017
Location:
Posted: 11th Apr 2019 06:11
Hi Guys
I have over 250 Leveled reading books and matching games for them. Each one compiled to HTML5

Leveled books range from Level AA, level A-Z

I would like to combine all levels into one APP, eg; Level AA books together etc.
With a Title Menu, selecting which one to read....

I did a template, and just change Images, Sounds, background etc...

All use a DAT file, to store, Words, Sounds etc.

What will be the easiest way to do this.
Thanks

Attachments

Login to view attachments
Chmava
11
Years of Service
User Offline
Joined: 20th Jun 2013
Location:
Posted: 11th Apr 2019 06:18 Edited at: 11th Apr 2019 06:34
You could use an auto updater that fetch content from a web content server?
This should prevent the app from needing to update every time new content is added?
The app is no doubt being downloaded to install on the user operation system, so there is no doubt an internet connection is there.

As for something like a dat file, you could use memblock and read the byte, int or string using your own custom build in byte length code?
Like what content goes into which byte?
Max size each is 100 megabyte though...
Basically readfile and load it into memblock byte per byte, then process it.

You could also custom zip it to be decypted to the user system storage.
Might get copy pasted over elsewhere if it is not itself encrypted.

Login to post a reply

Server time is: 2024-10-01 06:00:58
Your offset time is: 2024-10-01 06:00:58