Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 MvvmCross 框架。我想根据 ViewModel 类型在一个列表视图中使用不同的项目模板。例如,我有 AnimalViewModels 的列表。而且我希望 KittenViewModel 和 PuppyViewModel 看起来不同。
我发现了如何在 iOS 和 WP7 中做到这一点。如何在 Android 中实现这一点。
谢谢
一些示例展示了如何使用细胞类型选择。看:
https://github.com/slodge/MvvmCross-Tutorials/tree/master/Working%20With%20Collections中的多态列表
https://github.com/slodge/MvvmCross-Tutorials/tree/master/Sample%20-%20CirriousConference中的会话列表视图中的分组列表