https://github.com/saschpe/planningpoker
Fast and simple Planning Poker Android app. Designed for phones, tablets and Android Wear devices.
https://github.com/saschpe/planningpoker
android-application android-wear card estimate kotlin kotlin-android scrum tablet
Last synced: about 1 month ago
JSON representation
Fast and simple Planning Poker Android app. Designed for phones, tablets and Android Wear devices.
- Host: GitHub
- URL: https://github.com/saschpe/planningpoker
- Owner: saschpe
- License: apache-2.0
- Created: 2016-11-19T09:03:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T06:42:24.000Z (over 4 years ago)
- Last Synced: 2025-03-30T05:31:43.389Z (2 months ago)
- Topics: android-application, android-wear, card, estimate, kotlin, kotlin-android, scrum, tablet
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=saschpe.poker
- Size: 9.63 MB
- Stars: 67
- Watchers: 3
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Planning Poker
[](http://www.apache.org/licenses/LICENSE-2.0.html)
[](https://travis-ci.org/saschpe/PlanningPoker)Planning poker, also called Scrum poker, is a consensus-based, gamified technique for estimating, mostly used to estimate effort or relative size of development goals in software development. In planning poker, members of the group make estimates by playing numbered cards face-down to the table, instead of speaking them aloud. The cards are revealed, and the estimates are then discussed. By hiding the figures in this way, the group can avoid the cognitive bias of anchoring, where the first number spoken aloud sets a precedent for subsequent estimates. (Wikipedia)
## Features
- Fibonacci, T-Shirt Size and Ideal Days card decks
- Simple, fast and natural design
- Full Android Wear and tablet support## Source code
The source demonstrates how to create an Android app with phone, tablet and wear support. It also shows to how to a standalone Android Wear 2.0 app.## Screenshots
![]()
![]()
![]()
![]()
![]()
## Download
## Acknowledgement
Translations:
- Catalan by Marcel PintoBiescas
- Polish by Anna Szarik and Pavel Gracki
- Spanish by Antonio Palmero
- Romanian by Mia Maier
- Russian by Dmitry Vilner
- Turkish by Ugur Ozmen## License
Copyright 2016 Sascha Peilicke
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 athttp://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.