Android Weather Application.
Weather is hosted in the following web site
https://github.com/philiphamo/Weather
If you think the Android project Weather 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 Weather.
Item | Value |
---|---|
Java File Count | 11 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
Weather has the following Java source files.
com.mudstack.weather.weather.ApplicationTest.java com.mudstack.weather.weather.Data.WeatherContract.java com.mudstack.weather.weather.Data.WeatherDbHelper.java com.mudstack.weather.weather.Data.WeatherProvider.java com.mudstack.weather.weather.DetailsActivity.java com.mudstack.weather.weather.ForecastFragment.java com.mudstack.weather.weather.FullTestSuite.java com.mudstack.weather.weather.HttpConnection.java com.mudstack.weather.weather.JsonConversion.java com.mudstack.weather.weather.MainActivity.java com.mudstack.weather.weather.SettingsActivity.java