android 页面浏览量或 UI 控件的片段

android pageview or fragments for UI controls

我想开发一个界面类似如下的应用程序

https://youtu.be/lEiCk4Pre6Y

我相信它使用了综合浏览量和片段。

我遇到了这个 link,它看起来很相似,但我想知道是否有人能指出我正确的方向。换句话说,我应该准确使用 UI 控件。

https://plus.google.com/+RomanNurik/posts/1Sb549FvpJt

请注意,它可以很好地与触摸屏一起滚动,并且在背面显示另一个 UI。不只是片段的动画

非常感谢任何提示。

谢谢!

看起来 CoordinatorLayout 与 AppBarLayout 和 CollapsingToolbarLayout 使用 NestedScrollViews 或 RecyclerViews 将实现类似于视频中的结果。

检查这些链接以供参考:

AppBarLayout

CoordinatorLayout

CollapsingToolbarLayout

A nice tutorial on the subject