Android:类似市场的可滑动或可伸缩选项卡

发布于 2024-12-27 22:25:57 字数 398 浏览 1 评论 0原文

我一直想在我的应用程序中实现“可切换”选项卡,就像 Google 的 Market 应用程序中的选项卡一样。 我发现了很多库和这篇文章由 android 开发人员。 但在阅读了 Google 的this-brand-new-page(昨天)之后我的问题是...是否有更好的方法(也许是最新 API 中的新实现)来实现此布局? (他们称之为“可滚动选项卡”)

I always wanted to implement "swypable" tabs in my application, like the ones in the Market app by Google.
I found many libraries and this article by android-developers.
But after reading this-brand-new-page by Google (yesterday) my question is... is there a better way (maybe a new implementation in the newest API) to implement this layout? (they call this "Scrollable tabs")

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

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

发布评论

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

评论(1

萌能量女王 2025-01-03 22:25:57

据我所知,API中还没有办法实现类似于Market上的选项卡。我也一直渴望有一个 API 解决方案,特别是因为新的设计文档促进了该模式的使用。

同时,尝试使用 ViewPagerIndicator。它是由 ActionBarSherlock 的同一开发人员制作的,并且同样易于使用。

As far as I know, there is still no way in the API to implement tabs similar to those on the Market. I've been longing for an API solution, too, especially since the new design docs promote the use of the pattern.

In the meantime, try using ViewPagerIndicator. It's made by the same developer of ActionBarSherlock, and is about as easy to use.

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