https://github.com/markusfisch/androidpiemenu
A zooming pie menu for Android
https://github.com/markusfisch/androidpiemenu
android-library pie-menu
Last synced: 3 months ago
JSON representation
A zooming pie menu for Android
- Host: GitHub
- URL: https://github.com/markusfisch/androidpiemenu
- Owner: markusfisch
- License: unlicense
- Created: 2013-09-19T20:49:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T17:54:10.000Z (about 6 years ago)
- Last Synced: 2025-06-27T17:07:01.532Z (4 months ago)
- Topics: android-library, pie-menu
- Language: Java
- Size: 78.1 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zooming Pie Menu for Android
============================
A zooming pie menu for Android.
Zooming feels a little bit like the famous OS X dock but in a circle.
Java implementation of my original [PieDock][1] algorithm.
There's also a [JavaScript][2] implementation which you can try to see
the idea in action on the web.
Minnimum SDK version 4.

See sample branch and directory for a sample implementation.
License
-------
This code is licensed under the [MIT license][3].
[1]: https://github.com/markusfisch/PieDock
[2]: https://github.com/markusfisch/WebPie
[3]: http://opensource.org/licenses/mit-license.php