用于与服务器交互的 Xamarin 表单应用程序

Xamarin form application to interact with the server

我正在尝试开发一个 xamarin 表单应用程序,它是我们网站的应用程序版本,我想从用户那里获取数据并将其保存到服务器,然后再次从服务器检索数据并显示在应用程序中,谁能推荐一些好的代码示例?

谢谢

这里有一些有用的链接,它向您展示了如何执行 Web API 的 POST/GET 方法并在 Xamarin 应用程序上使用它:

https://theconfuzedsourcecode.wordpress.com/2015/05/19/how-to-make-post-get-calls-to-an-asp-net-restful-web-service-in-xamarin-forms/

http://15mgm15.ghost.io/2017/02/08/connect-to-a-remote-database-using-xamarin-forms/