Bündel in Java
Bundles(class) are generally used for passing data between various Android
activities. It depends on you what type of values you want to pass,
but bundles can hold all types of values and pass them to the new activity.
Open Octopus