Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Twitter - Pull down Refresh and hiding tab

How can I synchronize the scroll of list-view with other views ,also I want to implements pull-down-refresh just like twitter application. In twitter application, while scrolling up the list-view, tab bar and bottom view get hides and in case of scrolling down pull-down-refresh views comes.

Below Image represents : No scrolling of list No scrolling of list

Below Image represents : scrolling up the list : tab bar and bottom views get hides Scrolling up the list!

Below Image represents : scrolling down the list : pull-down-refresh comes Scrolling down the list!

like image 724
Shanki Bansal Avatar asked Mar 14 '14 06:03

Shanki Bansal


1 Answers

I am also looking for this kind of features and i came across this library at github.. have a look.. this might helps.. :)

*see link https://github.com/LarsWerkman/QuickReturnListView

i am currently studying this library for our application..

like image 161
json001 Avatar answered Sep 27 '22 19:09

json001