Android Open Source - Weather yahoo OneMoreWeatherApp






Project Summary

Weather application for android based on Yahoo API..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of OneMoreWeatherApp.

ItemValue
Java File Count11
Supported screen sizes[nodpi]
Activity Count3
Fragment Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

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