onScrollChanged() doesn't get called for pinterest listView

眉间皱痕 提交于 2019-12-12 05:04:36

问题


Background

I had to find a nice solution for a pinterest-like listview, which has the ability to have different height for each cell.

I've found this PinterestLikeAdapterView library and I use the MultiColumnListView class for this.

The problem

I want to add some effects like on this FadingActionBar library and on this GlassActionBar library, which use the scrolling value as the user scrolls, using the onScrollChanged() method.

Sadly, the library doesn't seem to call this function.

The question

How can I make it call this method to work?

来源:https://stackoverflow.com/questions/19134712/onscrollchanged-doesnt-get-called-for-pinterest-listview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!