Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 194 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 194 Bytes

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.