Recent Posts

Pushing a local repository to GitHub

I usually end up looking for these steps every time I write a blog post with a code sample that I in the end push up to GitHub. So the steps I do are: ...

Xamarin.Forms and MVVM

Xamarin.Forms allows to write UIs in XAML and also presents the options of using bindings to populate your UI with data. This again allows to write apps in...

Xamarin.Forms Grouped ListView

Presenting the user a long list of data e.g. persons in an address book can be a bit overwhelming as there is no structure for the user to guide him throug...

Xamarin.Forms extended splash page

An extended splash page comes into play when during startup external resources have to be loaded and displayed to the user. One requirement every mobile ap...

Xamarin.iOS 8 push notifications

With iOS 8+ the way you register for push notifications has changed a bit. So if you want your app to continue receiving push notifications on iOS 8 and ab...