Android kotlin realizes imitation Taobao RecyclerView and corresponding indicator function

1. Realize the effect

indicator style ,第二个gif是用模拟器的,gif有小问题,第三个截图没问题

2. Introducing dependencies

Now add the following code 1. The adapter in it can be called directly. The dependent apppackage needs to be added.build.gradle
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6'

Guess you like

Origin blog.csdn.net/qq_35091074/article/details/131235999