1

I have a ListView with separate headers.like.."Today events" is header and below of that it has list."Tomorrow events" is header and below of that it has some list.These two adapters in a single Listview.My problem is,in Each adapter have more than 20 items but it should display 20 items and when list scroll to 20 th item the remaining list should be displayed. How can i solve this.

Thanks in adv.

Mithun Sreedharan
  • 45,549
  • 69
  • 171
  • 232
SBK
  • 1,565
  • 2
  • 16
  • 19

1 Answers1

1

You should take a look at CommonsWare's EndlessAdapter, or at this Endless Scrolling ListView in Android.

Also, there have been several similar questions already on stackoverflow, so you could do a search prior to asking the question:

Community
  • 1
  • 1
rekaszeru
  • 18,741
  • 6
  • 55
  • 72