StikkyHeader with ViewPager, which contains RecyclerViews?
Thoughts how to dynamically attaching multible RecyclerView to the StikkyHeader?
could you give me an example to understand what you mean?
Think of a layout, seperated in two halfs: A StikkyHeader and a ViewPager. The ViewPager has multiple pages, each of them are RecyclerView's. Is it possible to set up the StikkyHeader to collapse, when I scroll (up & down) inside the ViewPager's RecyclerView? Like a StikkyHeader for ViewPagers.
I've implemented something like that, but I had to override the onScroll and pass the scroll to the fragment that contains the viewpager and header and translate the header manually. actually I could implement something inside the library. good point! (PR are always welcomed)
please can you upload the example you are talking about untill you add it to the library, how does one tell scroll view to ignore the on scroll and pass it to it;s children ??(fragment that contains the view pager)
Awesome! Nice to hear about a planed implementation.
I'm looking for the described implementation! Anyone found an example of how to implement it?