Reputation: 105
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?
Upvotes: 0
Views: 100
Reputation: 15414
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.
Upvotes: 1