You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
i'm using shinebutton in recyclerView. When i check the button and scroll down other buttons are automatically getting checked. same thing happening with unchecked.
The text was updated successfully, but these errors were encountered:
I haven't tried this project but I guess you might have the problem with any classic button in lists when you scroll down : I had the same problem.
My solution was to had a holder to the buttons, this should help you [http://stackoverflow.com/questions/1709166/android-listview-elements-with-multiple-clickable-buttons]
@imneeraj I havent used this lib yet, but I guess you wrote your code in onCreateViewHolder() instead of onBindViewHolder(). Change it and your problem will most prob be solved.
Hi
i'm using shinebutton in recyclerView. When i check the button and scroll down other buttons are automatically getting checked. same thing happening with unchecked.
The text was updated successfully, but these errors were encountered: