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.String
LAUCHMODE
static int
LAUNCHMODE_FIRSTAPPLAUNCH
static int
LAUNCHMODE_REPLAY
static int
LAUNCHMODE_UNKNOWN
-
Constructor Summary
Constructors Constructor Description WelcomeActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onCreate(Bundle savedInstanceState)
protected void
onResume()
void
onSaveInstanceState(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
-
-