Run Splashscreen on android only the first time, which user opens the application? [duplicate]

-1

After installation, I would like to know how to do the splash screen only the first time the user opens

    
asked by anonymous 05.11.2015 / 18:05

1 answer

0

You can save a variable in SharedPreferences the first time Splash is run, then check this variable to show Splash in the next few times.

    
05.11.2015 / 18:09