Search code examples
androidandroid-custom-view

Make custom view


I am new to android development and i want to learn how to make custom views in android.The view which i wanna make is something like this:

enter image description here

The app will have a button which shows up menu items. I don't want to use navigation drawer in my app so I thought of doing something like this.Please help me out in achieving this.

P.S. - I don't want to use a library,I wanna learn by myself,so any help will be highly appreciated.


Solution

  • For making such kind of views you can also use third party open source library i.e. https://github.com/daCapricorn/ArcMenu

    and this kind of views are called arc menu views