jelonmusk / Android-Splash-Screen-Implementation

This repository contains three ways of implementing Android Splash Screen. You will find bad way, good way and best way to implement Android Splash Screen. Check my Bengali tutorial from here:

Home Page:https://hellohasan.com/2018/07/24/android-splash-screen-bad-good-best-right-way/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Splash-Screen-Implementation

Almost every App shows a Splash screen at first of the App. Most of the tutorials and blogs says us to implement the splash screen in worst way. After passing some times on Android development I found three ways to implement a Splash Screen. You'll find them in this repository.

  • This way is simple to implement
  • Not good for App performance
  • Not good for User Experience
  • Weird white/black screen after launching app and before showing splash screen (check screenshot)

  • This way is little harder to implement comparatively first one
  • Good for App performance
  • Good for User Experience
  • For some use cases this approach is the best choice
  • Instant Splash design show, without any weird white/black screen after launching app and before showing splash screen (check screenshot)

  • This way is little harder to implement comparatively first one
  • Good for App performance
  • Good for User Experience
  • Instant Splash design show, without any weird white/black screen after launching app and before showing splash screen (check screenshot)

Some tutorial references

About

This repository contains three ways of implementing Android Splash Screen. You will find bad way, good way and best way to implement Android Splash Screen. Check my Bengali tutorial from here:

https://hellohasan.com/2018/07/24/android-splash-screen-bad-good-best-right-way/


Languages

Language:Java 100.0%