android:如何像android市场一样制作标签页翻转?
我想将我的应用程序重写为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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
该技术称为“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.
看看这个指南:
http://blog.stylingandroid.com/archives/537
Take a look at this guide:
http://blog.stylingandroid.com/archives/537
我认为您正在寻找 viewflipper 类 http://developer.android.com/reference /android/widget/ViewFlipper.html
i think you looking for the viewflipper class http://developer.android.com/reference/android/widget/ViewFlipper.html
我不确定 Honeycomb,但在 Ice Cream Sand 中,当向操作栏添加足够的选项卡时,它会自动发生。
I'm unsure about Honeycomb, but in Ice Cream Sandwhich it happens automaticly when adding enough tabs to the actionbar.
创建 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/