AnthonyDiPerna / stablexui_gridwidget

A vertical scrolling custom grid widget for StableXUI.
http://xenizogames.com/blog/2014/09/adding-grid-widget-stablexui/
MIT License
6 stars 0 forks source link

When the data are more,scroll is not smooth #1

Open chuanhaisoft opened 9 years ago

chuanhaisoft commented 9 years ago

When the data are more,scroll is not smooth

AnthonyDiPerna commented 8 years ago

This is probably because lots of containers are created, and the grid doesn't do any type of filtering. Do you have an example project? There is no RecyclerView (http://developer.android.com/reference/android/support/v7/widget/RecyclerView.html) type widget yet ... that would give much better performance.