Travel Weather Alert System is an android application which notifies the users about the weather and about adverse changes. This project uses the GoogleMapsAndroidAPIV2 and the Yahoo Weather API.
TravelWeatherAlertSystem is hosted in the following web site
https://github.com/vvalleru/TravelWeatherAlertSystem
If you think the Android project TravelWeatherAlertSystem 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 TravelWeatherAlertSystem.
Item | Value |
---|---|
Java File Count | 4 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 3 |
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.google.android.providers.gsf.permission.READ_GSERVICES |
There are 2 image files in TravelWeatherAlertSystem. The names of the image files are listed as follows.
pin_green.png pin_red.png
The following screenshort is generated from the image listed above.
TravelWeatherAlertSystem has the following Java source files.
com.vishnuvalleru.travelweatheralertsystem.JSONReader.java com.vishnuvalleru.travelweatheralertsystem.MainActivity.java com.vishnuvalleru.travelweatheralertsystem.StartActivity.java