---
title: "What is intent?"  
description: "What is intent?"  
author: "Anonymous User"  
published: 2015-03-10  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2347/what-is-intent  
category: "android"  
tags: ["android", "android intent"]  
reading_time: 1 minute  

---

# What is intent?

It is a kind of message or information that is passed to the components. It is used to launch an activity, display a web page, send sms, send email etc. There are two types of intents in android:\

1. Implicit Intent\
2. Explicit Intent\

## Answers

### Answer by Anonymous User

It is a kind of message or information that is passed to the components. It is used to launch an activity, display a web page, send sms, send email etc. There are two types of intents in android:\

1. Implicit Intent\
2. Explicit Intent\


---

Original Source: https://www.mindstick.com/interview/2347/what-is-intent

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
