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

List footer #2

Merged
1 commit merged into from
Feb 20, 2011
Merged

List footer #2

1 commit merged into from
Feb 20, 2011

Conversation

jberkel
Copy link
Contributor

@jberkel jberkel commented Feb 20, 2011

Another performance fix, gets rid of the laggy scrolling which sets in when you hit the bottom of the list.

  The previous approach (generating the view in the adapter) kills performance
  because list views cannot be recycled anymore, as soon as the user scrolls to
  the bottom of the list. The Android ListView widget already provides support
  for list header/footers, so use them.
@cketti
Copy link
Member

cketti commented Feb 20, 2011

Thanks. Applied.

@obra obra mentioned this pull request Mar 23, 2012
@ghost ghost mentioned this pull request Apr 8, 2015
cketti added a commit that referenced this pull request Jan 6, 2018
@GutHib GutHib mentioned this pull request May 22, 2024
3 tasks
cketti added a commit that referenced this pull request Jun 7, 2024
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants