ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.66k stars 2.06k forks source link

How to implement ViewPager and Scrollview? #135

Open SilverFoxA opened 9 years ago

SilverFoxA commented 9 years ago

I want to implement ViewPager and Scrollview demo13

Similar to this : https://raw.githubusercontent.com/ksoichiro/Android-ObservableScrollView/master/samples/images/demo13.gif

I have a viewpager which is being called by the MainActivity and i have the scrollview on the fragments within the viewpager. The gif file above is what i want to implement

ksoichiro commented 9 years ago

The pattern in the GIF animation is ViewPagerTabScrollViewActivity, so please check the codes around this class. (I know that descriptions for it is not enough so I'm writing tutorials, but not finished yet.)

SilverFoxA commented 9 years ago

Ok sir thank you. I have tried implementing the following with the observable scrollview but i don't see any effect, anyway I'm gonna look into that code

vtni commented 9 years ago

are there any news?

davidHarush commented 9 years ago

I am also waiting for this tutorials... Thanks