Anyone know how to create a custom menu like this in android apps?
hii,I was just learning android i want create menu like this at this image
This Menu i was confused make this,anyody know how i can do it with 4 item like the link above ? 开发者_开发问答please help me. sory if my language english bad.To my knowledge custom menu and options menu can be modified (adding and removing menu items) easily.
If u want your own custom option menu, you may have to simulate by creating layouts. 1) Creative a layout and inflate the layout and show on clicking on the menu button. 2) If u want to occupy whole screen then better use Images and TextViews and create a new activity and launch the activity on clicking the options menu in OnCreateOptionsMenu().
Please find the links below
Custom menu in android
Android: creating a custom menu on the bottom
精彩评论