Tag Archives: Android

Android custom menu

Menus are very important in Android application because they offer an easy way to access application functions and settings. The menus are binded with the current activity. The menu raise when it pressed the menu button on your device. To create a custom menu for our application, we follow these simply steps: Define the menu… Read More »