Android Open Source - Weather sunshine Sunshine






Project Summary

A simple weather forecast app. Created following Udacity's (www.udacity.com) "Developing Android Apps" free courseware, and altered slightly..

Web Site / Source Repository

Sunshine is hosted in the following web site
https://github.com/jorwoody/Sunshine

If you think the Android project Sunshine listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Sunshine.

ItemValue
Java File Count14
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version11
Activity Count3
Fragment Count2
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 3 image files in Sunshine. The names of the image files are listed as follows.

ic_action_map.png
ic_action_refresh.png
ic_action_settings.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Sunshine has the following Java source files.

jorwoody.sunshine.app.activities.DetailActivity.java
jorwoody.sunshine.app.activities.MainActivity.java
jorwoody.sunshine.app.activities.SettingsActivity.java
jorwoody.sunshine.app.adapters.ForecastAdapter.java
jorwoody.sunshine.app.data.WeatherContract.java
jorwoody.sunshine.app.data.WeatherDbHelper.java
jorwoody.sunshine.app.data.WeatherProvider.java
jorwoody.sunshine.app.fragments.DetailFragment.java
jorwoody.sunshine.app.fragments.ForecastFragment.java
jorwoody.sunshine.app.objects.DayForecast.java
jorwoody.sunshine.app.objects.Weather.java
jorwoody.sunshine.app.utilities.DownloadImageTask.java
jorwoody.sunshine.app.utilities.WeatherAPI.java
jorwoody.sunshine.app.utilities.WeatherDataParser.java