Re: [android-developers] Calling menu from an item in a ListView

2011-04-28 Thread Kapil Lokhande
You can use context menu rather than menu. On Thu, Apr 28, 2011 at 11:08 PM, TreKing wrote: > On Wed, Apr 27, 2011 at 5:59 PM, Rpuccini wrote: > >> But I couldnt find a way to call the menu since I click on one item from >> the ListView. >> > > Try reading the documentation for Activity ... > >

Re: [android-developers] Calling menu from an item in a ListView

2011-04-28 Thread TreKing
On Wed, Apr 27, 2011 at 5:59 PM, Rpuccini wrote: > But I couldnt find a way to call the menu since I click on one item from > the ListView. > Try reading the documentation for Activity ... - TreKing

[android-developers] Calling menu from an item in a ListView

2011-04-28 Thread Rpuccini
Hi, I have a ListView, that exibits data from my database. What I want to do, is to click on the item from the ListView and call the Menu. The Menu is called normally if I click on the menu button in the phone. But I couldnt find a way to call the menu since I click on one item from the ListView.