Weather app android: current data information.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 20 Apr 2014 16:08:14 +0000 (18:08 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 20 Apr 2014 16:08:14 +0000 (18:08 +0200)
commit5be284d8450cbeec06875ede228f7ebba39379e9
treebf2ec437213518f0b360039a716a484f3ac66fe7
parent32cf9f6a3562b3478d76fc671907a4d60e21d43d
Weather app android: current data information.
12 files changed:
Android/WeatherInformation/gen/.gitignore
Android/WeatherInformation/res/layout/weather_current_data.xml
Android/WeatherInformation/res/layout/weather_current_data_entry_fifth.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_current_data_entry_fourth.xml
Android/WeatherInformation/res/layout/weather_current_data_entry_third.xml
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherCurrentDataAdapter.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntryFifth.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntryFirst.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntrySecond.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java