如何在 android 中实现类似 gmail 的滑动功能

how to implement swipe feature like gmail in android

response is coming in form of json format. With the help of volley lib i am fetching the response and showing it in a recycler view

onClickItem i am able to show response in another activity.i have completed till this step

i want the swipe functionality jus like gmail in my app . but i am unable to do it.

有人可以帮我我该怎么做吗?我是 android 的新手。 我在网上搜索了所有内容,但我什么也没找到。

回收站视图是否可以使用此功能(如果是,请建议我应该如何操作)?还是我需要使用任何其他组件?

感谢副词。 :)

经过运行Layout Inspector的画面,好像是用ViewPager实现的