A Simple Android Weather App.
WeatherApp is hosted in the following web site
https://github.com/DAVIDFlavien/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 | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
WeatherApp has the following Java source files.
com.example.davidflavien.sunshine.ApplicationTest.java com.example.davidflavien.sunshine.DetailActivity.java com.example.davidflavien.sunshine.ForecastFragment.java com.example.davidflavien.sunshine.MainActivity.java com.example.davidflavien.sunshine.SettingsActivity.java com.example.davidflavien.sunshine.data.WeatherContract.java com.example.davidflavien.sunshine.data.WeatherDbHelper.java