Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 6
    This doesn't appear to work for Headers. I can add a footer after setAdapter, but not a header. Commented Dec 14, 2010 at 23:11
  • 1
    +1 for saving a HUGE headache. I wonder how long it would have taken me to figure out you had to add the footer before setting the adapter. (dumb) Commented May 10, 2011 at 16:09
  • I've noticed that the scrolling position gets reset when you remove the bottom one, so when you're overscrolling -> footer is removed before you finish overscrolling, it jumps back to the end of the list. Did you run into this? Commented Apr 15, 2012 at 5:00
  • Nevermind, I ran into the same issue as littleFluffyKitty did. Going to have to go with a custom adapter. Commented Apr 15, 2012 at 21:48
  • Great answer, simple! +100 for filing the issues with Google. Commented Jun 18, 2012 at 17:31