↧
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...
View ArticleGrids 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...
View ArticleConsuming a RESTful Web Service in Xamarin Forms using Refit (Part 3)
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...
View Article