Android Open Source - Weather temperature thermometer






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of thermometer.

ItemValue
Java File Count18
Supported screen sizes[hdpi]
Target SDK Version16
Minimum SDK Version14
Activity Count1
Fragment Count4
jar files usedandroid-support-v4.jar
jsoup-1.7.2.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET




Resource Files

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.

null




Java Source Files

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