Xamarin.Forms Navigation with MVVM Light
I wrote this post a couple of years ago and while the implementation bellow worked for me in the beginning, I tended to reach it’s limitation rather qui...
I wrote this post a couple of years ago and while the implementation bellow worked for me in the beginning, I tended to reach it’s limitation rather qui...
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 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...
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...
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...
Lets have a look on how we can enable a Xamarin.iOS i.e. Xamarin.Forms app to receive push notifications. I’m using the Azure Notification Hub on the backe...
Technorati Tags: windows phone,windows,push,azure,azure notification hub,push messages,push message,wp8,wp8 silverlight Push notifications are a great way t...