FlexibleAdapter icon indicating copy to clipboard operation
FlexibleAdapter copied to clipboard

Is there any way to make FlipView work with FlexibleAdapter

Open laszlo1337 opened this issue 6 years ago • 1 comments
trafficstars

I wanted to flip the FlipView on toggleSelection() but bindViewHolder() is not called. Should there be like onSelected() method or something? Notifying adapter doesn't work, because the FlipView doesn't animate then.

I implemented multiselection with xml activated state and it works fine, but I'd want to add icon flip on item selection

laszlo1337 avatar Aug 29 '19 11:08 laszlo1337

Any solutions for that? If I call toggleSelection in onItemClick and flip the view there, then the ripple does not appear, but flipView flips with animation. If I don't flip the flipView then the ripple works fine. Looks weird without the ripple tho and I would like to fix it somehow if possible.

ljaniszewski avatar Feb 19 '20 11:02 ljaniszewski