Loading practice questions
Which method is used to start an activity in Android?
Correct Answer: D — startActivity()
Explanation:
The startActivity() method is used to start a new activity in Android. This method initiates a transition from the current activity to the target activity, either in the same app or across different apps.