From 4999627cc0b919d2a15e35b4e3d6f05bc8a5f362 Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Tue, 6 May 2014 08:42:01 +0200 Subject: [PATCH] WeatherInformation: just update remote values when geocoding data changed. --- Android/WeatherInformation/AndroidManifest.xml | 6 ++-- Android/WeatherInformation/project.properties | 2 +- .../exampletdd/WeatherInformationApplication.java | 16 +++++++++++ .../de/example/exampletdd/WeatherTabsActivity.java | 33 +++++++++++++++++----- 4 files changed, 47 insertions(+), 10 deletions(-) create mode 100644 Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationApplication.java diff --git a/Android/WeatherInformation/AndroidManifest.xml b/Android/WeatherInformation/AndroidManifest.xml index 1fb26ff..d07af2d 100644 --- a/Android/WeatherInformation/AndroidManifest.xml +++ b/Android/WeatherInformation/AndroidManifest.xml @@ -32,7 +32,8 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:logo="@drawable/ic_launcher" - android:theme="@style/AppTheme" > + android:theme="@style/AppTheme" + android:name="de.example.exampletdd.WeatherInformationApplication" >