Flingable Tabhost 中的 ListView?

发布于 2024-12-31 23:20:42 字数 301 浏览 0 评论 0原文

Google 自主开发的 YouTube 应用程序 (2.3.4),当以纵向布局显示时,有一个可滑动的 TabHost,其中有一个可滚动的 ListView,显示相关视频。

我想要相同的功能,即“可移动”TabHost 中的 ListView ,具有相同的流畅响应/行为。我是一个大菜鸟,老实说,我不知道如何实现一个简单的选项卡主机,更不用说在其中放置一个垂直滚动的列表视图并用水平手势将选项卡翻过来。

我环顾四周,在另一个答案中建议作为资源的 IOScheduler 应用程序源代码是 404。有什么帮助吗?

非常感谢,祝你有美好的一天。

Google's homegrown YouTube app (2.3.4), when displayed in portait layout, has a flingable TabHost with a scrollable ListView inside it displaying related videos.

I would like the same functionality, a ListView within a "flingable" TabHost, with the same great fluid response/behaviour . I'm a massive noob and have honestly no clue how to achieve even a simple tabhost let alone place a vertically scrolling listview inside it and fling the tabs over with horizontal gestures.

I've looked around and the IOScheduler app source code that was suggested as a resource in another answer is 404'd. Any help?

Thanks very much, have a great day.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

等待圉鍢 2025-01-07 23:20:42

Android 支持库 提供 ViewPager 类就是这样做的。

支持库下载中包含示例(可从 SDK 管理器获取)。

The Android support library provides the ViewPager class which does just this.

There are samples included in the support lib download (available from SDK manager).

深空失忆 2025-01-07 23:20:42

你应该尝试一下这个

这是一个开源项目,因此您可以检查源代码并进行更改。

我希望它有帮助...

You should give this a try.

It's an open-source project so you can examine the source code and make changes.

I hope it helps...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文