0

enter image description here

Please have a look on this image The whole review section will slide according to days of week saturday monday etc.. Inside values are dynamic and will come from server accordingly there are also buttons named comment,agreeand report abuse which will update values as according to their name

How can I achieve this kind of functionality in android. That is I am in need of sliding functionality (Left and right both)which contains a list view with dynamic changing elements. and button on click which functionality will be there as accordingly

Please help me ASAP thanks Abhinav

Abhinav Singh Maurya
  • 3,313
  • 8
  • 33
  • 51

2 Answers2

1

HI guys I have found the solution of my own question

See this

android gestures

and this link

Switching between activities stack over flow

Thanks for visiting my question

Community
  • 1
  • 1
Abhinav Singh Maurya
  • 3,313
  • 8
  • 33
  • 51
0

Try to look at ViewPager class in Android Compatibility Package.

Fedor Kazakov
  • 601
  • 3
  • 12