I’m wondering how to achieve the nice scroll past top functionality, that then updates the contents of the listview.
Do I have to do a custom ListView or is there some kind of built-in functionality?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no such functionality out of the box on Android. However there are some implementations of the “Pull to Refresh” feature on Internet. You can try code from Chris Banes:
Pull To Refresh