Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Splash screen
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Software support== The [[Java (programming language)|Java]] programming language has a specific class for creating splash screens, called <code>java.awt.SplashScreen</code><ref>{{cite web|title=SplashScreen (Java Platform SE 6)|url=http://docs.oracle.com/javase/6/docs/api/java/awt/SplashScreen.html|access-date=September 8, 2015|archive-date=July 26, 2015|archive-url=https://web.archive.org/web/20150726034839/http://docs.oracle.com/javase/6/docs/api/java/awt/SplashScreen.html|url-status=live}}</ref> that handles standard splash screen functions, e.g. display an image centered on screen that disappears when the first program window opens. Splash screens can also be created in [[HTML]] and [[Cascading Style Sheets|CSS]] if they are designed for a purpose other than as a loading screen. Instead, they are used for other purposes such as giving the option to pick the language. The [[Android (operating system)|Android operating system]] (starting with [[Android 12]]) automatically generates a splash screen for every installed app, which can be customised by app developers.<ref>{{Cite web|url=https://www.androidauthority.com/android-12-features-1195735/|title=Android 12 features: Everything you need to know|date=August 6, 2024|website=Android Authority|last=Hindy|first=Joe|last2=Walker|first2=Andy|last3=Brown|first3=C. Scott|last4=Westenberg|first4=Jimmy|access-date=October 20, 2024|archive-date=August 3, 2022|archive-url=https://web.archive.org/web/20220803160940/https://www.androidauthority.com/android-12-features-1195735/|url-status=live}}</ref> The Core Splashscreen Jetpack library [[backports]] this functionality for older Android versions.<ref>{{Cite web|url=https://www.xda-developers.com/android-12-splash-screen-api-backport/|title=New Jetpack library adds backward compatibility for Android 12's Splash Screen API|date=June 30, 2021|website=[[XDA Developers]]|last=Rahman|first=Mishaal|access-date=October 20, 2024|archive-date=March 16, 2023|archive-url=https://web.archive.org/web/20230316024333/https://www.xda-developers.com/android-12-splash-screen-api-backport/|url-status=live}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)