• Home
  • AI
  • DSA
  • iOS
  • Flutter
  • Android
    • Jetpack
    • Android Tutorials
    • Android development
    • Android Kotlin
  • 5G
  • 4G LTE
    • IoT
  • E-learning
  • Blog
  • Streaming
Wednesday, January 14, 2026
  • Home
  • AI
  • DSA
  • iOS
  • Flutter
  • Android
    • Jetpack
    • Android Tutorials
    • Android development
    • Android Kotlin
  • 5G
  • 4G LTE
    • IoT
  • E-learning
  • Blog
  • Streaming
subscribe
subscribe to my newsletter!

"Get all latest content delivered straight to your inbox."

[mc4wp_form id="36"]
Codeplayon
Codeplayon
  • Home
  • AI
  • DSA
  • iOS
  • Flutter
  • Android
    • Jetpack
    • Android Tutorials
    • Android development
    • Android Kotlin
  • 5G
  • 4G LTE
    • IoT
  • E-learning
  • Blog
  • Streaming
HomeAndroid tutorialAndroid splash screen UI design 2022
Oct. 27, 2018 at 5:03 am
Android tutorial

Android splash screen UI design 2022

7 years agoDecember 27, 2024
Android splash screen Android login screen design
1.1kviews

Hey Everyone in this Android tutorial I am sharing with you how to create an animated android splash screen to make a good UI. In android it is very easy and awesome you can follow just some steps for the Android splash screen and awesome UI design let’s start on a project. In this project, i am using a third-party library to make animations on the screen. and after five seconds the screen redirect on the next login screen.

You can just follow the below simple step and make an android splash screen animation.  Hara, we used a third-party dependency for splasher add this dependency in your Gradle. And Syn your project.

Android splash screen animation.

Step 1:-  Start Android Studio

Step 2 :- To Create a New Project Project Click On  ==> File  ==> NEW  ==>New Project. And Create an Activity in your project.

Step 3:-  Add dependencies in your app base build. Gradle 

dependencies {
        compile 'com.github.wailbabou:Splasher:0.1.2'
   
}

after adding dependency syn your proje to get the all class of dependency and create a new activity with the name is spleshscreenactivity. And user bewlo code to adding animation, set color, set image.

 

Step 4:- Open your java class and add this code.

public class SpleshScreenActivity extends SplasherActivity {
    @Override
    public void initSplasher(SplasherConfig config) {
        config.setReveal_start(Const.START_CENTER)
                //---------------
                .setAnimationDuration(3000)
                //---------------
                .setLogo(R.drawable.logo_ic)
                .setLogo_animation(Techniques.BounceIn)
                .setAnimationLogoDuration(5000)
                .setLogoWidth(400)
                //---------------
                .setTitle("Codeplayon.com")
                .setTitleColor(Color.parseColor("#ffffff"))
                .setTitleAnimation(Techniques.Bounce)
                .setTitleSize(30)
                //---------------
                .setSubtitle("Learn , Explore and Share")
                .setSubtitleColor(Color.parseColor("#ffffff"))
                .setSubtitleAnimation(Techniques.FadeIn)
                .setSubtitleSize(20)
                //---------------
                .setSubtitleTypeFace(Typeface.createFromAsset(getAssets(),"diana.otf"))
                .setTitleTypeFace(Typeface.createFromAsset(getAssets(),"stc.otf"));

        //Example of custom view ..
//        config.setCustomView(R.layout.custom_view)
//                .setReveal_start(Const.START_CENTER)
//                .setAnimationDuration(5000);
//        getCustomView().findViewById(R.id.textView);

    }
    @Override
    public void onSplasherFinished() {
        Toast.makeText(this, "Go to the next activity", Toast.LENGTH_SHORT).show();
        Intent intent=new Intent(SpleshScreenActivity.this,LogInActivity.class);
        startActivity(intent);
        finish();
    }
}

 

now the animation is ready Run your App and test to see the UI. Thanks for reading us reads more solutions and designs in android. And it works all android splash screen sizes for mobile tablets also.

 

Read More Tutorial 

  • Android Studio Bumblebee New Features 2022
  • Codeplayon Jetpack Compose Tutorial 
  • Codeplayon Android Tutorial 
  • Codeplayon Flutter Tutorial 
  • Codeplayon on Github

 

 

Tags :Android Awesome Login Screen AnimationsAndroid Splash Screen AnimationAndroid splash screen awesomeAndroid splash screen awesome UI designandroid splash screen codeandroid splash screen sizesplash screen awesome UI design
share on Facebookshare on Twitter
Shivam MalikOctober 27, 2018

Shivam Malik

Welcome to my blog! I’m Ritu Malik, and here at Codeplayon.com, we are dedicated to delivering timely and well-researched content. Our passion for knowledge shines through in the diverse range of topics we cover. Over the years, we have explored various niches such as business, finance, technology, marketing, lifestyle, website reviews and many others. Pinay Viral sfm compile AsianPinay taper fade haircut Pinay flex Pinay hub pinay Viral Fsi blog com pinay yum pinayyum.com baddies hub asianpinay.com tech crusader
view all posts
Android login screen design with animation – Android Studio 2022

You Might Also Like

Android minecraft compass drawing App Example
Android tutorial

Android minecraft compass drawing App Example

Shivam Malik
Paytm Payment Gateway
Android tutorial

How to Integrate Paytm Payment Gateway in Android App 2024

Shivam Malik
Dynamic Launcher Icon and Name for Android App
Android tutorialAndroid development

Dynamic Launcher Icon and Name for Android App 2024

Shivam Malik
android user permission
Android tutorial

android user permission – How to check Grants Permissions at Run-Time?

Shivam Malik
recyclerview
Android tutorial

Android RecyclerView and its working?

Shivam Malik
GIF image on Splash Screen
Android tutorial

How to use GIF image on Splash Screen In Android

Shivam Malik

Get Even More

"Get all latest content delivered straight to your inbox."
[mc4wp_form id="36"]

latest posts

Linus Torvalds Vibe Coding
Blog

Linus Torvalds Vibe Coding: The Real Meaning Explained

Shivam Malik
65
2579xao6 Code Bug
technology

2579xao6 Code Bug Explained: Causes, Fixes & Safety

Shivam Malik
12
StartupBooted Forex
Blog

StartupBooted Forex Explained : Legit or Just Learning?

Shivam Malik
13
Nurturing Healthy Children
Fitness

Nurturing Healthy Children: Simple Ways to Raise Happy Kids

Shivam Malik
72

find me on socials

Search

Contact Info

Contact information that feels like a warm, friendly smile.

Email:Info.codeplayon@gmail.com
Website:Codeplayon

popular posts

Joinpd.con code

JoinPD.com: A Complete and Easy Guide for Students and Teachers

4 weeks agoDecember 22, 2025
rice purity test

What is your Rice Purity Test Score: Check Score – 2025

1 year agoDecember 22, 2025
Disneyplus.com/begin

Disneyplus.com Begin Guide – Activate Disney Plus Fast

3 weeks agoDecember 22, 2025
Sitemap.Html
  • Linus Torvalds Vibe Coding: The Real Meaning Explained
  • 2579xao6 Code Bug Explained: Causes, Fixes & Safety
  • StartupBooted Forex Explained : Legit or Just Learning?
  • Nurturing Healthy Children: Simple Ways to Raise Happy Kids
  • United Airlines Flight UA770 Emergency Diversion – What Really Happened and Why It Matters
Codeplayon
  • Privacy Policy

Copyright © 2024 Codeplayon | NewsMozi Asian Pinay.com Taper Fade Haircut sfm compile club Asian Pinay pinayhub.com pinayflex.com pinay Viral Fsi blog com