WeatherInformation Android
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sat, 6 Sep 2014 20:52:12 +0000 (22:52 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sat, 6 Sep 2014 20:52:12 +0000 (22:52 +0200)
commitcb6e7e25ec092459e63525610bb0b2dc400fe9f8
treedc280ee19f06cad6f7782d27c7b7ddee242ef3b5
parent268aa867906f9852264f1eedea2472a89b44786c
WeatherInformation Android

Removing GeocodingData object
MapActivity is done
Read/Insert/Update database done

No tested code.
13 files changed:
src/de/example/exampletdd/MapActivity.java
src/de/example/exampletdd/SpecificActivity.java
src/de/example/exampletdd/WeatherInformationApplication.java
src/de/example/exampletdd/WeatherInformationBatch.java
src/de/example/exampletdd/WeatherTabsActivity.java
src/de/example/exampletdd/fragment/current/CurrentFragment.java
src/de/example/exampletdd/fragment/overview/OverviewFragment.java
src/de/example/exampletdd/fragment/specific/SpecificFragment.java
src/de/example/exampletdd/model/DatabaseQueries.java [new file with mode: 0644]
src/de/example/exampletdd/model/GeocodingData.java [deleted file]
src/de/example/exampletdd/model/WeatherLocation.java
src/de/example/exampletdd/model/WeatherLocationDbQueries.java
src/de/example/exampletdd/service/ServicePersistenceStorage.java [deleted file]