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)
commit5e6832ba0343179e7086388c562c5a8035f05a7e
treea303ba1792650f7ae046920da3e814a279fb8110
parentd625391d9a1968db1cf82f72c7f83efc564760e7
Android app weather info. Preferences, WIP.
12 files changed:
AndroidManifest.xml
res/layout/activity_main.xml
res/layout/fragment_main.xml
res/menu/weather_main_menu.xml
res/values/arrays.xml [new file with mode: 0644]
res/values/strings.xml
res/xml/weather_preferences.xml [new file with mode: 0644]
src/de/example/exampletdd/WeatherInformationActivity.java
src/de/example/exampletdd/WeatherInformationPreferencesActivity.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/WeatherDataFragment.java [deleted file]
src/de/example/exampletdd/fragment/WeatherInformationDataFragment.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/WeatherInformationPreferencesFragment.java [new file with mode: 0644]