I have a listview with an EditText in each row. Each EditText has his validation, so, when I click the MenuItem "Finish", I want to make the validation of each EditText and show errors if there were any.
I know how to access my EditText inside my adapter, but inside my adapter, I can't access MenuItem. Outside my adapter, I can access my MenuItem OnClick, but I can't get my edittext values anymore...
Any solution???