Android Open Source - Weather application MitchsAndroidWeatherApp






Project Summary

Mitch's Weather App.

Web Site / Source Repository

MitchsAndroidWeatherApp is hosted in the following web site
https://github.com/mitchctodd/MitchsAndroidWeatherApp

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

ItemValue
Java File Count13
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version11
Activity Count1
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 37 image files in MitchsAndroidWeatherApp. The names of the image files are listed as follows.

refresh.png
weather_blizzard.png
weather_blowing_snow.png
weather_cloudy.png
weather_fair.png
weather_flurries.png
weather_fog.png
weather_freezing_rain.png
weather_hazy.png
weather_light_rain.png
weather_light_snow.png
weather_moon.png
weather_mostly_cloudy.png
weather_mostly_cloudy_night.png
weather_mostly_cloudy_night_rain.png
weather_mostly_cloudy_night_snow.png
weather_mostly_cloudy_rain.png
weather_mostly_cloudy_snow.png
weather_partly_cloudy.png
weather_partly_cloudy_night.png
weather_partly_cloudy_night_rain.png
weather_partly_cloudy_night_snow.png
weather_partly_cloudy_rain.png
weather_partly_cloudy_snow.png
weather_partly_cloudy_storm.png
weather_patchy_rain.png
weather_rain.png
weather_rain_snow.png
weather_showers.png
weather_sleet.png
weather_smoke.png
weather_snow.png
weather_sunny.png
weather_tstorm.png
weather_tstorm_night.png
weather_tstorm_rain.png
weather_wind.png

The following screenshort is generated from the image listed above.

null




Java Source Files

MitchsAndroidWeatherApp has the following Java source files.

com.mitchtodd.myweatherapp.MainActivity.java
com.mitchtodd.myweatherapp.adapters.WeatherForecastListAdapter.java
com.mitchtodd.myweatherapp.data.CurrentWeather.java
com.mitchtodd.myweatherapp.data.CustomTimerTask.java
com.mitchtodd.myweatherapp.data.ForecastWeather.java
com.mitchtodd.myweatherapp.data.Weather.java
com.mitchtodd.myweatherapp.data.WeatherModel.java
com.mitchtodd.myweatherapp.helpers.WeatherImageHelper.java
com.mitchtodd.myweatherapp.listeners.OnGetWeatherFinishedListener.java
com.mitchtodd.myweatherapp.listeners.OnGetWeatherStartedListener.java
com.mitchtodd.myweatherapp.tabs.CurrentWeatherFragment.java
com.mitchtodd.myweatherapp.tabs.WeatherForecastFragment.java
com.mitchtodd.myweatherapp.webservices.MyWeather2Service.java