Simple android app for viewing weather forecast..
SimpleWeatherViewer is hosted in the following web site
https://github.com/yan-drobysh/SimpleWeatherViewer
If you think the Android project SimpleWeatherViewer 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 SimpleWeatherViewer.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 3 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 7 image files in SimpleWeatherViewer. The names of the image files are listed as follows.
btn_refresh.png btn_refresh_pressed.png ic_action_search.png launcher.png refresh.png search.png settings.png
The following screenshort is generated from the image listed above.
SimpleWeatherViewer has the following Java source files.
com.drobyshys.SimpleWeatherViewer.CityActivity.java com.drobyshys.SimpleWeatherViewer.MainActivity.java com.drobyshys.SimpleWeatherViewer.Model.City .java com.drobyshys.SimpleWeatherViewer.Model.Forecast.java com.drobyshys.SimpleWeatherViewer.Model.ForecastDay.java com.drobyshys.SimpleWeatherViewer.MyApplication.java com.drobyshys.SimpleWeatherViewer.RetainedFragment.java com.drobyshys.SimpleWeatherViewer.Services.WidgetUpdateService.java com.drobyshys.SimpleWeatherViewer.SettingsActivity.java com.drobyshys.SimpleWeatherViewer.Utils.DataManager.java com.drobyshys.SimpleWeatherViewer.Utils.FileHelper.java com.drobyshys.SimpleWeatherViewer.Utils.NetworkHelper.java com.drobyshys.SimpleWeatherViewer.Utils.ParserHelper.java com.drobyshys.SimpleWeatherViewer.Widger.WeatherWidget.java