An Android app that displays current weather to the user and extends the functionality to 5 days weather if user wants..
Weather is hosted in the following web site
https://github.com/rkulkar9/Weather
If you think the Android project Weather 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.
Item | Value |
---|---|
Java File Count | 13 |
Minimum SDK Version | 9 |
Activity Count | 2 |
jar files used | httpclient-4.0.jar json-simple-1.1.1.jar org.json-20120521.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 7 image files in Weather. The names of the image files are listed as follows.
basic.png cloudy.png fog.png ic_search.png mist.png rain.png sunny.png
The following screenshort is generated from the image listed above.
Weather has the following Java source files.
com.example.rohankulkarni.weather.ApplicationTest.java com.example.rohankulkarni.weather.FutureWeatherActivity.java com.example.rohankulkarni.weather.WeatherActivity.java com.example.rohankulkarni.weather.core.JsonCurrentConditionDecoder.java com.example.rohankulkarni.weather.core.JsonResponseDecoder.java com.example.rohankulkarni.weather.core.JsonWeatherDecoder.java com.example.rohankulkarni.weather.core.JsonWeatherResponseDecoder.java com.example.rohankulkarni.weather.model.WeatherCondition.java com.example.rohankulkarni.weather.service.CustomAdapter.java com.example.rohankulkarni.weather.service.ExecutorService.java com.example.rohankulkarni.weather.service.HttpRequestHandler.java com.example.rohankulkarni.weather.service.ImageDownloader.java com.example.rohankulkarni.weather.service.WeatherDataService.java