After installation, I would like to know how to do the splash screen only the first time the user opens
After installation, I would like to know how to do the splash screen only the first time the user opens
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.