Using same adapter for multiple similar reyclerview implementation
问题 i make an adapter intended to show date and checkbox like image below it works fine, just like what i want but i got to a problem using same adapter in multiple dialog that i wanna show that have the same behavior i expect the checkbox in my second recyclerview not checked because i havent check the checkbox on my second recyclerview the data/ checked checkbox saved on first dialog is showing on my second adapter and so on i have try to using different adapter with same implementation. Here