Android Open Source - Weather widget worldclockwidget Project Summary A world clock and weather widget for Android.
Web Site / Source Repository worldclockwidget is hosted in the following web site https://github.com/arminha/worldclockwidget
If you think the Android project worldclockwidget 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 worldclockwidget.
Item Value Java File Count 57 Supported screen sizes [mdpi, hdpi, xhdpi, sw600dpnodpi, xhdpiv14, hdpiv14, nodpi, mdpiv14] Activity Count 4 Required Permissions android.permission.INTERNET Asset File Names assets\city_data.csv Raw File Names res\raw\__tzdata_asia_dhaka
License The license information of worldclockwidget is as follows:
GNU General Public License
Resource Files There are 46 image files in worldclockwidget.
The names of the image files are listed as follows.
appwidget_dark_bg.9.png
btn_check_off_disabled_focused_holo_dark.png
btn_check_off_disabled_holo_dark.png
btn_check_off_focused_holo_dark.png
btn_check_off_holo_dark.png
btn_check_off_pressed_holo_dark.png
btn_check_on_disabled_focused_holo_dark.png
btn_check_on_disabled_holo_dark.png
btn_check_on_focused_holo_dark.png
btn_check_on_holo_dark.png
btn_check_on_pressed_holo_dark.png
ic_cab_discard_holo_dark.png
ic_cab_done_holo_dark.png
ic_cab_down.png
ic_cab_up.png
ic_menu_add.png
ic_menu_delete.png
ic_menu_edit.png
ic_menu_preferences.png
ic_menu_refresh.png
ic_menu_search.png
textfield_activated_holo_dark.9.png
textfield_default_holo_dark.9.png
textfield_disabled_focused_holo_dark.9.png
textfield_disabled_holo_dark.9.png
textfield_focused_holo_dark.9.png
weather_chance_of_thunderstorm.png
weather_clear.png
weather_clear_night.png
weather_cloudy.png
weather_hail.png
weather_icy.png
weather_light_snow.png
weather_mist.png
weather_na.png
weather_overcast.png
weather_partly_cloudy.png
weather_partly_cloudy_night.png
weather_rain.png
weather_rain_snow.png
weather_showers.png
weather_snow.png
weather_storm.png
weather_thunderstorm.png
world_clock_weather_widget_preview.png
world_clock_widget_preview.png
The following screenshort is generated from the image listed above.
Java Source Files ch.corten.aha.preference.AboutPreference.java ch.corten.aha.preference.MailPreference.java ch.corten.aha.widget.CapitalizingTextView.java ch.corten.aha.widget.CheckableFrameLayout.java ch.corten.aha.widget.DigitalClock.java ch.corten.aha.widget.PauseListener.java ch.corten.aha.widget.PauseSource.java ch.corten.aha.widget.RemoteViewUtil.java ch.corten.aha.worldclock.AbstractWeatherWidgetProvider.java ch.corten.aha.worldclock.AddClockActivity.java ch.corten.aha.worldclock.BindHelper.java ch.corten.aha.worldclock.ClockWidgetProvider.java ch.corten.aha.worldclock.ClockWidgetSystemReceiver.java ch.corten.aha.worldclock.EditClockActivity.java ch.corten.aha.worldclock.MyApp.java ch.corten.aha.worldclock.SpeedFormat.java ch.corten.aha.worldclock.TimeZoneInfo.java ch.corten.aha.worldclock.UpdateWeatherService.java ch.corten.aha.worldclock.WeatherIcons.java ch.corten.aha.worldclock.WeatherWidgetProvider.java ch.corten.aha.worldclock.WeatherWidgetService.java ch.corten.aha.worldclock.WeatherWidget.java ch.corten.aha.worldclock.WorldClockActivity.java ch.corten.aha.worldclock.WorldClockPreferenceActivity.java ch.corten.aha.worldclock.WorldClockWidgetProvider.java ch.corten.aha.worldclock.WorldClockWidgetService.java ch.corten.aha.worldclock.compatibility.CompatWeatherWidgetProvider.java ch.corten.aha.worldclock.compatibility.CompatWeatherWidgetService.java ch.corten.aha.worldclock.compatibility.WeatherWidgetProvider2x1.java ch.corten.aha.worldclock.compatibility.WeatherWidgetProvider2x2.java ch.corten.aha.worldclock.compatibility.WeatherWidgetProvider2x3.java ch.corten.aha.worldclock.compatibility.WeatherWidgetProvider2x4.java ch.corten.aha.worldclock.compatibility.WeatherWidgetProvider4x1.java ch.corten.aha.worldclock.compatibility.WeatherWidgetProvider4x2.java ch.corten.aha.worldclock.compatibility.WeatherWidgetProvider4x3.java ch.corten.aha.worldclock.compatibility.WeatherWidgetProvider4x4.java ch.corten.aha.worldclock.provider.CityDatabase.java ch.corten.aha.worldclock.provider.WorldClockContentProvider.java ch.corten.aha.worldclock.provider.WorldClockDatabase.java ch.corten.aha.worldclock.provider.WorldClock.java ch.corten.aha.worldclock.weather.AbstractObservation.java ch.corten.aha.worldclock.weather.AndroidWeatherServiceFactory.java ch.corten.aha.worldclock.weather.WeatherObservation.java ch.corten.aha.worldclock.weather.WeatherServiceFactory.java ch.corten.aha.worldclock.weather.WeatherService.java ch.corten.aha.worldclock.weather.msn.MsnWeatherService.java ch.corten.aha.worldclock.weather.owm.OwmWeatherService.java ch.corten.aha.worldclock.weather.owm.WeatherConditionPriority.java ch.corten.aha.worldclock.weather.owm.WeatherConditionType.java ch.corten.aha.worldclock.weather.yahoo.PlaceFinderService.java ch.corten.aha.worldclock.weather.yahoo.WoeidCache.java ch.corten.aha.worldclock.weather.yahoo.YahooWeatherService.java net.margaritov.preference.colorpicker.AlphaPatternDrawable.java net.margaritov.preference.colorpicker.ColorPickerDialog.java net.margaritov.preference.colorpicker.ColorPickerPanelView.java net.margaritov.preference.colorpicker.ColorPickerPreference.java net.margaritov.preference.colorpicker.ColorPickerView.java