Creating Android weather app for the Udacity course..
itR-WeatherApp is hosted in the following web site
https://github.com/itReverie/itR-WeatherApp
If you think the Android project itR-WeatherApp 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 itR-WeatherApp.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 4 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES |
There are 17 image files in itR-WeatherApp. 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.
itR-WeatherApp has the following Java source files.
itreverie.weatherapp.FetchWeatherTask.java itreverie.weatherapp.ForecastAdapter.java itreverie.weatherapp.TestDb.java itreverie.weatherapp.TestProvider.java itreverie.weatherapp.Utility.java itreverie.weatherapp.WeatherDataParser.java itreverie.weatherapp.activity_main.java itreverie.weatherapp.data.WeatherContract.java itreverie.weatherapp.data.WeatherDbHelper.java itreverie.weatherapp.data.WeatherProvider.java itreverie.weatherapp.detail_activity.java itreverie.weatherapp.detail_fragment.java itreverie.weatherapp.main_activity.java itreverie.weatherapp.settings_activity.java