WeatherInformation: onPause and onResume intstead of onStop and onStart
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 22 Sep 2014 00:49:17 +0000 (02:49 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 22 Sep 2014 00:51:20 +0000 (02:51 +0200)
commit623b622315d40499831d97330b7b00a106b58d00
tree0de79f291d0d1ed92410ff4f77c8524a8fa8f251
parenta68c03ea8dbfaf1284da9ab5788e129f78a83e07
WeatherInformation: onPause and onResume intstead of onStop and onStart

Just trying to make sure I do not update the UI when it is not allowed.
(Trying to avoid nasty exceptions that could kill my app)
src/de/example/exampletdd/fragment/current/CurrentFragment.java
src/de/example/exampletdd/fragment/overview/OverviewFragment.java