Hi, I'm looking for a way to compile a project made in construct2, it's not exactly a game, it is more like a process-visualizer for the company where I work. The main problems I have are:
1.-For the kind of information we are working here, I'm not allowed to upload files to any kind of online service to compile it (also all the information must be offline)
2.- The amount of information (basically photos)is very heavy, I need to show at least 500 photos with good resolution.
I have accomplished this using NodeWebkitApp.Folder (for the local files) and compiling for PC/Mac/Linux, but I need something similar for Android (maybe using phonegap offline).
�Does somebody knows a method to accomplish this?
Thanks!