I tried to change the ImageButton
background (like in Twitter app ) but if I change the ImageButton
in first row then in some other row the ImageButton
will also be changed.
And also I need to keep the changed ImageButton
background in multiple rows as it is.
And I refered this link
RecyclerView causes issue when recycling
But in the above link solution is there for :
To select only one row at a time (As in Navigation drawer ).
And the other solution will cause the problem I mentioned.
Thanks in advance