Android Open Source - Weather widget TheWeather






Project Summary

It is a weather widget for android, showing the current weather info and 3 days forecast. It is ugly, just used by myself sometimes..

Web Site / Source Repository

TheWeather is hosted in the following web site
https://github.com/bolming/TheWeather

If you think the Android project TheWeather 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 TheWeather.

ItemValue
Java File Count22
Supported screen sizes[mdpi]
Minimum SDK Version8
Activity Count2
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET




Resource Files

There are 2 image files in TheWeather. The names of the image files are listed as follows.

clear.gif
partlycloudy.gif

The following screenshort is generated from the image listed above.

null

Java Source Files

TheWeather has the following Java source files.

com.bolming.common.BitmapCache.java
com.bolming.common.BitmapUtil.java
com.bolming.view.PopupMenu.java
com.bolming.weather.Constants.java
com.bolming.weather.FootprintListActivity.java
com.bolming.weather.MyApplication.java
com.bolming.weather.TheWeatherActivity.java
com.bolming.weather.TheWeatherAppWidgetProvider.java
com.bolming.weather.conf.Debug.java
com.bolming.weather.dao.CityWeather.java
com.bolming.weather.dao.CityWeatherJsonParser.java
com.bolming.weather.dao.CityWeatherXmlParser.java
com.bolming.weather.dao.Forecast.java
com.bolming.weather.dao.ForecastParser.java
com.bolming.weather.dao.IForecastDao.java
com.bolming.weather.dao.MyLocation.java
com.bolming.weather.dao.WeatherDao.java
com.bolming.weather.dao.Wind.java
com.bolming.weather.db.Footprint.java
com.bolming.weather.db.FootprintDbHelper.java
com.bolming.weather.setting.Settings.java
com.bolming.weather.webservice.WebServices.java