android EditText with ListView detecting change
问题 I have a simple listview with a TextView and an Editview that is populated using the SimpleCursorAdapter from a SQLITE query. I am trying to figure out when the user has left the EditView so that I can do some simple validation and update the database. I've tried several ways suggested in other postings to do this but I can't catch the event. Included below are two different ways that I have tried to do this. Please help. I would greatly appreciate it. private void showClasses(Cursor cursor)