Android: 如何为应用程序创建一组演示幻灯片,以便在用户首次打开应用程序时显示给用户?

Android: How to create a set of demo slides for the app which would be shown to the users when they open the app for the very first time?

我想为第一次使用我的应用程序的用户创建一个教程。前进的正确方式是什么?我应该使用 .png 还是其他方法?

一般来说,一个ViewPager is used to show those type of tutorials. You can look at this simple tutorial on how to use viewpager for screen slides。然后你可以在不同的片段上使用 png,或者也可以根据你的要求使用不同的布局。