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)
commit9218b2e7da704d1093353e09caf154d32da01ecf
treeb7f7bea103558e7e7240c60ae6f673a78955bdcb
parent05ec2ad762285c9c394200fa34e0b55bc8753f37
Current and forecast weather information.
12 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/layout/weather_current_data.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_map.xml
Android/WeatherInformation/res/layout/weather_specific_data.xml
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/WeatherInformationCurrentDataActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationSpecificDataActivity.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java