In this tutorial, we are going to learn how to consume data from a Web API in a Xamarin Forms application.
We will implement CRUD operations by using HTTP endpoints exposed by a local WEB API.
🕑 Timestamp :
00:00 Introduction
00:39 Tour of the existing application
01:46 Disable HTTPS in the Web API
02:25 Access the Web API from the Android emulator
04:11 Creating the service that interacts with the Web API
05:16 Perform a GET operation
07:08 Perform a POST operation
08:38 Perform a PUT operation
09:45 Perform a Delete operation
10:31 Outro
💾 Source code:
https://github.com/techwithpat/XamWebApiClient
👍 Subscribe:
° https://www.youtube.com/channel/UCWIgdMSJn8X9IwylP-7Ad8w?sub_confirmation=1
🔗 Other videos you may like:
° How to create a Web API with ASP.NET Core: https://youtu.be/sWJayOop4k8
° Call an existing Web API with a C# application: https://youtu.be/LZJvdFDCKxM
° Dependency Injection with C# and ASP.NET CORE: https://youtu.be/U4nwjAIeZBQ
🌎 Where to find me:
° Github: https://github.com/techwithpat
° LinkedIn: https://www.linkedin.com/in/patrick-tshibanda-431017135/
#webapiwithxamarinforms
Download
0 formats
No download links available.
How to Consume a WEB API in Xamarin Forms | Xamarin Forms Tutorial for Beginners | NatokHD