I am building an android application in which I am implementing pagination for the retrieving of data and showing the data in list view. now the scenario is that I want to insert loader at the the footer or the end of the list view which loads the data and after the completion of loading of the data it should hide automatically.
Asked
Active
Viewed 307 times
1
-
try https://github.com/commonsguy/cwac-endless – Chintan Rathod Mar 10 '15 at 06:48
-
Thanks for your suggestion. sorry to say you that it did not worked for me.. actually i want to insert a progress bar at the footer of the list view so which i can fetch the data during pagination; and after loading of the data it should hide. i hope now you can get my problem – Nikhil Agrawal Mar 10 '15 at 12:17
1 Answers
0
I do not know if it is the best way to do it, but you can put both the ListView and the ProgressIndicator in a LinearLayout.
This thread will give you some ideas

Community
- 1
- 1

ThomasThiebaud
- 11,331
- 6
- 54
- 77