Mitch's Weather App.
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.
The following table is the detailed list of MitchsAndroidWeatherApp.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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.
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