application guide screens in android [closed]

人走茶凉 提交于 2019-12-13 09:45:14

问题


I am aware of the Startup Splash screens in Android which I have used in my application during initial resource load.

In additional to the splash screen, I have 3 screens which shows a basic guide or tutorial of what the application is about. I need these screens to come only during first installation. Otherwise, these screens should not come. Any help with tutorial or steps to do is greatly appreciated.

Thanks


回答1:


You can set up a flag in your shared preference, and after showing the tutorial for the first time you can set it to true. Every time when the app launches check for this flag, if the flag is set true then dont show the tutorial.



来源:https://stackoverflow.com/questions/28851493/application-guide-screens-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!