Android Sample App to get weather info using OpenWeather API.
WeatherSampleApp is hosted in the following web site
https://github.com/osana/WeatherSampleApp
If you think the Android project WeatherSampleApp 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 WeatherSampleApp.
Item | Value |
---|---|
Java File Count | 11 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
WeatherSampleApp has the following Java source files.
weatherapp.dataclient.BackgroundDataRequest.java weatherapp.dataclient.DataReceiver.java weatherapp.dataclient.UrlDataClient.java weatherapp.dataclientimp.ImageLoader.java weatherapp.dataclientimp.JsonHttpClient.java weatherapp.model.Location.java weatherapp.model.Weather.java weatherapp.openweather.OW.java weatherapp.weathersampleapp.ApplicationTest.java weatherapp.weathersampleapp.CurrentWeather.java