If you're on API 11 and higher, you can use this to be notified when the user submits a query:

http://developer.android.com/reference/android/widget/SearchView.html#setOnQueryTextListener(android.widget.SearchView.OnQueryTextListener) <http://developer.android.com/reference/android/widget/SearchView.html#setOnQueryTextListener%28android.widget.SearchView.OnQueryTextListener%29>

For previous API levels, you may be able to use a singleTop activity and override its onNewIntent.

-- K

25.04.2012 11:15, Live Happy написал:

so its there a possible to make the search result appear in callback activity mean in the activity1 and is there any change should do in the manifest file too thx for help


--
Kostya Vasilyev

--
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to