Page 1 of 1

How to make apps that support dynamic changes

Posted: Fri Feb 14, 2014 12:28 pm
by Anmol Kapoor

how can i make dynamic apps like if i want to make changes in my app it gets shown directly in users mobille when the are conneted to internet or so..please guide?


How to make apps that support dynamic changes

Posted: Fri Feb 14, 2014 1:58 pm
by Maryna Brodina

Hello! You would need to store your data in DB (Appery.io or any other which is exposed via REST API) and show stored data in app. We have tutorials which show how to work with DB http://docs.appery.io/tutorials/
Basically it's part of your app logic and it's really up to you in what way update app data. I would highly recommend to try our tutorials to get some ideas on how to do that.