Mobile Developer Question:

What is Intent?

Mobile Developer Interview Question
Mobile Developer Interview Question

Answer:

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


Previous QuestionNext Question
Described tech challenges?What are the advance features of Android OS?