Enhancing Xamarin.Forms ListView with Grouping Headers
Sometimes a plain ListView just isn’t good enough. You can easily spice it up with images [http://motzcod.es/post/88692272607/extending-xamarin-forms-monkeys-app-with-xaml-and] or custom cells [http://motzcod.es/post/93792500152/custom-listview-viewcells-in-xamarin-forms], but what about organizing the data. With C# and LINQ it is easy to sort your list, but how about giving it some visuals? How about some headers? With Xamarin.Forms it is extremely simple to add in headers and to create a cust…
James Montemagno