Android kotlin (like Taobao app collection) uses RecyclerView+BaseRecyclerViewAdapterHelper:3.0.6 to realize single selection/multiple selection/full selection/reverse selection/batch delete function

1. Realize the effect

2. Introducing dependencies

Add the following appcode inbuild.gradle

implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0

Guess you like

Origin blog.csdn.net/qq_35091074/article/details/130011558
Recommended