Closed quintos closed 11 years ago
Smoothie relies on AbsListView's OnScrollListener states to determine when to stop and start loading items as you scroll. So, you'd have to 1) Add support for OnScrollListener in StaggeredGridView 2) Create your own "AsyncStaggeredGridView" hooking up with Smoothie private API.
Thanks,
But the ItemManaged class needs an AbsListView. I can create an interface for it? but then i would need to modify it..
Hi,
I'm experimenting with a StaggerdGridView and would it be possible to make Smoothie compatible with that? I's not a subclass of AbsListView.
https://github.com/maurycyw/StaggeredGridView
Thanks!