A simple Android weather application.
temperas is hosted in the following web site
https://github.com/adrianilie9/temperas
If you think the Android project temperas 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 temperas.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_LOCATION_EXTRA_COMMANDS android.permission.ACCESS_MOCK_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 15 image files in temperas. The names of the image files are listed as follows.
ic_cursor.png ic_db_clear_day.png ic_db_clear_night.png ic_db_cloudy.png ic_db_fog.png ic_db_partly_cloudy_day.png ic_db_partly_cloudy_night.png ic_db_rain.png ic_db_sleet.png ic_db_snow.png ic_db_thunderstorm.png ic_db_wind.png ic_location.png icon_refresh.png icon_settings.png
The following screenshort is generated from the image listed above.
temperas has the following Java source files.
com.adriani.temperas.TemperasApplication.java com.adriani.temperas.TemperasConstants.java com.adriani.temperas.helpers.LocationListenerService.java com.adriani.temperas.helpers.WeatherServices.java com.adriani.temperas.helpers.WeatherServicesCallback.java com.adriani.temperas.ui.DashboardActivity.java com.adriani.temperas.ui.MainActivity.java com.adriani.temperas.ui.SettingsActivity.java