Describe Intents in detail
Ask by Anonymous User
Updated 21 Sep 2020
There are two types of Intents.
Explicit Intents
Implicit Intents
Intents works in pairs: actionand data. The action defines what you want to do, such as editing an item, viewingthe content of an item etc. The dataspecifies what is affected,such as a person in the Contacts database. The data is specified as anUri object.
If you want to view a web page with the specified URL then you can use this
procedure.