Android Twitter - Pull down Refresh and hiding tab
M

2

6

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!

Marrymars answered 14/3, 2014 at 6:17 Comment(2)
Have you find a solution finally ? I will be intrested if yes :)Lulalulea
Sorry, but I had not yet tried it.Marrymars
K
2

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..

Kowloon answered 2/4, 2014 at 9:23 Comment(0)
B
0

Try using this library for Pull To Refresh functionality.

Bract answered 14/3, 2014 at 6:27 Comment(3)
I already referred this library. Thanks for reply. Is there any sample for synchronizing scroll of list-view with two or more views/layouts.Marrymars
I am not sure if I understand your question. Can you please explain it further? Also, mark this as the answer if this library works for you. thanks :)Bract
I have edited the images. Please reply if you get my question.Thanks :)Marrymars

© 2022 - 2024 — McMap. All rights reserved.