From 82a40c5c9b4277a90be68525899a2cacabec16c0 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. --- AndroidManifest.xml | 6 ++-- project.properties | 2 +- .../exampletdd/WeatherInformationApplication.java | 16 +++++++++++ src/de/example/exampletdd/WeatherTabsActivity.java | 33 +++++++++++++++++----- 4 files changed, 47 insertions(+), 10 deletions(-) create mode 100644 src/de/example/exampletdd/WeatherInformationApplication.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1fb26ff..d07af2d 100644 --- a/AndroidManifest.xml +++ b/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" >