In this tutorial, we will create an easily Step by Step Splash screen with animation(Intro Screen).
.
.
Avoid showing splash screen activity while pressing Back button on Main Activity:
Add one of them in your Project
1: In your AndroidManifest.xml file, add android:noHistory="true" attribute in your splash screen Activity
2: use finish(); in Catch tag below intent Code;