Class TextForecastListActivity
- java.lang.Object
-
- Activity
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.TextForecastListActivity
-
public class TextForecastListActivity extends Activity
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTION_UPDATE_TEXTS
static java.lang.String
UPDATE_TEXTS_RESULT
-
Constructor Summary
Constructors Constructor Description TextForecastListActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onCreate(Bundle savedInstanceState)
boolean
onCreateOptionsMenu(Menu menu)
boolean
onOptionsItemSelected(MenuItem mi)
protected void
onPause()
protected void
onResume()
-
-
-
Field Detail
-
ACTION_UPDATE_TEXTS
public static final java.lang.String ACTION_UPDATE_TEXTS
- See Also:
- Constant Field Values
-
UPDATE_TEXTS_RESULT
public static final java.lang.String UPDATE_TEXTS_RESULT
- See Also:
- Constant Field Values
-
-