Explain the use of 'bundle' in android?



Explain the use of 'bundle' in android?..

Answer / Shika Mani

In Android, a Bundle is an object used to store and transport data between activities or other components. It can be used to pass data from an activity to another activity during the startActivity() method call, or to pass data as extras in an Intent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

Which activity class do you need to inherit to show google map?

1 Answers  


What is mvp in android?

1 Answers  


What is the difference between activities and services?

1 Answers  


Android latest Version?

1 Answers  


what does adt stand for in android?

1 Answers  


What is android os used for?

1 Answers  


What is a break?

1 Answers  


What do you mean by adb?

1 Answers  


What’s the difference between a file, a class and an activity in android?

1 Answers  


Explain androidmanifest.xml file and why do you need this?

1 Answers  


Explain difference between asynctasks & threads?

1 Answers  


What to do if problem occurs in downloading your app in android?

1 Answers  


Categories