I am using the MvvmCross structure. I want to use different element templates in the same list depending on the type of ViewModel. For example, I have a list of AnimalViewModels. And I want KittenViewModel and PuppyViewModel to look different.
I learned how to do this in iOS and WP7. How to implement this in Android.
thanks
source share