This example shows a simple but effective splash screen with animation that can be created by using Android Studio.
Step 1: Create an animation
Create a new directory named anim in the res directory. Right-click it and create a new Animation Resource file named fade_in.xml:
Then, put the follow...