daily49er.android.app
Class SplashScreen

java.lang.Object
  extended by Activity
      extended by daily49er.android.app.SplashScreen

public class SplashScreen
extends Activity

This class creates a new thread for running the splash screen on the start of the application.

Author:
Alex Chavez

Constructor Summary
SplashScreen()
           
 
Method Summary
 void onCreate(Bundle savedInstanceState)
          Called when the activity is first created.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)
Called when the activity is first created.