在列表视图行中查看寻呼机 android
我可以创建一个 View Pager 并向其中添加片段,以像在 Android 市场中一样运行。 现在,我在其中一个页面中有一个列表视图。将视图分页器添加到列表视图行是个好主意吗?您认为这会影响主View Pager,还是有其他更好的方法?谢谢。
I could create a View Pager and add fragments to it to behave as in the Android market.
Now, I have a list view inside one of the page. Is it a good idea to add View pager to list view row. Do you think it will affect the main View Pager, or is there any other better approach? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是解决方案。
如何在android listview中实现fling
Here is the solution.
how to implement fling in android listview