Reputation: 95
I am trying to develop a xamarin form application which is a app version of our website and I want to get data from user and save it to the server, and again retrieve the data from server and display in the app, Can anyone suggest some good code samples?
Thanks
Upvotes: 0
Views: 523
Reputation: 4032
Here are some useful links where it shows you how to do a POST/GET method of your web API and consume it on your Xamarin Application:
Send HTTP Post request in Xamarin Forms C#
How to send POST request in Xamarin?
http://15mgm15.ghost.io/2017/02/08/connect-to-a-remote-database-using-xamarin-forms/
Upvotes: 1