---
title: "What is use of Intent in android?"  
description: "What is use of Intent in android?"  
author: "Hemant Patel"  
published: 2017-12-06  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/23318/what-is-use-of-intent-in-android  
category: "android apps"  
tags: ["android", "android intent"]  
reading_time: 1 minute  

---

# What is use of Intent in android?

Intents are asynchronous messages which allow application components to request functionality from other Android components.

We can also pass data from one activity to another activity by using Intent.

An intent can contain data via a Bundle. This data can be used by the receiving component.

## Answers

### Answer by Hemant Patel

Intents are asynchronous messages which allow application components to request functionality from other Android components.

We can also pass data from one activity to another activity by using Intent.

An intent can contain data via a Bundle. This data can be used by the receiving component.


---

Original Source: https://www.mindstick.com/interview/23318/what-is-use-of-intent-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
