Hi Friends,
i am using two intent for various action in my activity and i also used onActivityResult for get result,i want to answer for how to get tow intent
result in onActivityResult
?anybody knows please give sample code for me..
Thanks all
Hi Friends,
i am using two intent for various action in my activity and i also used onActivityResult for get result,i want to answer for how to get tow intent
result in onActivityResult
?anybody knows please give sample code for me..
Thanks all
The Intent
result is the Intent
passed as the third parameter to onActivityResult()
.