ksoichiro/Android-ObservableScrollView

possible to achieve these with the library

madibalive opened this issue · 0 comments

title here

Been trying to create like for weeks, try onscrollChangeListener on mviewpager but it api 23+, i recently discovered this library, was i could any help ,directions to create the above layout.

approach 1
<CordinatorLayout>
     <AppBar>
        <Toolbar>
        <HeaderProfile> // i think 
        <Tabbar>
   </AppBar>
   <Viewpager> // use scroll to move headerprofle 

Approach 2
<CordinatorLayout>
     <AppBar>
        <Toolbar>
        
   </AppBar>
   <ScrollView>
       <HeaderProfile> // doesnt scroll at alll 
        <Tabbar>
        <Viewpager> // use scroll to move headerprofle 


Let me know if i should include my code, didnt it include because might too cluttered

also posted on stackoverflow -- [stackoverflow](http://stackoverflow.com/questions/39496091/how-to-implement-soundcloud-header-layout-for-profile)