Open zaur opened 9 years ago
Good question. I cannot think at this point with the current architecture to do so.
I got the same issue as @zaur and I solved it by proxying the Cursor in an array. This is a decent solution but it doesn't really answer the question...
(Just saying for people having the same issue :wink: ).
I tried with requery()
and timestamps in the DB but it is a real mess...
Before actually trying, does this library work with CursorAdapter ?
Yes. It does work. But it stops to swipe after the 1st card swipe. Any workarounds @Diolor ?
@vishalshah133 So no, it doesn't work 😆
I'm trying to use SwipeCards with CursorAdapter. What I wanna achieve is to iterate through items in cursor instead of deleting swiped item from adapter. Any ideas/suggestions?