Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.24 KB

WearCircleMenu

Android Arsenal

Description

This is rather showcase app of my implmentation of simple wear navigation page. Basically this is circle menu, was used as start page in my app.

Features

    1. N items to place in circle
    1. Click listeners
    1. Basic animation
    1. Ripple effect on click event
    1. Works smoothly on round and square screens




Integration

For now you can just use *.java files, there are no resources files. But if do need this as gradle dependecy, I can do that, just post an issue

Thanks

This implementation is based on sababado's CircularView https://github.com/sababado/CircularView. That suits me perfecly, but it comes with its own limitations and maybe bugs (though I did not found any). Enjoy!