需要通过选项卡连接到片段来实现 activity 的最新方法吗?虽然 ActionBar.TabListener 已弃用,但无法解析 TabLayout

Need up to date way to implement activity with tabs connect to fragments? while ActionBar.TabListener is deprecated, TabLayout can't be resolved

我需要 activity 具有多个连接到片段的选项卡。我发现使用 ActionBar.TabListener,但是,它在 API 级别 21 中已贬值。另外,当使用 TabLayout 时,Android Studio 告诉我它无法解决!!

任何人都可以建议更新的方法吗?

TabLayout 可以提供帮助。

在使用 TabLayout 之前,您需要将 compile 'com.android.support:design:22.2.0' 添加到您的 build.gradle。

您可以阅读 this page 了解更多信息。