ksoichiro / Android-ObservableScrollView

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

Sliding up effect with viewpager. #72

Open mdakram opened 9 years ago

mdakram commented 9 years ago

Thanks for this awesome open source, Can we implement "Sliding up effect with ScrollView" using viewpager, each item in ViewPager has a scrollView.

achinverma commented 9 years ago

hi , even i am looking for the same Android-ObservableScrollView + ViewPager +FragmentPagerAdapter i have searched allot but didn't get any hint ?

jettandres commented 9 years ago

+1 for this. I wanted to achieve something like the Google Newsstand App as well

bliveinhack commented 9 years ago

may be you guys are looking for this. https://github.com/chenupt/DragTopLayout

jettandres commented 9 years ago

@bliveinhack woah! exactly! thank you for this! I'll look into it!

mdakram commented 9 years ago

@bliveinhack actually i am looking something like in Google Maps.

leonardossantos commented 9 years ago

+1 for Google Maps

bliveinhack commented 9 years ago

Hey guys we can now use Android official design support library:

http://android-developers.blogspot.in/2015/05/android-design-support-library.html

for Google Maps like effect we can go with : android.support.design.widget.CollapsingToolbarLayout with android.support.design.widget.CoordinatorLayout

Hope this helps.