header-decor
A couple of sticky header decorations for android's recycler view. (by ebarrenechea)
LastAdapter
Don't write a RecyclerView adapter again. Not even a ViewHolder! (by nitrico)
| header-decor | LastAdapter | |
|---|---|---|
| 7 | - | |
| 869 | 774 | |
| -0.5% | -0.3% | |
| 0.0 | 0.0 | |
| over 2 years ago | almost 8 years ago | |
| Java | Kotlin | |
| Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
header-decor
Posts with mentions or reviews of header-decor.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-07.
-
Sticky item in RecyclerView
https://github.com/ebarrenechea/header-decor this lib worked wonders for me back in the day
-
Will Jetpack Compose Take Over XML?
RecyclerView is easy. I'm sure you can't do a two-level sticky header with Compose that easily, and SubcomposeLayout truly is not easier than, well, anything really.
-
Does LazyColumn in Compose really replace Recyclerview or am I missing something?
We had to use it for our design spec using https://github.com/ebarrenechea/header-decor because it was split up by date and by location within the list iirc but it looked pretty cool actually
-
i don't like compose | change my mind
Then you have "advanced concepts" that you actually need in your everyday life like subcomposition. No one so far has been able to answer "how to make a two-level sticky header virtual list with lazy loading using Jetpack Compose", and unless someone knows the answer, nobody actually truly understands Jetpack Compose.
-
notifyDataSetChanged()
How do I make a 2-level sticky header in Jetpack Compose please guide me
-
What's the best and simplest way to implement sticky headers without Jetpack Compose?
I used to use https://github.com/ebarrenechea/header-decor it's a shame it's deprecated but the idea should still work (item decorations)
-
Weekly Questions Thread - January 19, 2021
We were using this https://github.com/ebarrenechea/header-decor
LastAdapter
Posts with mentions or reviews of LastAdapter.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning LastAdapter yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing header-decor and LastAdapter you can also consider the following projects:
Dividers
sticky-headers-recyclerview - [UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView
SuperRecyclerView - Pumped up RecyclerView
android-advancedrecyclerview - RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
XRecyclerView - A RecyclerView that implements pullrefresh and loadingmore featrues.you can use it like a standard RecyclerView