Android supports explicit and implicit intents. An application can define the target component directly in the intent (explicit intent) or ask the Android system to evaluate registered components based on the intent data (implicit intents).
Implicit Intent and Explicit Intent is a type of Intent in Android. The intent is the main component of Android app development. The intent is the medium to pass between components such as activities, content providers, broadcast receivers, services etc.
WHAT IS AN INTENT IN ANDROID | EXPLICIT AND IMPLICIT INTENT TUTORIAL. In this video you will learn 1. What is an intent 2. Types of Intent 3. Various use of Intent So intent is basically use communicate between two activities in Android. Intent can be bas
Post a Comment:
Showing 0 Comments: