Thermometer is an android widget that displays the current temperature of the weather. From now it is set up to work with cities of the province of Trento, Italy and with cities of Paraguay..
thermometer is hosted in the following web site
https://github.com/joausaga/thermometer
If you think the Android project thermometer 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 thermometer.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [hdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 4 |
jar files used | android-support-v4.jar jsoup-1.7.2.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
There are 13 image files in thermometer. The names of the image files are listed as follows.
app_icon.png appwidget_dark_bg.9.png appwidget_dark_bg_focused.9.png appwidget_dark_bg_pressed.9.png blue.png lowest_blue.png navigation_back.png navigation_forward.png orange.png purple.png red.png refresh.png save_icon.png
The following screenshort is generated from the image listed above.
thermometer has the following Java source files.
com.lemontruck.thermo.ConfigFragment.java com.lemontruck.thermo.MainActivity.java com.lemontruck.thermo.StatisticFragment.java com.lemontruck.thermo.StatisticProvider.java com.lemontruck.thermo.Temperature.java com.lemontruck.thermo.ThermoDialog.java com.lemontruck.thermo.ThermoWidget.java com.lemontruck.thermo.WeatherInfoProvider.java com.lemontruck.thermo.exceptions.ApiException.java com.lemontruck.thermo.exceptions.LocationException.java com.lemontruck.thermo.exceptions.NoNetworkException.java com.lemontruck.thermo.exceptions.ParseException.java com.lemontruck.thermo.helpers.AppSectionsPagerAdapter.java com.lemontruck.thermo.helpers.ItalyWeatherInfo.java com.lemontruck.thermo.helpers.MySQLiteHelper.java com.lemontruck.thermo.helpers.ParaguayWeatherInfo.java com.lemontruck.thermo.helpers.TemperatureDataSource.java com.lemontruck.thermo.helpers.WeatherInfo.java