You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
👋 @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.
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.
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
References
https://developer.android.com/develop/ui/views/launch/splash-screen/migrate
The text was updated successfully, but these errors were encountered: