While using Intent object we can put different types of data directly using its putExtra(). We can also put these extra data into a Bundle object a
Sometimes you need to pass only a few variables or values to some Other Activity, but what if you have a bunch of variable's or values that you need to pass to various Activities. In that case you can use Bundle and pass the Bundle to the required Activity with ease. Instead of passing single variable's every time.