1

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.

Android Catch Notes App Like Circle Menu

Community
  • 1
  • 1
bhagyashree
  • 128
  • 2
  • 15

1 Answers1

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