By Oleg Mazurashu,on November 14th,2009% Android has possibility to load menus through xml files. I found this approach very useful. I really like that I don’t need to worry about uniqueness menu item ID’s because Android generates all menu ID’s as other project IDs. In this post I want to show how you can use it in your work. . . . →Read More:Loading Menus through XML files in Android By Oleg Mazurashu,on November 6th,2009% Context menu in Android is similar to context menu in any others OS. In Microsoft Windows or in any Linux distr you click right mouse key and see context menu. The same is in Android,but you press and hold your view which has context menu. . . . →Read More:Using Context Menus in Android By Oleg Mazurashu,on November 6th,2009% There is a way to add alphabetical shortcut to your menu item. I am going to show how it can be done. . . . →Read More:Adding alphabetical shortcut to the menu item in Android By Oleg Mazurashu,on November 4th,2009% There is a good practice to add icons to the menu items. I am going to show code snippet which add icon to the menu item: . . . →Read More:Adding icon to the menu item in Android By Oleg Mazurashu,on November 4th,2009% Submenu is a another way to group your menu items. I am going to show how to create,add items and handle item selections. . . . →Read More:Using Submenu in Android By Oleg Mazurashu,on November 1st,2009% Sometimes need to group your Options menu items. Group is very useful when you need to work (remove,disable or hide) with several menu items. I am going to show example about how to remove,disable/enable and hide/show group of menu items. . . . →Read More:Operations with Options Menu items group in Android By Oleg Mazurashu,on October 29th,2009% I showed previously how to create an Options menu and how to add Menu item to it. Now I am going to show how to handle options menu item selection. I will show code snippet and after whole example. . . . →Read More:Handling Options Menu item selections in Android By Oleg Mazurashu,on October 26th,2009% From this post I am going to start series posts about Menu. Menu is very important. I will try to show all actions with menus in next posts. Maybe it will be better to write one big article,but there are 2 problems from my side. Now I have no free time. All team works . . . →Read More:Creating Options Menu and adding menu items to the Options Menu in Android By Oleg Mazurashu,on October 20th,2009% Sometimes need to change,add,delete options menu items dynamically after some event or after some situation in application flow. We all know onCreateOptionsMenu method which helps to create options menu for activity. But in this situation it doesn’t help. For this situation I use public boolean onPrepareOptionsMenu(Menu menu). . . . →Read More:Dynamically change Options Menu Items in Android | A sample text widgetEtiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa. Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna,tincidunt vitae molestie nec,molestie at mi. Nulla nulla lorem,suscipit in posuere in,interdum non magna. | "If people do not believe that architecture is simple,it is only because they do not realize how complicated life is." - J.H. von Neumann |
Recent Comments