How to Increase or decrease value of edittext in listview's each row?

后端 未结 3 1026
暖寄归人
暖寄归人 2021-01-22 10:57

I create one Listview, in my Listview I have two Buttons and one Edittext. In my Edittext I want to increase the

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-22 11:18

    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

提交回复
热议问题