1

I use MvvmCross framework. I want to use different item templates in one listview depending on ViewModel type. For example I have the list of AnimalViewModels. And I want KittenViewModel and PuppyViewModel look different.

I found out how to do this in iOS and WP7. How to implement this in Android.

Thank you

xSeder
  • 525
  • 1
  • 5
  • 11

1 Answers1

2

A few of the samples show how to use cell type selection. See:

Stuart
  • 66,722
  • 7
  • 114
  • 165