Playstore 中 App 中使用的 UI 的名称以及如何实现相同的名称?

Name of the UI used in the App present in playstore and how to achieve the same?

我是 Android 开发的新手,我只想知道是否有人可以告诉我 News In Short 应用程序中使用的 UI or View 是什么(存在于play store)。任何人都可以提供 link (教程)让我可以学习实现它吗?

下面的应用 link。

https://play.google.com/store/apps/details?id=com.nis.app&hl=en

提前致谢。

他们似乎使用了自定义 UI/View。

我认为他们做了这样的事情:

  1. 在列表中存储新闻

  2. 那可能是他们习惯了3个碎片(或者Activity).

新闻 1 将出现在片段 1

片段 2 上的新闻 2

片段 3 上的新闻 3。

然后重复使用这 3 个片段。

手指运动:

  1. 从上到下:显示以前的新闻/片段

  2. 下到顶部:显示下一个 News/Fragment

  3. 从左到右:显示 WebView Activity(移动到带有动画的 WebView Activity)

现在他们在 Fragments 上添加了动画。