WeatherInformatio Android: map WIP
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 3 Sep 2014 18:25:29 +0000 (20:25 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 3 Sep 2014 18:25:29 +0000 (20:25 +0200)
commiteace5ead6a9b37ba865fbc0ec014acb9c87b0ad3
tree480eadc04029bb093d09b92cb31489c239e52219
parent46dd60601c7e03a7c9727132eeb1005ae1767069
WeatherInformatio Android: map WIP
13 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/layout/weather_map.xml
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/src/de/example/exampletdd/MapActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/SpecificActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationMapActivity.java [deleted file]
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/model/WeatherLocation.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/model/WeatherLocationContract.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/model/WeatherLocationDbHelper.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/model/WeatherLocationDbQueries.java [new file with mode: 0644]