I guess you could also try using the Threshold property to set the number of characters that need to be input before the auto complete kicks in, in conjunction with a key listener to determine when the threshold is met, so you can call your webservice in a new thread.
You might run into threading issues though if the user inputs characters up to the threshold, then backspaces and enter something different. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/AutoCompleteTextView-tp5713249p5713253.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
