具有动态变化视图的幻灯片功能
请查看此图像 整个评论部分将根据星期几、星期六、星期一等滑动。 内部值是动态的,并且相应地来自服务器 还有一些名为评论、同意和报告滥用的按钮,这些按钮将根据其名称更新值
我如何在 android 中实现这种功能。 也就是说,我需要滑动功能(左右两侧),其中包含带有动态变化元素的列表视图。单击按钮将显示相应的功能
请尽快帮助我 谢谢 阿比纳夫
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大家好,我找到了我自己问题的解决方案
请参阅
android 手势< /a>
和此链接
在活动堆栈之间切换流
感谢您访问我的问题
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
尝试查看 Android 兼容包中的 ViewPager 类。
Try to look at ViewPager class in Android Compatibility Package.