android: How can I implement first time tutorial like Go Launcher in my app?

I was trying to do something similar using a transparent activity with a viewpager inside it. I wanted static ‘tutorial’ images that users could swipe through.

One of the answers to my question mentioned an interesting library (called ShowcaseView). It seems like it may be a good fit for your requirements as well.

https://github.com/Espiandev/ShowcaseView

Leave a Comment