davideas / FlexibleAdapter

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Apache License 2.0
3.55k stars 548 forks source link

Further support? #773

Open java2men opened 3 years ago

java2men commented 3 years ago

hi, @davideas! I want to start a new Android Kotlin project. Good idea to use FlexibleAdapter in production? FlexibleAdapter is deprecated?

Thanks.

davideas commented 3 years ago

Hello Ilya, you can use it, but I am not maintaining it anymore as I have higher priorities. There might be some incompatibility due to recent AndroidX and soon they will close Jcenter, migration to mavencentral won't happen soon. I don't know when for the same reason above.

Davide

On Mon, 26 Jul 2021 at 08:49, Ilya @.***> wrote:

hi, @davideas https://github.com/davideas! I want to start a new Android Kotlin project. Good idea to use FlexibleAdapter in production? FlexibleAdapter is deprecated?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/davideas/FlexibleAdapter/issues/773, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC5F4V4L2MHLSV2KLIXNVT3TZUAN5ANCNFSM5A7OYYSQ .

java2men commented 3 years ago

Davide, understood you, thanks for the information

livotov commented 3 years ago

@java2men for kotlin I'd recommend you to try https://github.com/afollestad/recyclical as a kotlin-first RV DSL helper

java2men commented 3 years ago

@livotov thanks for the recommendation. For the project I need sticky headers, groups. Flexibleadapter in my opinion gives the best implementation of sticky headers.