---
title: "Explain the use of 'bundle' in android?"  
description: "Explain the use of 'bundle' in android?"  
author: "Kalin"  
published: 2022-04-14  
canonical: https://answers.mindstick.com/qa/96780/explain-the-use-of-bundle-in-android  
category: "troubleshooting"  
tags: ["troubleshooting", "android os", "android"]  
reading_time: 1 minute  

---

# Explain the use of 'bundle' in android?

[Explain](https://yourviews.mindstick.com/view/86025/content-created-for-humans-not-for-bots-explain-this-statement) the use of '[bundle](https://www.mindstick.com/interview/2401/what-is-app-bundle)' in android?

## Answers

### Answer by Hitesh Vohra

- **Bundles** are commonly used to transfer data from one activity to the next. Essentially, the key-value pair notion is applied here, with the data to be passed being the map's value, which can then be obtained using the key. With intent, bundles are used, and values are delivered and retrieved in the same way that they are with Intent.
- The type of values passed depends on the user, although bundles can hold any type of value (int, String, boolean, char) and transmit it to the new activity.

\

## Read More: [Define Android toast.](https://answers.mindstick.com/qa/96779/define-android-toast)


---

Original Source: https://answers.mindstick.com/qa/96780/explain-the-use-of-bundle-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
