Click on Contacts and you will cycle through all the possible searches
and probably come to your own.  The SearchInvoke demo application
jumps right to its own Search window but I haven't figured out how.

Cheers, Scott

On Mar 28, 4:37 pm, Andz <[EMAIL PROTECTED]> wrote:
> Does anyone have idea about it?
>
> On Mar 28, 9:27 am, Andz <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi all,
> >  I'm trying to implement seach functionality in my Expandable list
> > activity.
> > I have overridden
>
> >          public boolean onSearchRequested() {
> >              Bundle bundle = new Bundle();
> >              bundle.putString("data", data);
> >              startSearch(null, bundle);
> >              return true;
> >          }
>
> > in list activity.
> > I have a separate activity for Search(which is again a list)
>
> > But everytime I launch search the search text box defaults to
> > "contacts search" ... & doesn't invoke my custom search activity.
>
> > any suggestion please?- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to