问题
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