Skip to content
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

无法关闭上啦刷新。 #8

Open
chongbo2013 opened this issue Dec 24, 2014 · 4 comments
Open

无法关闭上啦刷新。 #8

chongbo2013 opened this issue Dec 24, 2014 · 4 comments

Comments

@chongbo2013
Copy link

public void stopRefreshing() {
isRefreshing = false;
}
我添加了这个方法,实现了关闭。但是,希望楼主优化下。
还有滑动有时候会卡卡的。 无法快速滑动

@it-rico
Copy link
Owner

it-rico commented Dec 24, 2014

下拉刷新成功调用setRefreshSuccess();失败调用 setRefreshFail();关闭功能则 setOnRefreshStartListener(null);
加载更多成功调用setLoadMoreSuccess();失败暂时自行处理,关闭功能则stopLoadMore();
不需要添加 stopRefreshing()。
另外,对于ListView 流畅度而言,ZrcListView不用item动画的话应该不会比其他的ListView卡,需要开发者自己多做一下Adapter的优化。

@chongbo2013
Copy link
Author

兄弟我发现,下拉有时候会卡主,滑动不了,

@smallgirl
Copy link

怎么添加上拉加载更多呢?强烈希望添加上

@it-rico
Copy link
Owner

it-rico commented Dec 30, 2014

目前没有上拉加载更多

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants