[android-developers] onSearchRequested() result in same activity

2012-04-25 Thread Live Happy
i have implement in my application the search method onSearchRequested() via list and it work well and i create 2 activity one for list data and another for the search result in that form public class acitvity1 extends InterfaceBase { @Override ListAdapter makeMeAnAdapter(Intent

Re: [android-developers] onSearchRequested() result in same activity

2012-04-25 Thread Kostya Vasilyev
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)

Re: [android-developers] onSearchRequested() result in same activity

2012-04-25 Thread Live Happy
may u give more details pls coz is not much clear till now and if i plan to put the activity one in tab host and mak tthe result search activity2 appear in same tab host how make that coz i try the group acitvity but didnt work with me On Wed, Apr 25, 2012 at 12:50 PM, Kostya Vasilyev