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)
commitea0d90c61a1795315c97bbfa2abe0fcb50f76292
treec91d954e0cd2223ece803f4a608838f9832e93fd
parentdefaca4e34f1c8d173447e158e40c03d20dc6a3e
WeatherInformation Android

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

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