Android app for fetching weather forecast from REST service.
Weather is hosted in the following web site
https://github.com/0w60/Weather
If you think the Android project Weather 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 Weather.
Item | Value |
---|---|
Java File Count | 12 |
Activity Count | 3 |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.INTERNET android.permission.READ_SYNC_SETTINGS android.permission.WRITE_SYNC_SETTINGS |
Weather has the following Java source files.
cn.weather.Authenticator.java cn.weather.AuthenticatorService.java cn.weather.DbSyncAdapter.java cn.weather.Forecast.java cn.weather.GetWeatherTask.java cn.weather.MainActivity.java cn.weather.ViewsForLstView.java cn.weather.WeatherDbProvider.java cn.weather.WeatherSyncService.java com.evgsoft.weather.ApplicationTest.java