Taking inspiration from Android Market, i have implemented a Endless List which loads more data from the server when we reach the end of the List.

Now, i need to implement the progressbar & "Loading.." text as shownalt text

Sample code to take inspiration from would be great.

link|improve this question

67% accept rate
feedback

2 Answers

up vote 6 down vote accepted

Use CommonsWare's Endless Adapter

link|improve this answer
its verry helpful – nirav Nov 16 '11 at 6:04
feedback

Take a look here Android Endless List and here:

link|improve this answer
MITian, i have implemented this part...now i need to implement the UI for showing the progressbar and "Loading..." text, when i am fetching new data from the server. – SpunkerBaba Jan 12 '11 at 9:36
@spunkerbaba: you can use Footer View to this – Vikas Patidar Jan 12 '11 at 9:37
This worked for me stackoverflow.com/questions/4317778/… – SpunkerBaba Jan 12 '11 at 11:00
Anyone has sample code for this? I can't seem to get the custom view footer to show, all I get is a big blank space. – Maurice Dec 14 '11 at 8:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.