RecyclerViewCacheDemo
RecyclerViewCacheDemo copied to clipboard
An example for using RecyclerView.ViewCacheExtension to make RecyclerView more smooth.
Extremely smooth RecyclerView
As we known,reducing the cost of onCreateViewHolder and onBindViewHolder is the key of RecyclerView's fluency.
So can we reduce it to 0 ms?
Conditional yes.