An Android app that uses the Open Weather Map API..
World-Weather is hosted in the following web site
https://github.com/Kestutis-Z/World-Weather
If you think the Android project World-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 World-Weather.
Item | Value |
---|---|
Java File Count | 53 |
Supported screen sizes | [mdpi, xxhdpi, v21, hdpi, xhdpi] |
Activity Count | 6 |
Fragment Count | 3 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 15 image files in World-Weather. The names of the image files are listed as follows.
ic_action_arrow_left.png ic_action_book.png ic_action_business.png ic_action_gear.png ic_action_goright.png ic_action_overflow.png ic_action_playback_repeat.png ic_action_reload.png ic_action_search.png ic_action_sort_1.png ic_action_star_10.png ic_action_temperature.png ic_action_trash.png ic_launcher_weather.png wind.png
The following screenshort is generated from the image listed above.
World-Weather has the following Java source files.
com.haringeymobile.ukweather.AboutActivity.java com.haringeymobile.ukweather.BaseCityCursorAdapter.java com.haringeymobile.ukweather.BaseCityListFragmentWithButtons.java com.haringeymobile.ukweather.CityListFragmentWithUtilityButtons.java com.haringeymobile.ukweather.CityListFragmentWithWeatherButtons.java com.haringeymobile.ukweather.CityManagementActivity.java com.haringeymobile.ukweather.CitySearchResultsDialog.java com.haringeymobile.ukweather.CityUtilitiesCursorAdapter.java com.haringeymobile.ukweather.CityWeatherCursorAdapter.java com.haringeymobile.ukweather.DeleteCityDialog.java com.haringeymobile.ukweather.MainActivity.java com.haringeymobile.ukweather.OnCitySearchResponseRetrievedListener.java com.haringeymobile.ukweather.SettingsActivity.java com.haringeymobile.ukweather.SettingsActivityPreHoneycomb.java com.haringeymobile.ukweather.SettingsFragment.java com.haringeymobile.ukweather.WeatherCurrentInfoFragment.java com.haringeymobile.ukweather.WeatherDailyWeatherForecastChildFragment.java com.haringeymobile.ukweather.WeatherForecastParentFragment.java com.haringeymobile.ukweather.WeatherInfoActivity.java com.haringeymobile.ukweather.WeatherInfoFragment.java com.haringeymobile.ukweather.WeatherInfoType.java com.haringeymobile.ukweather.WeatherThreeHourlyForecastChildFragment.java com.haringeymobile.ukweather.WorkerFragmentToRetrieveJsonString.java com.haringeymobile.ukweather.data.JsonFetcher.java com.haringeymobile.ukweather.data.OpenWeatherMapUrl.java com.haringeymobile.ukweather.data.objects.CityCurrentWeather.java com.haringeymobile.ukweather.data.objects.CityDailyWeatherForecast.java com.haringeymobile.ukweather.data.objects.CityInfo.java com.haringeymobile.ukweather.data.objects.CityThreeHourlyWeatherForecast.java com.haringeymobile.ukweather.data.objects.Clouds.java com.haringeymobile.ukweather.data.objects.Coordinates.java com.haringeymobile.ukweather.data.objects.NumericParameters.java com.haringeymobile.ukweather.data.objects.Rain.java com.haringeymobile.ukweather.data.objects.SearchResponseForDailyForecastQuery.java com.haringeymobile.ukweather.data.objects.SearchResponseForFindQuery.java com.haringeymobile.ukweather.data.objects.SearchResponseForThreeHourlyForecastQuery.java com.haringeymobile.ukweather.data.objects.SystemParameters.java com.haringeymobile.ukweather.data.objects.Temperature.java com.haringeymobile.ukweather.data.objects.Weather.java com.haringeymobile.ukweather.data.objects.WeatherInformation.java com.haringeymobile.ukweather.data.objects.Wind.java com.haringeymobile.ukweather.database.CityTable.java com.haringeymobile.ukweather.database.DatabaseHelper.java com.haringeymobile.ukweather.database.GeneralDatabaseService.java com.haringeymobile.ukweather.database.SqlOperation.java com.haringeymobile.ukweather.database.WeatherContentProvider.java com.haringeymobile.ukweather.utils.AsyncTaskWithProgressBar.java com.haringeymobile.ukweather.utils.GlobalConstants.java com.haringeymobile.ukweather.utils.MiscMethods.java com.haringeymobile.ukweather.utils.SharedPrefsHelper.java