Autocompletetextview not working
I am trying to implement autocompletetextview in my application,for that I follow this tutorial http://manishkpr.webheavens.com/android-autocompletetextview-example-json/ I have following response... { "category": [ { "id":"4", "name":"cat1" }, { "id":"7", "name":"aditya"} ] } and this output i am getting...in following output after type 'adi' it displays 'cat1' too.. public class JsonParse { double current_latitude,current_longitude; public JsonParse(){} public JsonParse(double current_latitude,double current_longitude){ this.current_latitude=current_latitude; this.current_longitude=current