[android-developers] Re: Autocomplete widget - not working - code attached

2010-10-21 Thread Anees
Hi, Sorry for the wrong code. Here is the code which has the issues I mentioned. import org.json.JSONArray; import org.json.JSONException; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.text.Editable; import android.text.

[android-developers] Re: Autocomplete widget - not working - code attached

2010-10-21 Thread Anees
Sorry for the wrong code. Here is the correct one which has the issues I mentioned. import org.json.JSONArray; import org.json.JSONException; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.text.Editable; import android.te