Hi guys.
I'm trying to find a Service/API or w.e I can use to Display Countdowns On a page for every Person on the app,
I want to be able to add or remove or edit These Time's Even when someones got the app installed.
So im looking for a Cloud based Thing I think. I'm Not really sure how to go about this.
Anyone maybe some idea's or advice for me?
I want to be able to add or remove or edit These Time's Even when someones got the app installed.
1.You can use remote database to manage the data. Save the data in server, then connect to the remote database and access the data in client app.
Tutorial: https://xamarinhelp.com/connecting-remote-database-xamarin-forms/
2.To display the Countdowns on a page, check the link.
Answers
1.You can use remote database to manage the data. Save the data in server, then connect to the remote database and access the data in client app.
Tutorial: https://xamarinhelp.com/connecting-remote-database-xamarin-forms/
2.To display the Countdowns on a page, check the link.