Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 20 down vote accepted

Use CommonsWare's Endless Adapter

share|improve this answer
1  
its verry helpful – nirav Nov 16 '11 at 6:04
A well implemented piece of code indeed. Just remember to decorate your existing custom adapter, rather than trying to re-implement it based on the EndlessAdapter as many seem to do. – Xcalibur Apr 17 at 23:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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