Basic Android App for learning purpose.
weather_tracker is hosted in the following web site
https://github.com/anoopc/weather_tracker
If you think the Android project weather_tracker 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_tracker.
Item | Value |
---|---|
Java File Count | 17 |
Minimum SDK Version | 19 |
Activity Count | 1 |
Fragment Count | 3 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_CONTACTS |
weather_tracker has the following Java source files.
com.example.WeatherTracker.AddStationDialogFragment.java com.example.WeatherTracker.AppSectionsManager.java com.example.WeatherTracker.DataBaseHelper.java com.example.WeatherTracker.HTTPAgentCallBackHandler.java com.example.WeatherTracker.HTTPRequestAgent.java com.example.WeatherTracker.MyActivity.java com.example.WeatherTracker.MyAppUtility.java com.example.WeatherTracker.SplashSection.java com.example.WeatherTracker.StationTableDBHelper.java com.example.WeatherTracker.StationsSection.java com.example.WeatherTracker.TabListener.java com.example.WeatherTracker.WeatherDataContentProvider.java com.example.WeatherTracker.WeatherDataFetchCallBackHandler.java com.example.WeatherTracker.WeatherDataParser.java com.example.WeatherTracker.WeatherDataServiceManager.java com.example.WeatherTracker.WeatherDataUpdateBackgroundService.java com.example.WeatherTracker.WeatherDataXMLHandler.java