如何在 android 中执行此滑动视图

How to do this swipe view in android

如何在 android 中进行滑动?这是 android 5 个应用设置 activity。

使用ViewPager来实现。您还可以像本示例中那样添加标签。

参考:

Creating Swipe Views with Tabs

ViewPager

您需要使用 RecyclerView 实现 ViewPager

github中有很多可用的库:

https://github.com/eccyan/SpinningTabStrip

https://github.com/lsjwzh/RecyclerViewPager

https://github.com/JakeWharton/ViewPagerIndicator

你可以在这里多检查几个:

http://snowdream.github.io/awesome-android/#Menu