Answers

Question and Answer:

  Home  Mobile Developer

⟩ What is Intent?

An Intent is exactly what it describes. It's an "intention" to do an action.

An Intent is basically a message to say you did or want something to happen. Depending on the intent, apps or the OS might be listening for it and will react accordingly.

There are two types of intents in android:

★ Implicit Intent

★ Explicit Intent

 237 views

More Questions for you: