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

scrollfix_for_short_list : freeze when the list contains many items #48

Open
ToYonos opened this issue Feb 22, 2012 · 1 comment
Open

Comments

@ToYonos
Copy link

ToYonos commented Feb 22, 2012

Hi,

I made some tests on my app (which is already using with success the original pull-to-refresh solution) and it's catastrophic when the list is a little longer (> 60 items).
It freezed the app when i dynamically changed the list content (due to the DataSetObserver that made undoubtedly the refresh slower).

With more than 60 items, this code snippet execution takes like forever :

        adapter.clear();
        for (Item i : items)
        {
            adapter.add(i);
        }
        adapter.notifyDataSetChanged();
@mercurymod
Copy link

NIR

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

2 participants