Android:类似市场的可滑动或可伸缩选项卡
我一直想在我的应用程序中实现“可切换”选项卡,就像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,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.