Android Open Source - Weather application WeatherApp






Project Summary

WeatherApp is an Android-based weather application.

Web Site / Source Repository

WeatherApp is hosted in the following web site
https://github.com/devangsinha/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 Count12
Target SDK Version18
Minimum SDK Version11
Activity Count6
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
android.permission.WRITE_EXTERNAL_STORAGE
com.example.weatherapp.permission.MAPS_RECEIVE
com.google.android.providers.gsf.permission.READ_GSERVICES




Java Source Files

WeatherApp has the following Java source files.

com.example.weatherapp.DBHandler.java
com.example.weatherapp.DisplaySavedPlaceActivity.java
com.example.weatherapp.DisplayWeatherActivity.java
com.example.weatherapp.DisplayWeatherForecastActivity.java
com.example.weatherapp.GPSTracker.java
com.example.weatherapp.GetWeatherForecastActivity.java
com.example.weatherapp.MainActivity.java
com.example.weatherapp.MyPlaces.java
com.example.weatherapp.XMLForecastData.java
com.example.weatherapp.XMLForecastHandler.java
com.example.weatherapp.XMLWeatherData.java
com.example.weatherapp.XMLWeatherHandler.java