Push notifications with Xamarin - Android25 March 2016·9 minsAfter my introduction, configuring Azure and implementing the iOS code it is now time for the Android side of things.
Push notifications with Xamarin - iOS15 February 2016·15 minsAs promised in my previous post I will continue this series with implementing the app code, in this case iOS.
Push notifications with Xamarin introduction5 February 2016·5 minsSecond part: Push notifications with Xamarin - iOS Third part : Push notifications with Xamarin - Android
Using custom fonts on iOS and Android with Xamarin.Forms18 January 2016·3 minsEdit March 14th, 2018: By the request of one of my followers on Twitter I have set up a sample repository here: https://github.
Sleeping Beauty - Making your iOS app sleeping beautifully29 December 2015·5 minsSometimes you will find yourself creating an app which contains sensitive user information.
have i been pwned? Xamarin.Forms app12 December 2015·2 minsThe past few weeks I have been busy creating a new app based on the haveibeenpwned.
Beauty and the beast - Use MVVM to unleash inner beauty24 November 2015·9 minsWhile your UI is very important (very, very important on mobile!
Localization of the default iOS controls14 September 2015·2 minsWhen you are not from a English speaking country like myself, you will probably find yourself creating apps in your native language from time to time.
Reusable custom usercontrols with BindableProperty7 September 2015·3 minsWhile working on a project I had to develop multiple forms which involved multiple fields which required to input a (valid) date.