nothingwhatsoever
nothingwhatsoever

Reputation: 105

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?

Upvotes: 0

Views: 100

Answers (1)

Antrromet
Antrromet

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

Related Questions