Apk and online database - Forum

Forum Navigation
You need to log in to create posts and topics.

Apk and online database

Hi Luis,

Is it possible to create an apk app (I use a VoltBuilder account) connected to an online SQLite database?

I already did it with PWA without any problem, but this time, I would like to create an apk app on my phone with an online database.
Regards,

Hi @cdy44-2, if you want to use SQLite as an online database hosted in a web server it's possible using neoPhp. Just use neoPhpSetPath to set the remote location and be sure to allow CORS server side (see config.php default file for more information). If you want to use a local database (hosted in the user device) you will need a specific Cordova plugin instead of neoPhp.

Note that the coming neoCms facility will help a lot in most similar situations.

Regards.

Vadim and CDY@44 have reacted to this post.
VadimCDY@44

Hi @luishp,
Thank you for your answer.
Regards,

luishp has reacted to this post.
luishp

Hi @luishp,

Thank you so much !! With your help I succeed !!!

You can't imagine the feelings this generates in me, who is really someone who didn't know how to program. To succeed in making an apk application that can work well makes me quite proud and this thanks to your help! Thank you for the support you give to all of us!

luishp and javadrajabihakami have reacted to this post.
luishpjavadrajabihakami

@cdy44-2 I'm very happy. Congratulations!!! :)