Weather forecast Android app that works with OpenWeatherMap's API.
SunshineApp is hosted in the following web site
https://github.com/Enriqe/SunshineApp
If you think the Android project SunshineApp 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 SunshineApp.
Item | Value |
---|---|
Java File Count | 8 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
SunshineApp has the following Java source files.
com.example.enrique.sunshine.app.ApplicationTest.java com.example.enrique.sunshine.app.DetailActivity.java com.example.enrique.sunshine.app.ForecastFragment.java com.example.enrique.sunshine.app.MainActivity.java com.example.enrique.sunshine.app.SettingsActivity.java com.example.enrique.sunshine.app.data.WeatherContract.java com.example.enrique.sunshine.app.data.WeatherDbHelper.java com.example.enrique.sunshine.app.data.WeatherProvider.java