79615130

Date: 2025-05-10 04:03:00
Score: 0.5
Natty:
Report link

Let RecyclerView handle views ,you only handle data and then notice recyclerview data are changed.

adapterNotCheckedList = RecyclerViewListAdapter(clickListener = { view: View, listItem: Any, position: Int ->
    //Here, besides visibility i want to move it to the top everytime unCheckedList gets smaller.
    checkedList.add(unCheckedList.removeAt(position))
    // you need get adapter.
    topAdapter.notifyItemRemoved(position)
    bottomAdapter.notifyItemInserted(checkedList.lastIndex)
})

if unchecked list is too large ,you will only see top recyclerview.

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 卡尔斯路西法