Xamarin.Forms MVVM DataTemplate with IndicatorView

This Xamarin how-to article shows (in my opinion) the easiest and cleanest way to implement the MVVM pattern in a DataTemplate.  The example I will be using is a 'set up wizard' using a standard Xamarin.Forms CarouselView and IndicatorView.  The example show how you can keep each 'page' in the setup wizard separate

By |2022-02-04T12:01:50+10:00February 4th, 2022|Categories: Xamarin, Xamarin.Forms|Tags: , , , , |0 Comments

Xamarin.Forms repeater control with a data template selector

Sometimes, although suited to a very wide range of UI requirements, a ListView introduces more complexity than required, or simply doesn't suit the purpose you're trying to achieve. For example, I recently worked on a project that required a very specific looking UI similar to a "card view" on the main landing screen that a

By |2020-05-05T16:09:51+10:00September 12th, 2019|Categories: Android, iOS, UI, Xamarin, Xamarin.Forms|Tags: , , , , |2 Comments
Go to Top