Home »

What is an Intent?

Question ListCategory: AndroidWhat is an Intent?
milleranthony7 author asked 8 years ago
1 Answers
jessica537 author answered 8 years ago

A class (Intent) that contains several fields describing what a caller would like to do. The
caller sends this intent to Android’s intent resolver, which looks through the intent filters

of all applications to find the activity most suited to handle this intent. Intent fields include

the desired action, a category, a data string, the MIME type of the data, a handling class,

and other restrictions.

Please login or Register to Submit Answer