Android application that displays current and future weather information from Yahoo weather API. The API is routed through a custom web service for pre-processing. Developed as a part of final project for web technologies course at USC..
weather-app is hosted in the following web site
https://github.com/Manas-jog/weather-app
If you think the Android project weather-app 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 weather-app.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar json-simple-1.1.1.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in weather-app. The names of the image files are listed as follows.
test.gif
The following screenshort is generated from the image listed above.
weather-app has the following Java source files.
com.example.weatherapp.MainActivity.java com.example.weatherapp.WeatherData.java null.YWeather.java