Android app for displaying weather using http://worldweatheronline.com/ API..
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.
The following table is the detailed list of WeatherMan.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 16 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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