MVVMCross Bindings in Android
问题 I'm developing a cross-platform App starting it in android. I've found your MVVMCross project and I'm trying to get into it. Right now I'm totally new to it and don't know how to bind my WebService-Results to my ListView. Here a bit of XAML as example how I'm trying it: xmlns:mobsales="http://schemas.android.com/apk/res/MobSales.DroidUI" ... android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="5dp" mobsales:MvxItemTemplate="@layout/listitem