WeatherInformation Android
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 2 Sep 2014 16:04:44 +0000 (18:04 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 2 Sep 2014 16:04:44 +0000 (18:04 +0200)
commit818fa25e9e95b9503baf347e5b1c5d21d7c60a64
tree3261abff2ea868a34756b56a2a40b843f74f328f
parente2f757b49813f788e102468bf10dad0578047871
WeatherInformation Android

specific fragment: without fragmentlist
android manifest: supported screens
15 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/layout/weather_specific.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_specific_data.xml [deleted file]
Android/WeatherInformation/res/layout/weather_specific_fragment.xml [new file with mode: 0644]
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/src/de/example/exampletdd/SpecificActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationCurrentDataActivity.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/OverviewFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificAdapter.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificDataEntryFirst.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificDataEntryFourth.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificDataEntrySecond.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificDataEntryThird.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificFragment.java