Hello,
I am new to the development scene of mobile apps. I did a few native apps on xcode and I wish to move on to cross-platform apps now. Basically, I want users to be able to create accounts and access the service my app provides. They can progress through the app and once they are done they will be able to login and continue on using the services on the website. The content will mainly consist quizzes.
I have an idea of how it may work. Making the website in html php and using mysql databases hosted on amazon. I would then eventually retrieve them in my native apps created in gideros as sqlite. Are there any other web coding languages or hosting services you would recommend? I will also possibly create web apps in the future.
Thanks for reading and helping
Comments
one way would be to have an API as in a webservice to access your service, that it would be much easier to integrate with any native apps.
In Gideros you can use UrlLoader for that purpose.
Here is even a lib, that allows you to wrap Restful APi's easier
https://github.com/KosiDossApps/gideros_restful_apis