Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.


Get it on F-Droid


Get it on Google Play

#### 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