How can we fetch Data from ksoap web service, show in Android Autocomplete textview search suggestion, using Onclick Search button.
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.