Android Open Source - Example assignment WeatherApp






Project Summary

CS454 Android Assignment.

Web Site / Source Repository

WeatherApp is hosted in the following web site
https://github.com/eddiesarevalo/WeatherApp

If you think the Android project 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.

Project Detail

The following table is the detailed list of WeatherApp.

ItemValue
Java File Count16
Supported screen sizes[hdpi]
Target SDK Version18
Minimum SDK Version11
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 4 image files in WeatherApp. The names of the image files are listed as follows.

cloudy.png
rain.png
splash.png
sunny.png

The following screenshort is generated from the image listed above.

null

Java Source Files

WeatherApp has the following Java source files.

com.example.weatherApp.ForcastListAdapter.java
com.example.weatherApp.InformationActivity.java
com.example.weatherApp.MainActivity.java
com.example.weatherApp.currentWeather.Clouds.java
com.example.weatherApp.currentWeather.CurrentWeather.java
com.example.weatherApp.currentWeather.WMain.java
com.example.weatherApp.currentWeather.Wind.java
com.example.weatherApp.forcast.City.java
com.example.weatherApp.forcast.CityForcast.java
com.example.weatherApp.forcast.Coord.java
com.example.weatherApp.forcast.Forcast.java
com.example.weatherApp.forcast.Temp.java
com.example.weatherApp.forcast.Weather.java
com.example.weatherApp.util.CurrentWeatherJsonReader.java
com.example.weatherApp.util.Sys.java
com.example.weatherApp.util.jsonReader.java