Intent.FLAG_ACTIVITY_FORWARD_RESULT Live Example In Android -



Intent.FLAG_ACTIVITY_FORWARD_RESULT Live Example In Android -

can 1 tell me the working of intent.flag_activity_forward_result live example

now doing creating 3 activity a,b,c

so when launching application activity , starting activity b startactivityforresult(activity b) , there in b activity starting activity c intent.flag_activity_forward_result , finishing b activity,so there in activity c when finished activity c gives result activity in onactivityresult().

so want know purpose of using flag or different , if wrong please allow me know.

and please seek give reply example.

the solution on stackoverflow .i hope may understand logic .

i suggest go solution flag activity @stackoverflow.

android

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -