How to synchronize xamarin forms using httpclient
Please help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Apr 25, 2019, 4:00 PM
It would be better if you can store the data in a local database, such as using Entity Framework and then continue to upload the data over to a remote database (using API as you want to do this using HttpClient), or you can consider other services such as scripts to upload the database over to the web app.
Afzaal Ahmad ZeeshanPosted Apr 28, 2019, 2:29 PM
First and foremost the best of these is the Firebase's services for realtime databases, after that Azure's mobile SDK comes in handly. Then we have a couple of options like Realm database, etc. You can check out their official documentations and study how they work.
I hope these help you out, if not, please do not hesitate to reach out to me for more!
Richy SinhoPosted Apr 26, 2019, 5:29 AM