Re: [android-developers] Re: Search dialog and searching within the same activity

2011-04-22 Thread Danny Schimke
Perfect, I read most parts of the search dialog documentation but I have not seen this very important part for me. Now it works like I wanted. Thanks a lot! Now I am really happy! -Danny Schimke 2011/4/22 Nikolay Elenkov > On Fri, Apr 22, 2011 at 5:14 PM, Danny S. > wrote: > > Hi Spiral, > >

Re: [android-developers] Re: Search dialog and searching within the same activity

2011-04-22 Thread Nikolay Elenkov
On Fri, Apr 22, 2011 at 5:14 PM, Danny S. wrote: > Hi Spiral, > > with search dialog I mean the search bar that came up at the top of > the current activity if it is searchable when the user hits the device > search button. The user hits this button then onSearchRequested() of > my map activity wi

[android-developers] Re: Search dialog and searching within the same activity

2011-04-22 Thread Danny S.
Hi Spiral, with search dialog I mean the search bar that came up at the top of the current activity if it is searchable when the user hits the device search button. The user hits this button then onSearchRequested() of my map activity will be called. I use startSearch(). Don't forget, the map acti

[android-developers] Re: Search dialog and searching within the same activity

2011-04-21 Thread Spiral123
hi danny. If you have a dialog where the user can search for an address, then show the results of that search within the dialog - then the back button will quit the dialog with the search results and return to the original map activity - which is what I think you want to achieve. It does make the