-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notify list issue(Perfomance issue) #14
Comments
Hi, I am facing same issue, did you find any solution? |
Hello , Have you found any solution for this problem? |
@sailywebvillee dint get any solution yet, then i implemented card view using RecyclerView . see link - |
@arpitjoshi08 Thanks I will try this |
` public class OverlapDecoration extends RecyclerView.ItemDecoration {
} ``
use this code with recyclerview to overlapped item |
@arpitjoshi08 Okay Thanks for your reply but actually I have to use AllMoveDownAnimatorAdapter type of animation used in this library. |
I am implementing deleting functionality in this card and successfully implemented but taking so much time when notify the adapter after delete .how can i resolved this.
The text was updated successfully, but these errors were encountered: