kmshack / Android-ParallaxHeaderViewPager

DEPRECATED
Apache License 2.0
1.39k stars 336 forks source link

How to use RecyclerView instead of ListView? #24

Open ShreyashPromact opened 9 years ago

ShreyashPromact commented 9 years ago

Hello,

I am using this library for my App. But i have Recycler view with in the tabs and your example is for ListView. OnScrollListener interface in ListView while it is abstract class with in the recyclerview. Now i am little confuse to use your library with that same. Can you please update it to have recyclerview support? or please let me know how i can update it to have support for the recyclerview.

Sincerely, Shreyash.

engr-erum commented 8 years ago

how u resolved it for recyclerview ? @ShreyashPromact

ShreyashPromact commented 8 years ago

@erumhannan I am not able to use recyclerview for this. I have used ListView instead to get it work proper.

Sincerely, Shreyash

thedumbtechguy commented 8 years ago

Wrap your recyclerview in a framelayout and set that as the target.