Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

[Important] Deprecation Notice #58

Open
timroes opened this issue Sep 7, 2014 · 8 comments
Open

[Important] Deprecation Notice #58

timroes opened this issue Sep 7, 2014 · 8 comments

Comments

@timroes
Copy link
Owner

timroes commented Sep 7, 2014

I added a deprecation notice in favor of the new RecyclerView coming soon in the support library.

Please make sure to read the updated README file.

@timroes timroes changed the title Deprecation Notice [Important] Deprecation Notice Sep 7, 2014
@kenyee
Copy link

kenyee commented Sep 22, 2014

does recyclerview support swipe to dismiss? I didn't see anything that mentioned it...

@timroes
Copy link
Owner Author

timroes commented Sep 22, 2014

No. Recycler view doesn't support swipe to dismiss on its own. But any library that works on ListView should be ported to the new RecyclerView as soon as possible (imho) to (a) benefit from all the other features Recycler View offers and (b) not relying on "old" techniques. E.g. recycler view has a very different support for animations, that should be leveraged for that kind of library.

@Binghammer
Copy link

Do you plan to implement a swipe-to-dismiss to the RecyclerView? I'm finding that setting an onClickListener will cancel out the dismiss listener. Very frustrating.

@joan38
Copy link

joan38 commented Oct 26, 2014

I don't understand why its not built in Recyclerview. It is implemented in iOS for a long time now!

@timroes
Copy link
Owner Author

timroes commented Nov 21, 2014

@joan38: good question and I am not sure if it might not come in the future. Thats one of the advantages of having the stuff in the support library, they can update it some time to e.g. add new layout managers or implement a feature like that.

@Binghammer unfortunately I don't see that I will have the time to completely rewrite this. I hope someone else does so and perhaps there is some useful code in this library that can be used.

@LucioC
Copy link

LucioC commented Mar 11, 2015

@timroes @Binghammer I forked this project and started to use the RecyclerView https://github.com/LucioC/EnhancedList . I already have a functional version, but needs some review. I appreciate feedbacks. I'm still using the old animations, maybe this need to be improved.

@joan38
Copy link

joan38 commented Mar 12, 2015

This project might help:
https://github.com/rahulrj/Swipe_RecyclerView

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants