I referred example from the below link to do my android project[enter link description here][1]
[1]:
https://www.tutorialspoint.com/android/android_autocompletetextview_control.htm
I referred example from the below link to do my android project[enter link description here][1]
[1]:
https://www.tutorialspoint.com/android/android_autocompletetextview_control.htm
but when we pass string with integer(Example city,pincode(int value)) to the autocomplete adapter it showing suggestion only if we type an string(city name) but if enter integer(pincode) we will not get suggestion
So don't work with integers, but strings.
I guess you want a better wildcard for matching the user input. Follow this post
And please read How to ask a good question