开发者

Building a Tutorial/Giving a hint for my Android app

开发者 https://www.devze.com 2023-02-21 14:28 出处:网络
I am building an android app and I want the app to show up some tutorial dialogs or speech balloons at first use.

I am building an android app and I want the app to show up some tutorial dialogs or speech balloons at first use.

I decided to use the Preferences and store a boolean for each Activity. When it is first shown the balloon shoul开发者_JAVA百科d popup. But I have no clue how to draw a balloon or make an InApp-Tutorial.

Thank you and best regards, Till


You can use toasts. and use the shared preferences to check wether or not the users should be seeing the tutorial. Heres a link to the dev.android page

Theyre just little boxes that pop up for a certain time.

just have them pop up on certain events (if its a game), or let them pop up one after the other. EASY!!! hope this helps!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号