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)
commit4b4a7340ed766368711f753623a2a15cd722c641
tree782eb3afe5a301e2e0e275e7b1e89e43518f9c64
parentf2feef2f79400016241b5310e854a7236ba5d90c
Weather Information with Google Maps
20 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/proguard-project.txt
Android/WeatherInformation/project.properties
Android/WeatherInformation/res/drawable-hdpi/ic_action_map.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/ic_action_map.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/ic_action_map.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/ic_action_map.png [new file with mode: 0644]
Android/WeatherInformation/res/layout/fragment_main.xml [deleted file]
Android/WeatherInformation/res/layout/weather_map.xml [new file with mode: 0644]
Android/WeatherInformation/res/menu/weather_main_menu.xml
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationMapActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/activityinterface/GetWeather.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/activityinterface/OnClickButtons.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherInformationDataFragment.java
Android/WeatherInformation/src/de/example/exampletdd/model/GeocodingData.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/parser/IJPOSWeatherParser.java
Android/WeatherInformation/src/de/example/exampletdd/parser/JPOSWeatherParser.java
Android/WeatherInformation/src/de/example/exampletdd/service/WeatherService.java