How to make apps that support dynamic changes
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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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?
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.