Android application to calculate sunrise and sunset time for any location on earth.
Sunrise-Sunset-Calculator is hosted in the following web site
https://github.com/jeffthefate/Sunrise-Sunset-Calculator
If you think the Android project Sunrise-Sunset-Calculator 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 Sunrise-Sunset-Calculator.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 5 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 3 image files in Sunrise-Sunset-Calculator. The names of the image files are listed as follows.
ic_action_search.png mapicon.png question1.png
The following screenshort is generated from the image listed above.
Sunrise-Sunset-Calculator has the following Java source files.
com.kbsbng.androidapps.sunrise_sunset_calculator.ChooseLocationFromMap.java com.kbsbng.androidapps.sunrise_sunset_calculator.CurrentLocationSunriseSunsetCalcution.java com.kbsbng.androidapps.sunrise_sunset_calculator.DisplayHelpActivity.java com.kbsbng.androidapps.sunrise_sunset_calculator.DisplaySunCalculationResults.java com.kbsbng.androidapps.sunrise_sunset_calculator.SelectedLocation.java com.kbsbng.androidapps.sunrise_sunset_calculator.Sharer.java com.kbsbng.utils.SunriseSunsetCalculation.java