Intent

An Intent provides a facility for performing late runtime binding between the code in
different applications. Its most significant use is in the launching of activities, where it
can be thought of as the glue between activities. It is basically a passive data structure
holding an abstract description of an action to be performed.
原文地址:https://www.cnblogs.com/feng9exe/p/5698989.html