In this post I'll try to explain how to consume a GraphQL endpoint from you're client application. Because GraphQL is built for mobile, I'll be explaining on how to implement this in Xamarin.Forms.…
All posts in Xamarin
This blogpost will cover the basics of GraphQL and why You would want to use it. In following blogposts I will elaborate on how to build a GraphQL endpoint with .NET Core 3, and how to consume GraphQL in a Xamarin app.…
Microsoft announced a new service called App Service Data. This service allows you to easily create a scalable backend for your app, using the power of Cosmos DB.…
A while ago, Xamarin.Forms Visual was introduced. In short, Visual is a way to implement consistent styling across different platforms. In this article, I will explain how the basics of Visual work, what you can use it for, and how you can implement your own Visual.…
When developing software, sharing your code can save up a lot of time and decrease redundancy. To really make this work for your team, it is of great essence to choose a fitting code sharing strategy.…
In this article I will briefly cover secure network communication, but mostly focus on taking security to the next level with certificate pinning.…
After some experimenting with SkiaSharp, I came up with the idea to build a game like Draw It. Normally you draw something and someone needs to guess what you’ve drawn. This time I wanted to draw something with SkiaSharp and put Computer Vision to the test!…
Where most people try to find suitable tools, services and frameworks for the app they are going to build, for me it’s often the other way around. I’m often looking for app ideas to experiment with specific tools, services or frameworks. This time I wanted to give SkiaSharp a try!…