Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 637 Bytes

File metadata and controls

11 lines (8 loc) · 637 Bytes

Xamarin.Forms ListView Advanced Guide with MVVM

This repository contains a demonstration of some advanced uses of the List View in Xamarin.Forms, with MVVM. Reactiveui is used to implement MVVM in this demo. These are the features which are demonstrated in this demo:

  • Binding commands from each list cell to the list’s view model
  • Responding to List item tapped in viewmodel
  • Context menus in list view
  • Data template selection
  • ListView Grouping

For a detailed explanation on how these where implemented in the demo, check : this post at Cool Coders