Duration: 17:23 min
Summary: In this lesson, we will continue our discussion on creating multiple activities. After resolving the issues we encountered in the previous video, we will see how we can move from one activity to another. We will talk about the benefit of the package manager and the manifest file. Then, we will add few views (controls) to the activities and create a menu option to load activity 2 from the main activity. For this purpose, we create an intent. Then, we will use the startActivity method with the intent to be able to load activity 2 when the menu option is selected.