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?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---