In the second part of this series of articles, we talked about how to structure your project using Refit. In this article, we are going to talk about how to structure your project to consume multiple APIs. Let’s start understanding the issue In the previous article we were consuming the MakeUp API, in this sample […]
Grids in Xamarin Forms Made Simple
Recently I’ve been talking with some people that are having some difficulties understanding Grids, and to achieve similar things they use other kinds of layout. In this article, I’m going to explain step by step how to use a grid, why, and what you can achieve with it. Let’s start with the basics A grid is a […]
Consuming a RESTful Web Service in Xamarin Forms using Refit (Part 2)
In the first part of this series of articles, we talked about how to use Refit showing some examples of it’s main features. Also we did our first request. In this part, we are going to talk about how to structure your project when using Refit, in a way that can be easier to maintain. […]