79380267

Date: 2025-01-23 08:12:39
Score: 0.5
Natty:
Report link

Recyclerview is a my choice.
Adapter update all or item:\

// change item
notifyItemChanged(int)
notifyItemChanged(int,Object)
notifyItemRangeChanged(int, int)
notifyItemRangeChanged(int, int,Object)
// add
notifyItemInserted(int)
notifyItemRangeInserted(int, int)
// remove
notifyItemRemoved(int)
notifyItemRangeRemoved(int, int)
// reload all
notifyDataSetChanged()
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): is a
  • Low reputation (0.5):
Posted by: 卡尔斯路西法