how to delete data from AutoCompleteTextView with adapter directly
I have AutoCompleteTextView which uses to search the value from database. On Click of filtered value it's set to the AutoCompleteTextView which can be use to update the value for the particular data. I would like to incorporate delete ImageView functionallity next to filtered item. On Click of it Alert Dialog whether to delete or not. Been able to develop the scenario. MyCursorAdapter adapter = new MyCursorAdapter(this, R.layout.edt_delete_item, null, fromName, to); searchText.setAdapter(adapter); adapter.setCursorToStringConverter(new CursorToStringConverter() { @Override public String