Scanning and Generating Barcodes with ZXing on Xamarin.Forms

Scanning and Generating Barcodes with ZXing on Xamarin.Forms

Barcodes are still very much present in our daily lives. It’s a quick and easy way to store and read information or show a unique identifier on an object. It is not a big surprise that scanning barcodes is something that is often requested in apps. While mobile devices often aren’t specialized in these kinds … Read more

Different app icons for different configurations in Xamarin

Different app icons for different configurations in Xamarin

When you start sending out versions of your app for testing purposes in a corporate environment, it might be desirable to being able to distinguish them, or maybe even run two version simultaneously. This is just one of the many situations that can be implemented by making use of the MSBuild conditions. In this post … 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