TapGestureRecognizer in Xamarin.Forms for Android8 August 2017·2 minsOn Android, the Xamarin TapGestureRecognizer does not work for more than two taps. In this post I will show you how to get around this.
Implementing value converters with IValueConverter for Xamarin.Forms4 July 2017·4 minsWhen using XAML the IValueConverter might be needed for values that aren’t directly of the required type. This post teaches you how to implement them.
Boosting Your Productivity with MFractor13 June 2017·5 minsMFractor is a great addition to the Xamarin and Xamarin.Forms tooling on Mac. This post shows you why that is and why you need this.
iOS UITableViewCellStyle in Xamarin.Forms9 May 2017·3 minsWondering how to use the UITableViewCellStyle in your Xamarin.Forms application? Look no further! This post will show you how to do it.
Get more reviews for your Xamarin.Forms app with iOS 10.32 May 2017·3 minsWith the SKStoreReviewController you can easily ask your users for a rating on iOS. In this post I will show you how to incorporate it in your app.
Building a hybrid app with Xamarin.Forms18 April 2017·8 minsAlthough I don’t recommend it, if you have to build a hybrid app with Xamarin.Forms, here are some of my experiences that might help you.
Less repetitive code to reach REST APIs for your Xamarin.Forms app with Refit28 March 2017·7 minsWith Refit you no longer need to write the repetitive coce to communicate with your backend. In this post you will learn what Refit is and how to use it.
[BOOK] Xamarin Continuous Integration and Delivery: Team Services, Test Cloud, and HockeyApp22 March 2017·3 mins