Android Open Source - Development api WeatherForecastAPI






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of WeatherForecastAPI.

ItemValue
Java File Count20
Target SDK Version21
Minimum SDK Version14
Activity Count2
jar files usedandroid-support-v4.jar
gson-2.2.2.jar
Required Permissionsandroid.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
Asset File Namesassets\Track01.mp3




Java Source Files

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