Which class store additional information
A.Bundle B.Data store C.Extra
D.none of these
Answers
Answered by
2
Answer:
bundle is the answer of this question
Answered by
1
Bundle stores additional information. (option A)
- A bundle is used with the intent to send and retrieve information in the same manner.
- Bundles hold all types of values like int, string, boolean, etc.,
- Intent performs an action on the screen.
- It is often used to send and receive information about any activities.
- Bundles give us passed values in the android system.
Similar questions