it is open in another item? Thank you
In your RecyclerView's adapter, you could pass an interface to the ViewHolders, so the adapter will be notified, if an item is clicked, and then the adapter can coordinate an update of the - currently active item - item clicked by user that should be activated To handle the updates without inflating the ViewHolder all new, you can pass a payload when updating the items and override the corresponding method to bind the updated items...
Обсуждают сегодня