3

How do I make paging like this for my ListView in android :

<< LAST   Page 1 Of 5   NEXT >>

I have been googling and haven't found any solution, please suggest. Thanks

Kanth
  • 6,681
  • 3
  • 29
  • 41
lichienmine
  • 63
  • 1
  • 1
  • 6

2 Answers2

6

Here is one demo try this >

http://www.androidhive.info/2012/03/android-listview-with-load-more-button/

How can I implement paging in listview in android?

Community
  • 1
  • 1
Nirav Ranpara
  • 13,753
  • 3
  • 39
  • 54
  • @lichienmine +1 I use it and if you will be needed to implement it with HttpRequests or some other help. Please tell – hackp0int Dec 26 '12 at 07:12
2

Listview with paging examples

Simple-View Pager

Android pagination sample

Pagination for listview

Endless adapter for listview and Paging

Community
  • 1
  • 1
Harish
  • 3,122
  • 2
  • 31
  • 46