timehop / sticky-headers-recyclerview

[UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView
Apache License 2.0
3.74k stars 755 forks source link

How to show only sticky header? #145

Open android-developer01 opened 7 years ago

android-developer01 commented 7 years ago

Hello how to show only sticky header without any child views? As i am have requirement that in some situation only header will be visible and it dose not have any child views. But in my scenario every time, onBindViewHolder is calling. So, basically one view is created every time even when i do not want to show that view.