tags:

views:

26

answers:

1

I want one sample code for startActivityForResult(). Please explain how it works?

+1  A: 

Look at this documentation. You will get the result in onActivityResult() method.

Karan