[android] What is an Intent in Android?

An Intent is a class,that is bind the information for doing some actions.

example:passing data one activity to another actvity when user perform such actions in

present activity.