How can I make sticky headers in RecyclerView? (Without external lib)
Here I will explain how to do it without an external library. It will be a very long post, so brace yourself. First of all, let me acknowledge @tim.paetz whose post inspired me to set off to a journey of implementing my own sticky headers using ItemDecorations. I borrowed some parts of his code in … Read more