Android weather application.
Weathy is hosted in the following web site
https://github.com/anuragdadheech/Weathy
If you think the Android project Weathy 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 Weathy.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
There are 17 image files in Weathy. The names of the image files are listed as follows.
art_clear.png art_clouds.png art_fog.png art_light_clouds.png art_light_rain.png art_rain.png art_snow.png art_storm.png ic_clear.png ic_cloudy.png ic_fog.png ic_light_clouds.png ic_light_rain.png ic_logo.png ic_rain.png ic_snow.png ic_storm.png
The following screenshort is generated from the image listed above.
Weathy has the following Java source files.
com.nlmm01.weathy.ApplicationTest.java com.nlmm01.weathy.DetailFragment.java com.nlmm01.weathy.FetchWeatherTask.java com.nlmm01.weathy.ForecastAdapter.java com.nlmm01.weathy.ForecastFragment.java com.nlmm01.weathy.FullTestSuite.java com.nlmm01.weathy.MainActivity.java com.nlmm01.weathy.SettingsActivity.java com.nlmm01.weathy.TestDb.java com.nlmm01.weathy.TestProvider.java com.nlmm01.weathy.Utility.java com.nlmm01.weathy.WeatherDetailActivity.java com.nlmm01.weathy.data.WeatherContract.java com.nlmm01.weathy.data.WeatherDbHelper.java com.nlmm01.weathy.data.WeatherProvider.java