This project will have the list of cities which has the ability to create and remove the items form it.upon clicking any city from list it makes an API call to (http://openweathermap.org/current) and display the result..
WeatherForecastAPI is hosted in the following web site
https://github.com/vasudhak/WeatherForecastAPI
If you think the Android project WeatherForecastAPI 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 WeatherForecastAPI.
Item | Value |
---|---|
Java File Count | 20 |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar gson-2.2.2.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE |
Asset File Names | assets\Track01.mp3 |
WeatherForecastAPI has the following Java source files.
com.example.androidserviceexample.ListActivity.java com.example.androidserviceexample.WeatherForecastMainActivity.java com.example.androidserviceexample.deligate.IJsonClientDelegate.java com.example.androidserviceexample.deligate.JsonClientDelegate.java com.example.androidserviceexample.deligate.PresenterJsonClientDelegate.java com.example.androidserviceexample.models.Clouds.java com.example.androidserviceexample.models.Coord.java com.example.androidserviceexample.models.CurrentConditions.java com.example.androidserviceexample.models.Main.java com.example.androidserviceexample.models.Rain.java com.example.androidserviceexample.models.Sys.java com.example.androidserviceexample.models.Weather.java com.example.androidserviceexample.models.Wind.java com.example.androidserviceexample.service.WeatherForecastIntentService.java com.example.androidserviceexample.webService.JsonClient.java com.example.androidserviceexample.webService.WeatherForecast.java com.example.androidserviceexample.webService.WebServiceException.java com.example.androidserviceexample.webService.WebServiceRequestBase .java com.example.androidserviceexample.webService.WebServiceResponseBase.java com.example.androidserviceexample.webService.WebServiceResponseParser.java