android:如何像android市场一样制作标签页翻转?

发布于 2024-12-13 07:11:25 字数 132 浏览 0 评论 0原文

我想将我的应用程序重写为fragment api,TabHost已被弃用,所以我找到了ViewPager,但是我如何制作像android market一样的标签栏? (android 市场使用 viewpager 和 bar)。超级用户3也使用这个栏

i wanna rewrite my app to fragment api, TabHost is deprecated so i've found ViewPager, but how can i make a tabbar like android market? (android market use viewpager and a bar). Superuser 3 use this bar too

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

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

发布评论

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

评论(5

溺ぐ爱和你が 2024-12-20 07:11:25

该技术称为“Swipey Tabs”,由 Google 用户界面工程师 Kirill Grouchnikov 在 这篇博文

Andreas Stütz 完成了一个项目来复制名为 android-viewpagertabs 的功能。其他人也尝试过

The technique is called "Swipey Tabs" and is described by Kirill Grouchnikov, a google user interface engineer, in this blog post.

Andreas Stütz has done a project to replicate the functionality called android-viewpagertabs. Other people have had a go too.

凡间太子 2024-12-20 07:11:25

我不确定 Honeycomb,但在 Ice Cream Sand 中,当向操作栏添加足够的选项卡时,它会自动发生。

I'm unsure about Honeycomb, but in Ice Cream Sandwhich it happens automaticly when adding enough tabs to the actionbar.

土豪我们做朋友吧 2024-12-20 07:11:25

创建 ActionBarSherlock 作为此类功能项目的人称为 ViewPageIndicator。网址如下:http://viewpagerindicator.com/

The guy who created ActionBarSherlock as a project for this type of functionality, called ViewPageIndicator. Here's the URL: http://viewpagerindicator.com/

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