+1 vote
in Hybrid Apps by
Explain the term Intent.

1 Answer

0 votes
by

An Intent can be described as an ‘intention’ to do an action. It’s a message to inform developers about the activity they did or if something that to happen. Applications and OS will react accordingly to the intent.

Android has two types of intent:

  1. Explicit Intent
  2. Explicit Intent
...