Simple android weather application. Autor: Daniel Tkachenko.
WeatherSTRV is hosted in the following web site
https://github.com/tkachdan/WeatherSTRV
If you think the Android project WeatherSTRV 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 WeatherSTRV.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 4 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.INTERNET |
There are 15 image files in WeatherSTRV. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png ic_drawer_forecast_dark.png ic_drawer_forecast_light.png ic_drawer_today_dark.png ic_drawer_today_light.png ic_weather_direction.png ic_weather_humidity.png ic_weather_precipitation.png ic_weather_pressure.png ic_weather_wind_speed.png overlay_weather_status_forecast.png overlay_weather_status_today.png view_listview_item_bg.9.png view_listview_item_bg_pressed.9.png
The following screenshort is generated from the image listed above.
WeatherSTRV has the following Java source files.
android.weather.tkachdan.com.weather.ApplicationTest.java android.weather.tkachdan.com.weather.MainActivity.java android.weather.tkachdan.com.weather.NavigationDrawerFragment.java android.weather.tkachdan.com.weather.fragments.ErrorDialogFragment.java android.weather.tkachdan.com.weather.fragments.FirstFragment.java android.weather.tkachdan.com.weather.fragments.SecondFragment.java android.weather.tkachdan.com.weather.fragments.async.DownloadImageTask.java android.weather.tkachdan.com.weather.fragments.async.RequestTask.java android.weather.tkachdan.com.weather.fragments.entity.CurrentWeather.java android.weather.tkachdan.com.weather.fragments.utils.BitmapUtil.java android.weather.tkachdan.com.weather.fragments.utils.JsonParser.java