Home > Mobile >  RecycleView add more than 6 item data chaos, for help
RecycleView add more than 6 item data chaos, for help

Time:12-11

This is my adapter code:



Recycleview_item. XML is EditText, adapter to add more than 6 lines, data will be disordered,
Probably this disorder:
The first line of the input, the seventh guild directly display the same as the first line of content,
(added to the line 8)
The second line of the input, the eighth guild directly display the same as the first line, the content of the

I watch the mList print data, size, content is correct,
Could you tell me why this happens? Please answer, thank!

CodePudding user response:

Because the reuse item

CodePudding user response:

Ban on reuse have a try
  • Related