1

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. :)

  • check it - https://www.androidhive.info/2017/02/android-creating-gmail-like-inbox-using-recyclerview/ – Adil Jun 19 '18 at 04:02
  • Thnx for ua reply @AD 10.. That is pretty cool.. But I don't want just the animation on the recycler view activity..I want to show a complete particular message in another activity, with swipe left feature to see other emails.. – Nehank Poilkar Jun 19 '18 at 05:16
  • https://stackoverflow.com/questions/18594482/how-to-implement-a-horizontal-scroll-swipe-between-fragments – Adil Jun 19 '18 at 05:21
  • https://android-developers.googleblog.com/2011/08/horizontal-view-swiping-with-viewpager.html – Adil Jun 19 '18 at 05:21

1 Answers1

0

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

enter image description here

pistolcaffe
  • 849
  • 1
  • 8
  • 15