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

Adapter notifyDataSetChanged() is not working #9

Closed
alitazami opened this issue May 6, 2012 · 4 comments
Closed

Adapter notifyDataSetChanged() is not working #9

alitazami opened this issue May 6, 2012 · 4 comments

Comments

@alitazami
Copy link

Thanks Eric for the great feature,

I am having a problem with the list adapter it is not rendering the status of my linear layout after the onClickItem, while using the regular listView everything works just fine. Any suggestions to make the adapter work with your pull to refresh listView??
thanks again,

Ali Tazami

@erikwt
Copy link
Owner

erikwt commented Jul 10, 2012

Could you provide a little more detail? Maybe some example code? I can't seem to reproduce your issue.

@erikwt
Copy link
Owner

erikwt commented Aug 1, 2012

I'm closing the issue since you didn't respond for a while. If you're still having issues feel free to contact me or open the issue again. Make sure to provide some more info though.

Erik

@erikwt erikwt closed this as completed Aug 1, 2012
@lsjwzh
Copy link

lsjwzh commented Oct 14, 2013

i have this problem too。
and when the ptr ListView is empty at first。
method “adapter.getCount” will be called frequently。
and then i add an item to adapter and call notifyDataSetChanged, ptrlistview not refresh。

@lsjwzh
Copy link

lsjwzh commented Oct 14, 2013

i got it.
the reason is that i use wrapcontent layout setting.
and i change it to match_parent,it run well.

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