Android Open Source - Weather preference Weazzer






Project Summary

An Android weather app, that suggests what type of clothes should be worn, based on the current weather temperature and conditions. The app also has the capability of learning the user's preferences, so if one, for example, wears only a T-Shirt at 15 degrees, the app will make better suggestions next time..

Web Site / Source Repository

Weazzer is hosted in the following web site
https://github.com/cosminstefanxp/Weazzer

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

ItemValue
Java File Count13
Minimum SDK Version7
Activity Count3
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 46 image files in Weazzer. The names of the image files are listed as follows.

big_chanceflurries.png
big_chancerain.png
big_chancesleet.png
big_chancesnow.png
big_flurries.png
big_rain.png
big_rain2.png
big_sleet.png
big_snow.png
downarrow.png
glassesf.png
glassesf_g.png
glassesm.png
glassesm_g.png
glovesf.png
glovesf_g.png
glovesm.png
glovesm_g.png
hatf.png
hatf_g.png
hatm.png
hatm_g.png
right_arrow.png
small_chanceflurries.gif
small_chancerain.gif
small_chancesleet.gif
small_chancesnow.gif
small_changetstorms.gif
small_clear.gif
small_cloudy.gif
small_flurries.gif
small_fog.gif
small_hazy.gif
small_mostlycloudy.gif
small_mostlysunny.gif
small_partlycloudy.gif
small_partlysunny.gif
small_rain.gif
small_sleet.gif
small_snow.gif
small_sunny.gif
small_tstorms.gif
umbrella.png
umbrella_g.png
uparrow.png
x.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Weazzer has the following Java source files.

weazzer.gui.LongTermActivity.java
weazzer.gui.MainPanelActivity.java
weazzer.gui.SettingsPanelActivity.java
weazzer.gui.WeatherForecastAdapter.java
weazzer.wear.ClothesProvider.java
weazzer.wear.ClothesSuggestion.java
weazzer.wear.ClothingArticle.java
weazzer.wear.SuggestionsEngine.java
weazzer.weather.DummyProvider.java
weazzer.weather.WeatherData.java
weazzer.weather.WeatherForecast.java
weazzer.weather.WeatherLocation.java
weazzer.weather.WeatherProvider.java