January 18th, 2012, 04:46 AM
|
#2 (permalink)
|
|
Member
Join Date: Oct 2011
Location: Sydney, Australia
Posts: 193
Device(s): Galaxy Nexus GSM
Carrier: Not Provided
Thanks: 2
Thanked 37 Times in 33 Posts
|
You can think of bundles as persistable dictionaries.
The primary use of a bundle is to save the state of an activity in onSaveInstanceState(Bundle) so you can restore the activity again in onCreate(Bundle).
The secondary use of a bundle (when put inside a message) is in asynchronous and/or inter-process communication.
|
|
|