Android Open Source - Weather api WeatherMan






Project Summary

Android app for displaying weather using http://worldweatheronline.com/ API..

Web Site / Source Repository

WeatherMan is hosted in the following web site
https://github.com/sjain/WeatherMan

If you think the Android project WeatherMan 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 WeatherMan.

ItemValue
Java File Count7
Target SDK Version16
Minimum SDK Version14
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

WeatherMan has the following Java source files.

com.orbitz.interview.weatherman.DailyWeatherListActivity.java
com.orbitz.interview.weatherman.DailyWeatherListAdapter.java
com.orbitz.interview.weatherman.MainActivity.java
com.orbitz.interview.weatherman.model.DailyWeather.java
com.orbitz.interview.weatherman.model.Weather.java
com.orbitz.interview.weatherman.service.IWeatherService.java
com.orbitz.interview.weatherman.service.WeatherService.java