My version of the application, which was prepared during the course (udacity) programming on the Android platform..
Forecast is hosted in the following web site
https://github.com/liveonce/Forecast
If you think the Android project Forecast 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 Forecast.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.INTERNET android.permission.READ_SYNC_SETTINGS android.permission.WRITE_SYNC_SETTINGS |
There are 17 image files in Forecast. The names of the image files are listed as follows.
art_clear.png art_clouds.png art_fog.png art_light_clouds.png art_light_rain.png art_rain.png art_snow.png art_storm.png ic_clear.png ic_cloudy.png ic_fog.png ic_light_clouds.png ic_light_rain.png ic_logo.png ic_rain.png ic_snow.png ic_storm.png
The following screenshort is generated from the image listed above.
Forecast has the following Java source files.
pl.michalkasza.forecast.ApplicationTest.java pl.michalkasza.forecast.DetailActivity.java pl.michalkasza.forecast.DetailFragment.java pl.michalkasza.forecast.FetchWeatherTask.java pl.michalkasza.forecast.ForecastAdapter.java pl.michalkasza.forecast.ForecastFragment.java pl.michalkasza.forecast.MainActivity.java pl.michalkasza.forecast.SettingsActivity.java pl.michalkasza.forecast.Utility.java pl.michalkasza.forecast.data.WeatherContract.java pl.michalkasza.forecast.data.WeatherDbHelper.java pl.michalkasza.forecast.data.WeatherProvider.java pl.michalkasza.forecast.sync.SunshineAuthenticator.java pl.michalkasza.forecast.sync.SunshineAuthenticatorService.java pl.michalkasza.forecast.sync.SunshineSyncAdapter.java pl.michalkasza.forecast.sync.SunshineSyncService.java