DevsmartLib-Android
DevsmartLib-Android copied to clipboard
HorizontalListView: scrollTo big distances memory usage issues
If you scroll to a big distances for examle to right and lets say there will be 100 views to scroll all they will be created in the fillRight method without reusing already non visible views such as mRemovedViewQueue will be empty.