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

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

SQL Server : need assitance parsing delimted data and returning a long concatenated string -