Android app weather info. Preferences, WIP.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 1 Apr 2014 02:41:05 +0000 (04:41 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 1 Apr 2014 02:41:05 +0000 (04:41 +0200)
commitacab52c02aa20ea2ffdbd34fe7ffceacd157e942
tree817e69baebd27034d0a794e3469b4ef3d8a2c557
parentddd43a2e0d9810bdc233532fea1c84e37a7d0611
Android app weather info. Preferences, WIP.
12 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/layout/activity_main.xml
Android/WeatherInformation/res/layout/fragment_main.xml
Android/WeatherInformation/res/menu/weather_main_menu.xml
Android/WeatherInformation/res/values/arrays.xml [new file with mode: 0644]
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/res/xml/weather_preferences.xml [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationPreferencesActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherDataFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherInformationDataFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherInformationPreferencesFragment.java [new file with mode: 0644]