WeatherInformation Android:
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sat, 30 Aug 2014 20:07:03 +0000 (22:07 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sat, 30 Aug 2014 20:07:03 +0000 (22:07 +0200)
commitda58e4fbcb065227e47aa0e48b445846c107b2b2
treed645d81cf71ded5717d2f74dd157de55364476fb
parent0bc6218ae806f33e5144a59e57efd0595b61fc65
WeatherInformation Android:

Overview and specif fragments, new implementation.
37 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/layout-large/weather_main.xml
Android/WeatherInformation/res/layout/weather_current_data.xml
Android/WeatherInformation/res/layout/weather_specific_data.xml
Android/WeatherInformation/src/de/example/exampletdd/SpecificActivity.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationApplication.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationBatch.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationSpecificDataActivity.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/WeatherTabsActivity.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentAdapter.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentDataEntryFifth.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentDataEntryFirst.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentDataEntrySecond.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentDataFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherCurrentDataAdapter.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntryFifth.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntryFirst.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntrySecond.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/IconsList.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/OverviewFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificAdapter.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificDataEntryFirst.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificDataEntryFourth.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificDataEntrySecond.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificDataEntryThird.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataAdapter.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryFirst.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryFourth.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntrySecond.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryThird.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherSpecificDataAdapter.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherSpecificDataEntry.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/service/IconsList.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/service/ServiceParser.java