cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Sticky header with multi view adapter #187

Closed meness closed 8 years ago

meness commented 9 years ago

Hi,

First of all, I must thank you for this great library which helped me a lot. I implemented the sticky header but it will be shown for two layouts used with the recycler. I need to show the sticky header only for one of layouts.

Thanks.

cymcsg commented 9 years ago

Do you need a different way as demo shows?I do not quite understand one layouts means

meness commented 9 years ago

@cymcsg I'm using UltimateDifferentViewTypeAdapter, I declared two layouts. The sticky header is showing for the two layouts by default. but I want to show the sticky header only for the first layout. Yes, I need a different way as demo shows.

Studentessa commented 8 years ago

hi @meNESS did you get to do what yo wanted? I also want a sticky header and multipleviewsadapter, but I can't have both, only one of the options.

thanks

meness commented 8 years ago

@Studentessa Use FastAdapter instead of UltimateRecyclerView.