javaandroidandroid-studiokotlinandroid-custom-view

How can I create 'Swipe on a message to reply on WhatsApp' kind of view using custom view on list?


I have a list of items in list view, I want to display the item that user swipes left on, in a new fragment or activity as a textview. I want the entire list to animate and move a bit to left as if it has been pulled to left with the finger. I want to execute the same using custom views.

image reference


Solution

  • You can either add Swipeable behavior to your RecyclerView like this :

    Add Swipeable Behavior

    or use an external library to do that for you :

    Use External Lib