Resource for Android Slight Left/Right Slide action on listview

前端 未结 4 1412
耶瑟儿~
耶瑟儿~ 2021-02-03 13:27

I am not sure if this question has been asked here or not. I look for a way to simulate the slide action in listview of Android. Similar to that of Samsung Galaxy/Nexus contact

4条回答
  •  悲哀的现实
    2021-02-03 14:18

    If you want to Perform an action On Swiping:

    Check out SwipeActionAdapter

    It's an awesome library that allows Swipe in both directions with an underlying Layout or Color, and performs a desired action when the swipe/slide gesture is done. You can configure it to reveal/change the layout.


    If you want to swipe to Reveal actionable buttons:

    Check out SwipeMenuListView

    In a sense, it is more like the Swipe-able TableViews in iOS.

提交回复
热议问题