Developing Xamarin.Forms Applications with ReactiveUI

In this series of articles I go over the basics of setting up a cross platform mobile application using ReactiveUI and Xamarin.Forms.

Full source code for these articles can be found here:
https://github.com/jamilgeor/FormsTutor

Articles:

  1. Getting Started with Xamarin Forms
  2. Xamarin.Forms - ListView
  3. Setting up a ReactiveUI ViewModel
  4. Refreshing a ListView with ReactiveCommand
  5. ListView ItemTemplate with ReactiveUI ViewModel
  6. Using Akavache and HttpClient with REST services
  7. Handling Errors with Xamarin.Forms and ReactiveUI
  8. ViewModel Routing with ReactiveUI and Xamarin.Forms
  9. Binding a Xamarin.Forms WebView to ReactiveUI View Model using Custom Type Converters