Search code examples
androidlistviewpagination

ListView paging in android


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


Solution

  • 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?