James Montemagno
James Montemagno

Live, Love, Bike, and Code.

Tags


James Montemagno

Listview

Load More Items at End of ListView in Xamarin.Forms

I recently published a few blogs on how to add pull to refresh to your Xamarin.Forms iOS [http://motzcod.es/post/87917979362/pull-to-refresh-for-xamarin-forms-ios] and Android [http://motzcod.es/post/103224921992/pull-swipe-to-refresh-for-xamarin-forms-android] applications. This sparked a question from another developer [http://forums.xamarin.com/discussion/comment/95999/#Comment_95999] as to if you could swipe to load more at the bottom of the ListView. My feedback here is that a swipe to lo…

James Montemagno James Montemagno

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 James Montemagno

Custom ListView ViewCells in Xamarin.Forms

I love it when frameworks have built-in cells for lists. It allows me to easily shove some data into a list and get my prototype up and running extremely quickly. However, sometimes I don’t to ship the final app with these cells and I want to do some customization. Xamarin.Forms has 4 built-in cells [http://developer.xamarin.com/guides/cross-platform/xamarin-forms/controls/cells/] to get you up and running and like everything else in Xamarin.Forms it is extremely easy to customize and create yo…

James Montemagno James Montemagno