<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Developer&#039;s Info &#187; Android menu</title>
	<atom:link href="http://thedevelopersinfo.com/category/android/android-how-to/android-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedevelopersinfo.com/</link>
	<description>Resource which helps to developers to learn and use new technologies and application frameworks.</description>
	<lastBuildDate>Sun, 21 Aug 2011 09:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Loading Menus through XML files in Android</title>
		<link>http://thedevelopersinfo.com//2009/11/14/loading-menus-through-xml-files-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/11/14/loading-menus-through-xml-files-in-android/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 11:15:48 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=423</guid>
		<description><![CDATA[<p>Android has possibility to load menus through xml files. I found this approach very useful. I really like that I don&#8217;t need to worry about uniqueness menu item ID&#8217;s because Android generates all menu ID&#8217;s as other project IDs. In this post I want to show how you can use it in your work.</p> <p>It is really <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/11/14/loading-menus-through-xml-files-in-android/">Loading Menus through XML files in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/11/14/loading-menus-through-xml-files-in-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Context Menus in Android</title>
		<link>http://thedevelopersinfo.com//2009/11/06/using-context-menus-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/11/06/using-context-menus-in-android/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:21:09 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.wordpress.com/?p=269</guid>
		<description><![CDATA[<p>Context menu in Android is similar to context menu in any others OS.</p> <p>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.</p> <p>I am going to show how to create, register <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/11/06/using-context-menus-in-android/">Using Context Menus in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/11/06/using-context-menus-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding alphabetical shortcut to the menu item in Android</title>
		<link>http://thedevelopersinfo.com//2009/11/06/adding-alphabetical-shortcut-to-the-menu-item-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/11/06/adding-alphabetical-shortcut-to-the-menu-item-in-android/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 07:46:15 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.wordpress.com/?p=265</guid>
		<description><![CDATA[<p>There is a way to add alphabetical shortcut to your menu item. I am going to show how it can be done.</p> @Override public boolean onCreateOptionsMenu(Menu menu) { menu.add(0, NEW_MENU_ITEM, 0, "New").setAlphabeticShortcut('N'); ... return super.onCreateOptionsMenu(menu); } <p>As you can see it is very easy.</p> <p>How you can test it? Run your code with this snippet, <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/11/06/adding-alphabetical-shortcut-to-the-menu-item-in-android/">Adding alphabetical shortcut to the menu item in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/11/06/adding-alphabetical-shortcut-to-the-menu-item-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding icon to the menu item in Android</title>
		<link>http://thedevelopersinfo.com//2009/11/04/adding-icon-to-the-menu-item-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/11/04/adding-icon-to-the-menu-item-in-android/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 17:46:56 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.wordpress.com/?p=255</guid>
		<description><![CDATA[<p>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:</p> @Override public boolean onCreateOptionsMenu(Menu menu) { menu.add(0, ADD_MENU_ITEM, 0, "Add").setIcon(android.R.drawable.ic_menu_add); return super.onCreateOptionsMenu(menu); } <p>This code adds icon add to the menu item ADD_MENU_ITEM.</p> <p>As you can see it is <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/11/04/adding-icon-to-the-menu-item-in-android/">Adding icon to the menu item in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/11/04/adding-icon-to-the-menu-item-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Submenu in Android</title>
		<link>http://thedevelopersinfo.com//2009/11/04/using-submenu-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/11/04/using-submenu-in-android/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 08:37:12 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.wordpress.com/?p=246</guid>
		<description><![CDATA[<p>Submenu is a another way to group your menu items. I am going to show how to create, add items and handle item selections. Creating Submenu and adding items:</p> @Override public boolean onCreateOptionsMenu(Menu menu) { SubMenu fileMenu = menu.addSubMenu("File"); fileMenu.add(FILE, NEW_MENU_ITEM, 0, "new"); ... <p>Handle Submenu item selections</p> @Override public boolean onOptionsItemSelected(MenuItem item) { switch <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/11/04/using-submenu-in-android/">Using Submenu in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/11/04/using-submenu-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operations with Options Menu items group in Android</title>
		<link>http://thedevelopersinfo.com//2009/11/01/operations-with-options-menu-items-group-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/11/01/operations-with-options-menu-items-group-in-android/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:40:15 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.wordpress.com/?p=229</guid>
		<description><![CDATA[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. These operations are very simple I will not describe how they works. You <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/11/01/operations-with-options-menu-items-group-in-android/">Operations with Options Menu items group in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/11/01/operations-with-options-menu-items-group-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling Options Menu item selections in Android</title>
		<link>http://thedevelopersinfo.com//2009/10/29/handling-options-menu-item-selections-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/10/29/handling-options-menu-item-selections-in-android/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 16:32:38 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.wordpress.com/?p=208</guid>
		<description><![CDATA[<p>I showed previously how to create an Options menu and how to add Menu item to it.</p> <p>Now I am going to show how to handle options menu item selection. I will show code snippet and after whole example.</p> <p>For this handling need to override onOptionsItemSelected(MenuItem item) method in your Activity:</p> @Override public boolean onOptionsItemSelected(MenuItem item) <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/10/29/handling-options-menu-item-selections-in-android/">Handling Options Menu item selections in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/10/29/handling-options-menu-item-selections-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Options Menu and adding menu items to the Options Menu in Android</title>
		<link>http://thedevelopersinfo.com//2009/10/26/creating-options-menu-and-adding-menu-items-to-options-menu-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/10/26/creating-options-menu-and-adding-menu-items-to-options-menu-in-android/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:13:37 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.wordpress.com/?p=196</guid>
		<description><![CDATA[<p>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.</p> <p>Maybe it will be better to write one big article, but there are 2 problems from my side.</p> Now I have no free time. All team works <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/10/26/creating-options-menu-and-adding-menu-items-to-options-menu-in-android/">Creating Options Menu and adding menu items to the Options Menu in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/10/26/creating-options-menu-and-adding-menu-items-to-options-menu-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically change Options Menu Items in Android</title>
		<link>http://thedevelopersinfo.com//2009/10/20/dynamically-change-options-menu-items-in-android/</link>
		<comments>http://thedevelopersinfo.com//2009/10/20/dynamically-change-options-menu-items-in-android/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:49:41 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android how to]]></category>
		<category><![CDATA[Android menu]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.wordpress.com/?p=156</guid>
		<description><![CDATA[<p>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&#8217;t help. For this situation I use public boolean onPrepareOptionsMenu(Menu menu).</p> <p>I will show short example which <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2009/10/20/dynamically-change-options-menu-items-in-android/">Dynamically change Options Menu Items in Android</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2009/10/20/dynamically-change-options-menu-items-in-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.483 seconds -->

