Skip to content

An example for using RecyclerView.ViewCacheExtension to make RecyclerView more smooth.

Notifications You must be signed in to change notification settings

shineM/RecyclerViewCacheDemo

Repository files navigation

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.

About

An example for using RecyclerView.ViewCacheExtension to make RecyclerView more smooth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages