When developing an application, itβs very likely that much of its development will require interaction with a web service. We can use different tools to connect and retrieve data from web services but in this case we will learn how to do it using Refit and we will split it in the following topics: β Things that you need to…
Tag: WebServices
Getting started with Web Service consuming using Xamarin Forms
For months, I have seen a lot of people asking about how to integrate a database with Xamarin Forms or what is the most recommend database to use, among other questions. Now, I will show you that it’s possible to consume any data you want, without the need for a database connection. How? You just have to consume a Web Service that gives you…