Mobile Developer Question:
What is Intent?
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
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 Question | Next Question |
Described tech challenges? | What are the advance features of Android OS? |