Possible Duplicate:
Intent and Bundle Relation
When we need pass data to another activity I see two typical methods:
- Use to method putExtra of Intent object
- Create a Bundle Object and use the method putExtras of Intent object
When use each method? Advantages or disadvantages?