my-soothe-dev-challenge
#AndroidDevChallenge Week 3 EMEA MySoothe design, just to try out compose, not for the actual challenge (by danielesegato)
header-decor
A couple of sticky header decorations for android's recycler view. (by ebarrenechea)
| my-soothe-dev-challenge | header-decor | |
|---|---|---|
| 1 | 7 | |
| 5 | 874 | |
| - | -0.2% | |
| 0.0 | 0.0 | |
| over 4 years ago | almost 2 years ago | |
| Kotlin | Java | |
| 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.
my-soothe-dev-challenge
Posts with mentions or reviews of my-soothe-dev-challenge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-31.
- i don't like compose | change my mind
I've done the 3rd compose challenge, the one with the provided design by google. I manage to reproduce it in 2 days of work more or less. And it was the first time i wrote some compose. I really enjoyed the experience!
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
What are some alternatives?
When comparing my-soothe-dev-challenge and header-decor you can also consider the following projects:
Wiggles - ๐ถ Beautiful Puppy adoption app with Jetpack Compose #AndroidDevChallenge
Dividers
flux - #AndroidDevChallenge
SuperRecyclerView - Pumped up RecyclerView
BrBa-Compose - โข๏ธ ๐งช โ ๏ธ Jetpack Compose - Breaking Bad
sticky-headers-recyclerview - [UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView