Describe Intents in detail
1762
28-May-2015
Updated on 21-Sep-2020
Anonymous User
28-May-2015There 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.