We can launch a target/child activity from an origin/parent activity via an Intent. What can we NOT do with an Intent?
O Put extra data into the Intent to provide to the target Activity
O Put extra functions into the Intent to be called by the target
O Put extra data into another Intent to return to the parent Activity
O Indicate which Activity should be launched as the target



Answer :

Other Questions