actually i want to implement like that as a user click on the Application icon after that the logo of the application is appear for some time after that the next Activity is open as the Above .gif explains and i refer this https://www.bignerdranch.com/blog/splash-screens-the-right-way/ site and according to the Author the icon appear after click on the icon is Splash(or act as a splash) so how can i create this one
and one more thing Sir i dont want to add some delay
Simply add a panel (with an image) over the main layout, use a timer (2/3 seconds) and in its event set the panel to invisible (you don't need two Activities for a splash screen).