Wednesday, 3 March 2021

What Is Intent And Types of Intents| Step By Step in Hindi

 


What Is Intent And Types of Intents| Step By Step in Hindi In this Video i will tell you about Intent, types of Intent and its use cases. Intent is basically is the intention of the user, whatever he want to do in the app but in android Intent is the one of the major component available in the android system. Intent is an object which broadcast the message to android system to handle the specific action via obj passed in intent. The following tasks can be done by using intent component. Launch an activity Share data between the Activities Start the service Open Camera to capture photo Open Gallery to select photo or document Display a web page Dial a phone CALL Broadcast a message Compose an email Compose an SMS Implicit Intent When we/developer does not knows the another component to start with the intent, is called implicit intent. For example when you click on link then your android environment check how many browsing apps available to open this page like Opera, Uc Browser, Chrome etc.

No comments:

Post a Comment