Open SilverFoxA opened 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.)
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
are there any news?
I am also waiting for this tutorials... Thanks
I want to implement
ViewPager and Scrollview
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