TellH / RecyclerTreeView

TreeView implement in Android with RecyclerView.
Apache License 2.0
651 stars 117 forks source link

结点内TreeNode<view>存在RecyclerView 的时候 ,setAdapter() 数据集很多的时候会卡 #11

Closed zhangle1 closed 6 years ago

zhangle1 commented 7 years ago

有没有什么好的解决办法 @Override public void bindView(ContactsHolder holder, int position, TreeNode node) { holder.mContactsAdapter.clearAndSetData(contacts.getTxl()); holder.mListener.setContacts(contacts); holder.mRv.removeOnItemTouchListener(holder.mListener); }

TellH commented 7 years ago

数据集很多是有多少

zhangle1 commented 7 years ago

已经减少了一点卡顿 notifyItemChange(position) !多谢