Autocomplete textview data Fetch from ksoap webservice, Using Search icon Onclick request with asynchronous task

前端 未结 3 1940
春和景丽
春和景丽 2020-12-12 03:43

How can we fetch Data from ksoap web service, show in Android Autocomplete textview search suggestion, using Onclick Search button.

3条回答
  •  佛祖请我去吃肉
    2020-12-12 04:29

    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.

提交回复
热议问题