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)
commit2fef1eb8176e8f29cddeeb3bb53296db04f0bbfc
tree4da3f0ba7b91f9448d15e50d8f6c12c8b6c34dfa
parent7cc7ce9398ebffce9d2fe88f96b9259cd680730c
Weather app android: current data information.
12 files changed:
gen/.gitignore
res/layout/weather_current_data.xml
res/layout/weather_current_data_entry_fifth.xml [new file with mode: 0644]
res/layout/weather_current_data_entry_fourth.xml
res/layout/weather_current_data_entry_third.xml
src/de/example/exampletdd/fragment/current/WeatherCurrentDataAdapter.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntryFifth.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntryFirst.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/current/WeatherCurrentDataEntrySecond.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java
src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java
src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java