What is used to navigate between activities in android programming?
(a) intents (b) fragments
(c) class (d) all the above
Answers
Answered by
0
Answer:
intent
Explanation:
Create an Intent referencing the Activity class you want to switch to. Call the startActivity(Intent) method to switch to the Activity. Create a back button on the new Activity and call the finish() method on an Activity when the back button is pressed.
Answered by
1
Internet
Similar questions