If you need portable code, then you certainly do not want Java.anything anywhere near your ViewModels projects.
, CustomerAdapter - . , Java, - , , , AutoCompleteTextView - (IMHO).
API Google , - . :



Autocomplete - MvvmCross. , , - .
3 :
- PartialText - , ViewModel
- ItemsSource - , PartialText - ViewModel
- SelectedObject - - ViewModel
xml :
<Mvx.MvxBindableAutoCompleteTextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
local:MvxItemTemplate="@layout/listitem_book"
local:MvxBind="{'Text':{'Path':'EnteredText','Mode':'TwoWay'},
'ItemsSource':{'Path':'AutoCompleteSuggestions'},
'PartialText':{'Path':'CurrentTextHint'},
'SelectedObject':{'Path':'CurrentBook'}}"
/>
, - Android , PartialText ItemsSource - , .
: https://github.com/slodge/MvvmCross/tree/master/Sample%20-%20SimpleDialogBinding/SimpleBinding/DroidAutoComplete
, " ", Mvx, ViewModel .
- , :
- , , , Android !