Autocomplete textview data Fetch from ksoap webservice, Using Search icon Onclick request with asynchronous task
How can we fetch Data from ksoap web service, show in Android Autocomplete textview search suggestion, using Onclick Search button. Nil EditText not showing suggestion. AutoCompleteTextView provides suggestion in editText. First you need to parse data from server. Then make adapter with that data and set in AutoCompleteTextView. For more information I suggest you to check this blog And for your reference also check this link to parse ksoap Webservice. Working code For Autocomplete textview data Fetch from ksoap webservice, Using Search icon Click Request . it Will Show the Suggestion from