does anyone know how to start a searchable activity using the method "startActivityForResult()"? I've a activity - A with a search dialog and pressed 'Go' it summons a another acitvity in this B, the B activity will perform some query and should return the data.
Thanks in advance.