I create one Listview, in my Listview I have two Buttons and one Edittext. In my Edittext I want to increase the
Listview
Buttons
Edittext
Edit
Try declaring holder like this, and dont try to redeclare it later in the code.
final UserHolder holder = new UserHolder();
Final variables cant be reassigned