An Android weather app, powered by WeatherBug from Chapter 14 in Android for Programmers by Dietel..
WeatherDerplication is hosted in the following web site
https://github.com/lukegjpotter/WeatherDerplication
If you think the Android project WeatherDerplication listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of WeatherDerplication.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 15 |
Activity Count | 8 |
Fragment Count | 4 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in WeatherDerplication. The names of the image files are listed as follows.
widget_bg_normal.png
The following screenshort is generated from the image listed above.
WeatherDerplication has the following Java source files.
com.github.lukegjpotter.app.derpyweather.AddCityDialogFragment.java com.github.lukegjpotter.app.derpyweather.BuildConfig.java com.github.lukegjpotter.app.derpyweather.CityDetailActivity.java com.github.lukegjpotter.app.derpyweather.CityDetailFragment.java com.github.lukegjpotter.app.derpyweather.CityListActivity.java com.github.lukegjpotter.app.derpyweather.CityListFragment.java com.github.lukegjpotter.app.derpyweather.FiveDayForecastFragment.java com.github.lukegjpotter.app.derpyweather.ForecastFragment.java com.github.lukegjpotter.app.derpyweather.LocationLoadedListener.java com.github.lukegjpotter.app.derpyweather.ReadForecastTask.java com.github.lukegjpotter.app.derpyweather.SingleDayForecastFragment.java com.github.lukegjpotter.app.derpyweather.WeatherViewerActivity.java com.github.lukegjpotter.app.derpyweather.dummy.DummyContent.java