Finished Sample Map App for the iOS Practical Essentials Workshop
To create the cloud back-end, remix the following Glitch project: glitch.com/~grey-stamp
You can also find the server project files here
This project was initially created in Xcode 10.1.
For more help contact mad.lab@utoronto.ca
The JSON data format was used to transfer data between the server and the app.
Our cloud server was written in Javascript and ran in NodeJS.
ExpressJS is a code library for NodeJS that helps you build web servers.
Our data was stored in a Sqlite Database in the cloud.
Here is some information about Auto Layout, which is used to define the layout of our app's UI.
And finally our libguide has a lot of links to other app development guides, blogs and resources for iOS and Android.