Intent is one of the main building block which provides an abstract description of an operation to be performed. We can call one activity from another by using Intents. Calling one activity from another in android Below is the screenshot from the example.ġ. While the first screen displaying the List of news feeds and other displaying the feed details. This tutorial I will explain more about, how to send data while switching between one Activity to another.įor example, if you are developing an application for RSS News feed reader, you may require having at least of two screens. During activity interaction we might required to pass data from one activity to other. In an android application, we can have multiple activities and that can interact with each other.
Activity is used to represent the data to user and allows user interaction. In Android user interface is displayed through an activity.