Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aragaer/jtt_android
android jtt app
https://github.com/aragaer/jtt_android
Last synced: about 2 months ago
JSON representation
android jtt app
- Host: GitHub
- URL: https://github.com/aragaer/jtt_android
- Owner: aragaer
- License: mit
- Created: 2012-01-03T17:03:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T20:59:54.000Z (over 3 years ago)
- Last Synced: 2023-04-13T15:02:46.108Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 2.28 MB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Japanese Traditional Time [![Build Status](https://travis-ci.org/aragaer/jtt_android.svg?branch=master)](https://travis-ci.org/aragaer/jtt_android)
Japanese Traditional Time application for android.
#### What it does
The application shows the time using the [traditional japanese time system][] and builds some additional services around it:
- Widget showing the current time
- Mapping of traditional time to local time
- (Not yet in) Alarms based on traditional time[traditional japanese time system]: http://en.wikipedia.org/wiki/Japanese_clock#The_traditional_Japanese_time_system "Wikipedia article"
#### How it works
It all comes down to knowing sunrise and sunset time for a given date in a given location. There are multiple other applications doing the same thing but most use online tables or calculators to determine the sunrise time based either on device location or even from a list of preset locations.This one application uses instead local calculations and is based on [sunrisesunsetlib-java][] by [@mikereedell][]
[sunrisesunsetlib-java]: http://mikereedell.github.io/sunrisesunsetlib-java/
[@mikereedell]: https://github.com/mikereedell