On mobile, the amount of network traffic counts. In this post I will show you conditional HTTP requests. With this concept you can reduce network traffic.
On a mobile device, your network connection might not alaways be stable. Instead of relying on the user to retry, implement your own mechanisms with Polly.
While writing reusable code, it might be benificial to be able to test your NuGet packages locally. In this post we learn how to do that on Mac and Windows
Want to learn how to implement grouping in the Xamarin.Forms ListView control? You’ve come to the right place. This post shows you how to implement it.