I must be missing something here. In Hanigobran's code above, he his this line InputMethodManager inputMethodManager = MyApplication.GetSystemService(Context.InputMethodService) as InputMethodManager… (View Post)
I have an AutoCompleteTextView working with a call to to a web service. After more than 3 characters are typed a list of matching items appears under the AutoCompleteTextView. So far so good. Now I w… (View Post)
Ok, got it sussed for those who may follow. This works autoTextView.ItemClick += autoTextView_ItemClick; Calling this method. void autoTextView_ItemClick(object sender, AdapterView.ItemClickEventArgs… (View Post)