I'm beginner in Android
Application, I wanted to list the categories in the autocompletetextview
from the webservices (JSON
format). There some set of categories in web services and I need to list them in the dropdown box and the webservices is written in JSON
format. Kindly help me out to solve this. Provide me solution for this.
Asked
Active
Viewed 608 times
0

Aditya Vyas-Lakhan
- 13,409
- 16
- 61
- 96

Anish Kumar
- 478
- 4
- 12
- 27
-
show what you tried..and also your json response..with details – Aditya Vyas-Lakhan Dec 10 '15 at 07:03
-
You can implement `Filterable` and update dynamically. Check out this link https://github.com/googlesamples/android-play-places/tree/master/PlaceComplete – Amar Agrawal Dec 10 '15 at 09:32
-
I think you can refer to my answer at http://stackoverflow.com/questions/33047156/how-to-create-custom-baseadapter-for-autocompletetextview/33049491#33049491, hope it helps! – BNK Dec 11 '15 at 07:28