Android View setActive, setSelected and RecyclerView States
问题 Currently I have a RecyclerView with a check box that can have three states. ticked, unticked or Locked. I understand I can make a custom view state. The question is more understand the behavior and of the recyclerview view holder binding. When the RecylcerView loads everything works as expected everything is unticked except for the locked items. When I clicked on an unlocked checkbox everything works as normal it check the box and un-checks the box fine. The problem comes as soon as I click