here is the link to Teodor’s new & ESSENTIAL Tutorial on how to create Mobile or Desktop Apps that store and retrieve data from your database hosting server.
Can’t I use local folder instead of FTP in this case ? I want to try the mobile app making part…I read that its necessary to crate 2 project for it.
Thank you,AK
Yes but if you want to use database functionality you will need a stack capable of providing you with what you need, be it Apache, MySQL and PHP, etc, or consider Docker. For a simple Project with no database connectivity working locally shouldn't be an issue, remembering that mobile applications can only render .html documents. So in theory you'll have a straight simple HTML Project (Project 1) for the main part of the application, with your Frameworks and Cordova side, and on the back-end (Project 2) for data one or other server architectures supporting whatever you select to power the API side (Server Modal, be it PHP, Node, or whatever you select).
Got it…thank you…I was just trying to use local computer for trial purpose…as I just downloads Wappler yesterday and trying to explore it…if your mobile app is already known on wappler can you share the name of app…I saw one app popdish…just wanted to see few more for look and functionalities… however I found it really good so far…I am a non programmar so facing some diffciluties to understand some things…thank you…AK