简体   繁体   中英

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.

Can someone please help me how should i do this ? i am new to android . i searched everything on the web ,but i didn found anything .

is this feature possible with recycler view (if yes then please suggest how should i do this )? or do i need to use any other components ?

Thanks in adv. :)

After running Layout Inspector on the screen, it seems to be implemented using ViewPager.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM