-
Notifications
You must be signed in to change notification settings - Fork 785
2019-11-05:谈谈RecyclerView的缓存机制? #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
listview是2级缓存 |
你说二级缓存,其实recyclerView缓存细分不止二级. scrap 是当前展示的缓存, 在onlayout时候 缓存 |
RecyclerView的缓存机制有四层 |
The text was updated successfully, but these errors were encountered: