我是 Android 开发的新手。并要创建一个新的应用程序。在其中我需要在 Android 2.2 及更高版本中进行以下类型的导航。
http://i.stack.imgur.com/wwG1Z.png
我在http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html看到了一个教程
但他只是刷页面。没有像上图那样的标签。而且他正在更新一些文本视图,但我想在活动或布局之间切换。
我已经尝试了很多东西。ActionBarSherlock 它创造了许多错误。
我需要的是
developer.android.com/training/implementing-navigation/index.html
developer.android.com/shareables/training/EffectiveNavigation.zip
在上面的文件中 CollectionDemoActivity 是我真正在寻找 Android 2.2 及更高版本的东西。
如果有人有这样的项目,请分享代码。