Android Open Source - Weather user Weather






Project Summary

An Android app that displays current weather to the user and extends the functionality to 5 days weather if user wants..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Weather.

ItemValue
Java File Count13
Minimum SDK Version9
Activity Count2
jar files usedhttpclient-4.0.jar
json-simple-1.1.1.jar
org.json-20120521.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

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.

null




Java Source Files

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