Slide functionality with dynamic changing views in it
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 ac开发者_高级运维cordingly 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
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
Try to look at ViewPager class in Android Compatibility Package.
精彩评论