Hacker News new | ask | show | jobs
Lightweight android swipe-to-dismiss library for RecyclerView (github.com)
4 points by codefalling 4057 days ago
2 comments

Looks good but what is the license of this library? Can't see one in the repository. Would recommend adding a LICENSE file.
I forget to add a license in fact.Thx for your suggestion.I'll do it when I get free.
So which one is it?
BSD license
You might want to include the original Apache licence since its basically 99% the exact same code with RecyclerView instead of ListView : https://github.com/romannurik/Android-SwipeToDismiss .