In the link given,there is code for 'circular-menu' view. I am intrested in using that in apllication. But not getting how to add that in application. So,please help me.
Asked
Active
Viewed 79 times
1 Answers
0
That should be easy:
- Search the referenced icons and put them in your res/drawable-???? folders
- Possibly change the references to their ids
- Copy the text into a new File named SmallCircleView.java in your src dir
- Add the necessary import statements
- Incorporate it in your layout
If that's not working, provide more information.

tilpner
- 4,351
- 2
- 22
- 45
-
Thank you so much.Actually i had made small mistake,so it was not working.But Thank You. – bhagyashree Sep 26 '13 at 16:17