

In other words, PendingIntent lets us pass a future Intent to another application and allow that application to execute that Intent as if it had the same permissions as our application, whether or not our application is. Intents also help communicate between parts of an app the movement from one screen (activity) to another is made possible by intents.

Destination: It means the activity where you have.

Sanfoundry Global Education & Learning Series – 100+ Java Android Tutorials.Īndroid Programs Simple Android Application Android String. Android PendingIntent is an object that wraps up an intent object and it specifies an action to be taken place in future. Intent intent new Intent (Source, Destination) startActivity (intent) Source: It means the current activity in which you are present. Package _intent import android.os.Bundle import import import import import import import public class MainActivity extends Activity implements OnClickListener Android Mobile Development Programming An intent is to perform an action on the screen.
