Class WelcomeActivity
- java.lang.Object
-
- Activity
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WelcomeActivity
-
public class WelcomeActivity extends Activity
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLAUCHMODEstatic intLAUNCHMODE_FIRSTAPPLAUNCHstatic intLAUNCHMODE_REPLAYstatic intLAUNCHMODE_UNKNOWN
-
Constructor Summary
Constructors Constructor Description WelcomeActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonCreate(Bundle savedInstanceState)protected voidonResume()voidonSaveInstanceState(Bundle savedInstanceState)
-
-
-
Field Detail
-
LAUCHMODE
public static final java.lang.String LAUCHMODE
- See Also:
- Constant Field Values
-
LAUNCHMODE_UNKNOWN
public static final int LAUNCHMODE_UNKNOWN
- See Also:
- Constant Field Values
-
LAUNCHMODE_FIRSTAPPLAUNCH
public static final int LAUNCHMODE_FIRSTAPPLAUNCH
- See Also:
- Constant Field Values
-
LAUNCHMODE_REPLAY
public static final int LAUNCHMODE_REPLAY
- See Also:
- Constant Field Values
-
-