WeatherInformatio Android: map WIP
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 3 Sep 2014 18:25:29 +0000 (20:25 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 3 Sep 2014 18:25:29 +0000 (20:25 +0200)
commit6bd3f6aeca896cb3ccbb46ec94a663cf78115f06
tree9ca1fd4b7d5eced646150dedd43c4474d70c9bc6
parent3f9b35ef97e3d212c9539230c3af65a187a51626
WeatherInformatio Android: map WIP
13 files changed:
AndroidManifest.xml
res/layout/weather_map.xml
res/values/strings.xml
src/de/example/exampletdd/MapActivity.java [new file with mode: 0644]
src/de/example/exampletdd/SpecificActivity.java
src/de/example/exampletdd/WeatherInformationMapActivity.java [deleted file]
src/de/example/exampletdd/WeatherTabsActivity.java
src/de/example/exampletdd/fragment/current/CurrentFragment.java
src/de/example/exampletdd/fragment/overview/OverviewFragment.java
src/de/example/exampletdd/model/WeatherLocation.java [new file with mode: 0644]
src/de/example/exampletdd/model/WeatherLocationContract.java [new file with mode: 0644]
src/de/example/exampletdd/model/WeatherLocationDbHelper.java [new file with mode: 0644]
src/de/example/exampletdd/model/WeatherLocationDbQueries.java [new file with mode: 0644]