Weather application for android based on Yahoo API..
OneMoreWeatherApp is hosted in the following web site
https://github.com/dvinokurov/OneMoreWeatherApp
If you think the Android project OneMoreWeatherApp 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 OneMoreWeatherApp.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [nodpi] |
Activity Count | 3 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
OneMoreWeatherApp has the following Java source files.
com.dmytro.onemoreweatherapp.app.activities.MainActivity.java com.dmytro.onemoreweatherapp.app.activities.SettingsActivity.java com.dmytro.onemoreweatherapp.app.model.City.java com.dmytro.onemoreweatherapp.app.model.Forecast.java com.dmytro.onemoreweatherapp.app.model.Temperature.java com.dmytro.onemoreweatherapp.app.model.Wind.java com.dmytro.onemoreweatherapp.app.yahoo.api.Storage.java com.dmytro.onemoreweatherapp.app.yahoo.api.YahooApi.java com.dmytro.onemoreweatherapp.app.yahoo.api.parsing.ForecastParser.java com.dmytro.onemoreweatherapp.app.yahoo.api.parsing.RSSFetcher.java com.dmytro.onemoreweatherapp.app.yahoo.api.parsing.RSSParser.java