Android application for checking weather conditions for the current day or then next five days..
WeatherApp is hosted in the following web site
https://github.com/vinkstuff/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 | 7 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
There are 20 image files in WeatherApp. The names of the image files are listed as follows.
location_white_icon.png s01d.png s01n.png s02d.png s02n.png s03d.png s03n.png s04d.png s04n.png s09d.png s09n.png s10d.png s10n.png s11d.png s11n.png s13d.png s13n.png s50d.png s50n.png settings_btn.png
The following screenshort is generated from the image listed above.
WeatherApp has the following Java source files.
com.filipvinkovic.weatherapp.ApplicationTest.java com.filipvinkovic.weatherapp.activities.MainActivity.java com.filipvinkovic.weatherapp.adapters.RecyclerViewAdapter.java com.filipvinkovic.weatherapp.fragments.SplashFragment.java com.filipvinkovic.weatherapp.fragments.WeatherLoaderFragment.java com.filipvinkovic.weatherapp.rest.WeatherAPI.java com.filipvinkovic.weatherapp.rest.WeatherData.java