Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing a Splash Screen using Splash Screen API in Android (No more Extra Screen for Splash Screen) using Jetpack Compose #7809

Open
MuindiStephen opened this issue Apr 6, 2023 · 3 comments
Labels
topic suggestion Suggestion for a new article.

Comments

@MuindiStephen
Copy link

Almost all Android applications needs a splash screens which contains either app logo, app name or even both to give some hint about the application. Since this splash screen becomes the main launcher screen that appears when you open your android application, android developer usually have to create an extra screen to do this task.

However, a new splash screen API is there to help developers to implement splash screens in a modern way except the normal traditional way where you just create a new screen and pause it for around 2000 or 3000 milliseconds then move to other app main screens.
With this new modern way of implementing Splash screen using don't need to declare time to wait.

Key Takeaways

  • How the new splash screen works
  • Adding new splash screen API in android using Jetpack compose
  • Implementing the modern Splash Screen

References

https://developer.android.com/develop/ui/views/launch/splash-screen/migrate

@MuindiStephen MuindiStephen added the topic suggestion Suggestion for a new article. label Apr 6, 2023
@github-actions
Copy link

github-actions bot commented Apr 6, 2023

👋 @MuindiStephen
Good afternoon and thank you for submitting your topic suggestion.
Your topic form has been entered into our queue and should be reviewed (for approval) as soon as a content moderator is finished reviewing the ones in the queue before it.

@MuindiStephen
Copy link
Author

wave @MuindiStephen Good afternoon and thank you for submitting your topic suggestion. Your topic form has been entered into our queue and should be reviewed (for approval) as soon as a content moderator is finished reviewing the ones in the queue before it.

Thanks

@MuindiStephen
Copy link
Author

@auxesis Would you recommend this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic suggestion Suggestion for a new article.
Projects
None yet
Development

No branches or pull requests

1 participant