Skip to content

coolc0ders/ListViewAdvancedGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains code which demonstrate the usage of listviews for advanced scenarios using MVVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages