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:
- Getting Started with Xamarin Forms
- Xamarin.Forms - ListView
- Setting up a ReactiveUI ViewModel
- Refreshing a ListView with ReactiveCommand
- ListView ItemTemplate with ReactiveUI ViewModel
- Using Akavache and HttpClient with REST services
- Handling Errors with Xamarin.Forms and ReactiveUI
- ViewModel Routing with ReactiveUI and Xamarin.Forms
- Binding a Xamarin.Forms WebView to ReactiveUI View Model using Custom Type Converters