Android Open Source - Weather forecast android-forecast-lib






Project Summary

A basic Android library for simple forecast.io weather API calls.

Web Site / Source Repository

android-forecast-lib is hosted in the following web site
https://github.com/hanscappelle/android-forecast-lib

If you think the Android project android-forecast-lib 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 android-forecast-lib.

ItemValue
Java File Count12
Target SDK Version17
Minimum SDK Version7
Activity Count0
jar files usedgson-2.2.4.jar




Java Source Files

android-forecast-lib has the following Java source files.

be.hcpl.android.forecast.ForecastCallBuilder.java
be.hcpl.android.forecast.http.HttpServiceOutput.java
be.hcpl.android.forecast.http.HttpServiceTask.java
be.hcpl.android.forecast.http.ResponseListener.java
be.hcpl.android.forecast.model.DailyWeatherData.java
be.hcpl.android.forecast.model.ForecastDaily.java
be.hcpl.android.forecast.model.ForecastHourly.java
be.hcpl.android.forecast.model.ForecastResponse.java
be.hcpl.android.forecast.model.HourlyWeatherData.java
be.hcpl.android.forecast.model.ResponseFlags.java
be.hcpl.android.forecast.model.WeatherData.java