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