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

前端 未结 3 643
栀梦
栀梦 2020-11-29 14:40

Go Launcher have a nice first-time tutorial. it is very similar to Stock ICS first time run. I want to learn how to make the similar tutorial display at the first launch of

3条回答
  •  执念已碎
    2020-11-29 15:20

    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

提交回复
热议问题