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

前端 未结 3 642
栀梦
栀梦 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:37

    You can either use a FrameLayout or RelativeLayout as root of your Activity/Fragment, and put your "first time" View upon content with a (almost) transparent background, or use another Activity/Fragment themed with a transluscent window. (like this)

    I'd rather use an Activity/Fragment, but this is up to you!

提交回复
热议问题