Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Layout like radial menu

Tags:

android

layout

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

Layout

like image 350
poojagupta Avatar asked Mar 13 '14 10:03

poojagupta


1 Answers

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.

like image 130
Sneha Avatar answered Sep 20 '22 06:09

Sneha