Re: [android-beginners] Re: Showing a screen from a preference selection

2010-07-23 Thread Mark Murphy
On Fri, Jul 23, 2010 at 12:37 PM, Bret Foreman wrote: > So let's say the key for that preferences button is "AboutPrefKey". What is a "preferences button"? Your original question referred to a "menu item", which I interpreted as meaning a "menu item". :-) If you are looking for a Preference that

[android-beginners] Re: Showing a screen from a preference selection

2010-07-23 Thread Bret Foreman
So let's say the key for that preferences button is "AboutPrefKey". How do I reference that key? Here's what I mean: @Override public boolean onMenuItemSelected(int featureId, MenuItem item) { switch( featureId ) { case ??: startActivit