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
- Host: GitHub
- URL: https://github.com/dkhmelenko/weartimer
- Owner: dkhmelenko
- License: apache-2.0
- Created: 2015-03-19T23:58:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T21:33:07.000Z (almost 10 years ago)
- Last Synced: 2025-03-28T19:38:56.514Z (12 months ago)
- Language: Java
- Homepage:
- Size: 160 KB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project description
[](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
[](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.