• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
September 29, 2021 |3.7K Views
Creating a Splash Screen in Android
  Share  7 Likes
Description
Discussion

Those who don't know what Splash Screen actually is - let us tell you a splash screen is basically the first screen that we see when we run our application. It is a constant screen that appears for a specific amount of time and generally shows for the first time when the app is launched. It is often used for displaying some basic introductory information like the company logo, content, or any other visual just before the app loads completely. And yes, it is also known as Launch Screen. Splash Screen is very much significant for an app as it marks the first impression of the application on the users. So, in this video, we're going to discuss how we can create a Splash Screen for our Android Application. We are going to do the same using Kotlin language in Android Studio. 

Related Article: https://www.geeksforgeeks.org/android-creating-a-splash-screen/

Read More