在 Android Activity 中滑动面板
我正在尝试模拟 Epicurious Android 应用程序的食谱部分,其中每个食谱都显示在一个面板中,向左/向右滑动将导致显示下一个食谱。
任何人都知道如何实现这种类型的布局,如 Hello Views 教程 似乎没有类似的东西。
I am trying to emulate the Recipes section of the Epicurious Android application, where each recipe is shown in one panel, and swiping left/right will lead to the next recipe being shown.
Any one has any idea how to implement this type of layout, as the Hello Views tutorial does not seem to have anything similar to this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试以下操作:使用视图寻呼机水平滑动
You might try this: Horizontal Swiping with View Pager
您看过 ViewFlipper 吗?
Have you looked at ViewFlipper?