Soldato
So I'm learning Swift, one reason being I want to make a particular app for work. A friend told me Swift doesn't play well with external databases, so I checked how it could be done on Android and I would perhaps start there (connecting to a web based MySQL database) and realised it's not as straight forward as I'd hoped.
I then found how easy it was, using a manifest and some other code, that when you add you webpage to homescreen on both iOS and Android, it can run like it was an app, full screen and with a logo for your icon etc.
So, my new plan is to do it this way. I know I can reasonably easily code it in php and host it on my personal webspace. I can 'install' it on everyone's iPad (by that I mean 'save to Homescreen') and no-one would particularly know it wasn't actually an app.
I'm just wondering, is there anything I'm missing? Is there a better way to code a mobile app than plain old php? (Without too much learning new code)
I then found how easy it was, using a manifest and some other code, that when you add you webpage to homescreen on both iOS and Android, it can run like it was an app, full screen and with a logo for your icon etc.
So, my new plan is to do it this way. I know I can reasonably easily code it in php and host it on my personal webspace. I can 'install' it on everyone's iPad (by that I mean 'save to Homescreen') and no-one would particularly know it wasn't actually an app.
I'm just wondering, is there anything I'm missing? Is there a better way to code a mobile app than plain old php? (Without too much learning new code)