Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 TabHost 具有大量选项卡并且不适合屏幕(如 iO 中的“更多...”选项)时,是否有任何内置解决方案?
在android中,您通常使用horizontalScrollView来保存标签,或者更好地使用像Google+或Google Play应用程序这样的viewpager。
查看http://viewpagerindicator.com/以查看此功能的实现和库