java - Android ListView Swipe for Action like Twitter List -
i'm trying implement "swipe action" feature - can see in "new" twitter app. closer description find @ swipe action description.
now, there ideas/solution how implement feature?
thanks!
use gesturedetector
in each row, , wrap row contents in viewflipper
. on swipe, switch children of viewflipper
.
i have viewswiper
combines gesturedetector
, viewflipper
, designed work in either direction (e.g., regular row, swipe left or right switch actions), may or may not desirable. but, should give idea of how might work.
Comments
Post a Comment