android application that will display weather details of given city..
WeatherForecast is hosted in the following web site
https://github.com/shivam340/WeatherForecast
If you think the Android project WeatherForecast 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 WeatherForecast.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [hdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 13 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
There are 1 image files in WeatherForecast. The names of the image files are listed as follows.
fail.png
The following screenshort is generated from the image listed above.
WeatherForecast has the following Java source files.
com.example.weatherforecasting.activities.CityOneDayActivity.java com.example.weatherforecasting.activities.CityWeatherActivity.java com.example.weatherforecasting.activities.MainActivity.java com.example.weatherforecasting.adapters.CityOneDayActivityAdapter.java com.example.weatherforecasting.adapters.SimpleCityAdapter.java com.example.weatherforecasting.models.DataModel.java com.example.weatherforecasting.models.ForcastModel.java com.example.weatherforecasting.models.TemperatureModel.java com.example.weatherforecasting.models.WhetherModel.java com.example.weatherforecasting.utilities.App.java com.example.weatherforecasting.utilities.ConnectionDetector.java com.example.weatherforecasting.utilities.UsersLocation.java