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 |
Which activity class do you need to inherit to show google map?
What is mvp in android?
What is the difference between activities and services?
Android latest Version?
what does adt stand for in android?
What is android os used for?
What is a break?
What do you mean by adb?
What’s the difference between a file, a class and an activity in android?
Explain androidmanifest.xml file and why do you need this?
Explain difference between asynctasks & threads?
What to do if problem occurs in downloading your app in android?