weather application fro android.
Weather-App is hosted in the following web site
https://github.com/sourcebits-harinadh/Weather-App
If you think the Android project Weather-App 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-App.
Item | Value |
---|---|
Java File Count | 36 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 7 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_LOCATION_EXTRA_COMMANDS android.permission.ACCESS_MOCK_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.CONTROL_LOCATION_UPDATES android.permission.INTERNET |
There are 7 image files in Weather-App. The names of the image files are listed as follows.
clock_dial.png clock_hour.png clock_minute.png clockgoog_minute.png ic_action_search.png pin_without_shadow.png tool_tip.png
The following screenshort is generated from the image listed above.
Weather-App has the following Java source files.
com.sourcebits.weatherapp.Dummyact.java com.sourcebits.weatherapp.LocationsActivity.java com.sourcebits.weatherapp.MapsActivity.java com.sourcebits.weatherapp.SettingsActivity.java com.sourcebits.weatherapp.SplashActivity.java com.sourcebits.weatherapp.WeatherActivity.java com.sourcebits.weatherapp.WeatherHomeActivity.java com.sourcebits.weatherapp.bussinessenities.CurrentWeatherCondition.java com.sourcebits.weatherapp.bussinessenities.FutureWeatherInfoEntity.java com.sourcebits.weatherapp.bussinessenities.LocationEntity.java com.sourcebits.weatherapp.bussinessenities.TimeZoneEnity.java com.sourcebits.weatherapp.bussinessenities.WeatherAtLocation.java com.sourcebits.weatherapp.bussinessenities.WeatherExtraInfoEnity.java com.sourcebits.weatherapp.customcomponents.BalloonItemizedOverlay.java com.sourcebits.weatherapp.customcomponents.BalloonOverlayView.java com.sourcebits.weatherapp.customcomponents.CirclePageIndicator.java com.sourcebits.weatherapp.customcomponents.ClockAdapter.java com.sourcebits.weatherapp.customcomponents.CustomDetailsAdapter.java com.sourcebits.weatherapp.customcomponents.CustomListAdapter.java com.sourcebits.weatherapp.customcomponents.CustomLocationManager.java com.sourcebits.weatherapp.customcomponents.CustomMarkerPoint.java com.sourcebits.weatherapp.customcomponents.CustomPagerAdapter.java com.sourcebits.weatherapp.customcomponents.MapItemizedOverlay.java com.sourcebits.weatherapp.customcomponents.MyAnalogClock.java com.sourcebits.weatherapp.customcomponents.PageIndicator.java com.sourcebits.weatherapp.customcomponents.WeatherItem.java com.sourcebits.weatherapp.database.LocationsTable.java com.sourcebits.weatherapp.database.WeatherDBHandler.java com.sourcebits.weatherapp.database.WeatherDetailsTable.java com.sourcebits.weatherapp.serverconnections.LocationProvider.java com.sourcebits.weatherapp.serverconnections.LocationsThread.java com.sourcebits.weatherapp.serverconnections.ParserConstants.java com.sourcebits.weatherapp.serverconnections.ParserUtilities.java com.sourcebits.weatherapp.serverconnections.ServerConnection.java com.sourcebits.weatherapp.utilities.UtilityFunctions.java