SwipeRecyclerView icon indicating copy to clipboard operation
SwipeRecyclerView copied to clipboard

Sticky的性能问题

Open Nstd opened this issue 7 years ago • 0 comments

看了下源码,Sticky是通过ScrollView里嵌套RecycleView的方式做的,而RecycleView的height设置了wrap_content,有大量数据的时候严重影响性能,有没有其他实现方式?

Nstd avatar Feb 26 '19 08:02 Nstd