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

https://github.com/dkhmelenko/weartimer

Improved Stopwatch & Timer for Android Wear
https://github.com/dkhmelenko/weartimer

Last synced: 11 months ago
JSON representation

Improved Stopwatch & Timer for Android Wear

Awesome Lists containing this project

README

          

# Project description
[![Build Status on Travis:](https://travis-ci.org/brave-warrior/WearTimer.svg?branch=master)](https://travis-ci.org/brave-warrior/WearTimer)

Improved Stopwatch and Timer for the Android Wear platform.
This solution provides 2 projects: one for the Android Wear platform and another for the classic Android platform (handheld).
Features:
- Stopwatch with a background work
- Stopwatch lap times
- Lap synchronization with handheld device
- Stopwatch locking
- Countdown timer with background work
- Interval for setting timer is 1 sec
- Showing notification when timer is elapsed

[![Wear Stopwath on Google Play Store](http://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.cologne.hackaton.wearstopwatch)

#Used libraries
- [Android appcompat v7](https://github.com/android/platform_frameworks_support/tree/master/v7/appcompat)
- [EventBus](https://github.com/greenrobot/EventBus)

#Contribution
If you have any suggestion, feel free to create pull request.

#License

[Apache Licence 2.0](http://www.apache.org/licenses/LICENSE-2.0)

Copyright 2015 Dmytro Khmelenko, Gabriel Schlatter

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.