Layout like radial menu

2020-06-03 05:51发布

问题:

I have to design something like this and add click event for each block,how should I proceed for that.Could anyone guide me regarding this

回答1:

I know that's too late to reply but this is for the developers who needs some functionalities like this now onwards in their projects..

Look at this demo Project on github

You can make this by own dynamically too by using screen width & screen height , but that would be too complicating..

Better to use the Library or Third Party for that..

You can get some of demos like this too..

https://android-arsenal.com/details/3/1142

https://android-arsenal.com/details/3/1754

Hope that helps others too.