Application displays current weather, and 5-day weather forecast. Uses JSON provided by http://free.worldweatheronline.com/..
WeatherApp is hosted in the following web site
https://github.com/johnnyr7/WeatherApp
If you think the Android project WeatherApp 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 WeatherApp.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 7 |
jar files used | android-support-v4.jar libGoogleAnalyticsV2.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 10 image files in WeatherApp. The names of the image files are listed as follows.
friday.png image.png monday.png ref.png saturday.png sunday.png thursday.png tuesday.png weather.png wednesday.png
The following screenshort is generated from the image listed above.
WeatherApp has the following Java source files.
com.example.pogoda.AboutActivity.java com.example.pogoda.CityActivity.java com.example.pogoda.DateWeatherActivity.java com.example.pogoda.MainActivity.java com.example.pogoda.NowWeatherActivity.java com.example.pogoda.ParsedJSON.java com.example.pogoda.SettingsActivity.java com.example.pogoda.Weather.java com.example.pogoda.WeatherActivity.java com.example.pogoda.WeatherAdapter.java com.example.pogoda.WeekDay.java