Search code examples
javaandroidxmldemo

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?


I want to create a sort of tutorial for the first time users of my app. What is the correct way to go forward? Should I use .png s or some other method?


Solution

  • Generally, a ViewPager is used to show those type of tutorials. You can look at this simple tutorial on how to use viewpager for screen slides. Then you can either have pngs on different fragments or also have different layouts depending upon your requirements.