splash screen

iPhone HTML apps - Using an app startup image (app splash screen)

iPhone HTML apps startup image FAQ: How do I set the startup image (splash screen) for my iPad or iPhone HTML app?

This quick blurb from the Apple developer documentation leads us to the answer:

On iOS, similar to native applications, you can specify a startup image that is displayed while your web application launches. This is especially useful when your web application is offline.

By default, a screenshot of the web application the last time it was launched is used. To set another startup image, add a "link" element to the webpage.

A Java splash screen with a progress bar (Part 1)

In this tutorial I look at how to create a splash screen in a Java application. At the end of the discussion I'll share all of the Java classes that are needed to implement your own Java splash screen.

A Java splash screen with a progress bar (Part 2)

<< Back to "Java splash screen with progress bar, part 1"

Initializing our Java splash screen

Initializing the splash screen should be simple. We need to get an image to display on our Java splash screen, construct the splash screen, and then display it. Here's what a "splash screen initialization" method might look like:

A Java splash screen with a progress bar (Part 4)

<< Back to "Java splash screen with progress bar, part 3"

My Java splash screen source code

Next up we'll dig into our Java SplashScreen class to see how I've actually implemented the desired behavior.

Java splash screen tutorial (Mon, June 13, 2005)

Wow, it's been a long time since I've done anything out here. Busy, busy, busy. Here's a link to a tutorial I've written about creating a splash screen for Java applications.

Syndicate content