Current and forecast weather information.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 15 Apr 2014 10:58:56 +0000 (12:58 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 15 Apr 2014 10:58:56 +0000 (12:58 +0200)
commit7321e2664c82e50ec70ba2c9506918767e537d0a
tree85fd9d6deb7e27712e8e7a118277031ae82ea0a3
parent0244cbb16082949e1992df62aac3341b13b82a5e
Current and forecast weather information.
12 files changed:
AndroidManifest.xml
res/layout/weather_current_data.xml [new file with mode: 0644]
res/layout/weather_map.xml
res/layout/weather_specific_data.xml
res/menu/weather_main_menu.xml
res/values/strings.xml
src/de/example/exampletdd/WeatherInformationActivity.java
src/de/example/exampletdd/WeatherInformationCurrentDataActivity.java [new file with mode: 0644]
src/de/example/exampletdd/WeatherInformationSpecificDataActivity.java
src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java
src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java