android 中的选项卡使用 TabActivity 还是 okay/advisable?

Is using TabActivity for tabs in android still okay/advisable?

我在我的应用程序中将选项卡 activity 与 tabhost 一起使用。但是在发现其他形成制表符的方法之后,我想知道使用 tabactivity 是否是应用程序的明智选择。我是 android 的新手,很想知道是否有更好的方法来实现不可滑动的选项卡(没有操作栏)。

最好使用TabLayout included in the support design library release and follow the material design specs. That's pretty standard and accepted way now. If you want to have non swipeable tabs, you can disable swipe as described here