Customize the Tab Bar “More” Title with .NET MAUI on Android

The other day an issue was opened on the .NET MAUI repository with the question: how do I customize the More title on the tab bar on Android? Since it’s not really that obvious, I’ll write about it here! What it’s all about When you add more than a certain number of tabs in a … Read more

GIF Support now available in Xamarin.Forms

With the new pre-release version of Xamarin.Forms that just came out, you can now use animated GIF images! Of course it is super obvious what you can do with that, in this post I will show you how! The support for animated GIF has been a long time coming, but recently the PR was cleaned … Read more

Continuous integration/continuous delivery for your Xamarin app with VSTS and HockeyApp – Part Android

VSTS loves HockeyApp and Android too!

In addition to my previous posts about this subject, I got some reactions that it was iOS only! And I can’t deny that. If you haven’t noticed by now, I’m an iOS guy and I’m proud of it! Nevertheless, one of the main advantages of Xamarin is that you can swing both ways (and even … Read more

Continuous integration/continuous delivery for your Xamarin app with VSTS and HockeyApp – Part 2

VSTS loves HockeyApp

In my previous post I have talked about how to create a build definition with VSTS and setup your Mac build agent yourself. In this post I will extend that build definition so we can publish our app automatically to HockeyApp. Also I will explain how you can do the same for your Android app, a bit about … Read more

Sleeping Beauty – Making your iOS app sleeping beautifully

Sleeping Beauty

Sometimes you will find yourself creating an app which contains sensitive user information. I found myself there. Of course, you want to protect it the best you can. So you encrypt it, double salt it, encrypt it again, put it in a fortified building, set it up with Touch ID. Yet a small forgotten detail could … Read more

Xamarin Android Emulator update

Xamarin Android Player

In an earlier post, where I talked about configuring your environment for development, I mentioned that the Android Emulator gave me a bit of a headache. On Planet Xamarin, a aggregator for multiple Xamarin minded blogs, I came across a post about making the Xamarin Android Player work. After following the instructions in the blog … Read more