0

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.

pharaoh
  • 313
  • 1
  • 3
  • 15

1 Answers1

1

This is two questions.

This link is a previous question that explains how to send and receive intends using startActivityForResult:

How to return a result (startActivityForResult) from a TabHost Activity?

If you want to know how to implement your activity "B", you're going to need to provide more information.

Community
  • 1
  • 1
Jodes
  • 14,118
  • 26
  • 97
  • 156