Path-App, like a round menu in Android

today I came across a Path application: enter image description here

And I wanted to ask if it is possible to implement this round menu in Android. Would Framelayout be a good solution or what would be better? I also heard that someone put together a library that implemented almost the same thing. But I didn’t find anything.

+6
source share
1 answer

Here are a few open source projects that do this:

https://github.com/daCapricorn/ArcMenu - Apache 2.0

https://github.com/siyamed/android-satellite-menu/ - LGPL

+16
source

Source: https://habr.com/ru/post/921997/


All Articles