Weather Information with Google Maps
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 7 Apr 2014 04:21:31 +0000 (06:21 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 7 Apr 2014 04:21:31 +0000 (06:21 +0200)
commitaa6fe91dabfb5dc026365b1aa32a4cce55d0fa1a
tree3350644d6fd3b5411d6ff6667e0e98b34f77083d
parent0eb51ece667ee8228e8bc9e8515814709da74f3e
Weather Information with Google Maps
20 files changed:
AndroidManifest.xml
proguard-project.txt
project.properties
res/drawable-hdpi/ic_action_map.png [new file with mode: 0644]
res/drawable-mdpi/ic_action_map.png [new file with mode: 0644]
res/drawable-xhdpi/ic_action_map.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_action_map.png [new file with mode: 0644]
res/layout/fragment_main.xml [deleted file]
res/layout/weather_map.xml [new file with mode: 0644]
res/menu/weather_main_menu.xml
res/values/strings.xml
src/de/example/exampletdd/WeatherInformationActivity.java
src/de/example/exampletdd/WeatherInformationMapActivity.java [new file with mode: 0644]
src/de/example/exampletdd/activityinterface/GetWeather.java [new file with mode: 0644]
src/de/example/exampletdd/activityinterface/OnClickButtons.java [deleted file]
src/de/example/exampletdd/fragment/WeatherInformationDataFragment.java
src/de/example/exampletdd/model/GeocodingData.java [new file with mode: 0644]
src/de/example/exampletdd/parser/IJPOSWeatherParser.java
src/de/example/exampletdd/parser/JPOSWeatherParser.java
src/de/example/exampletdd/service/WeatherService.java