I made three .xml files before the activity_main.xml and set a timer of 5 sec one by one for each xml file by using thread.So it takes 15 sec to reach to the main activity.
I have a problem in my EXIT button I use
system.exit(0); //behaving similar as finish()
but it returns me to the previous xml file not from the entire app. I want to exit from entire app in a single click.