WeatherApp is an Android-based weather application.
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.
The following table is the detailed list of WeatherApp.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 6 |
jar files used | android-support-v4.jar |
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.example.weatherapp.permission.MAPS_RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
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