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

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

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.

![Screenshot](http://markusfisch.github.io/AndroidPieMenu/screenshot.png)

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