Online Course Support

The putExtra methods of the Intent class take as second parameter the value or reference to be passed to the target of the intent. What is the first parameter?

Question 4
The putExtra methods of the Intent class take as second parameter the value or reference to be passed to the target of the intent. What is the first parameter?

1 point

It is a label (or key) for the transmitted value or object.

It is the name of the activity to launch.

It is the type (int, String…) of the transmitted value or object.

Similar Posts