Tag: Kotlin

  • Splash Screen in Android using Kotlin

    Splash Screen in Android using Kotlin

    Splash Screen is the first screen of the App when it is opened. It generally the logo of the App or some kind of loading animation. We have made a video tutorial on it. Access source code of this project here: Step 1: Create your project We will be creating the Splash Screen in XML…