It is a weather widget for android, showing the current weather info and 3 days forecast. It is ugly, just used by myself sometimes..
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.
The following table is the detailed list of TheWeather.
Item | Value |
---|---|
Java File Count | 22 |
Supported screen sizes | [mdpi] |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
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.
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