In my android application I\'m always using direct putExtra() function of Intent class to pass any number of value to new Activity.
putExtra()
Intent
Activity
Additional advantage: Once data is put in a Bundle, you can send the same data through multiple intents. (Only in the case, multiple intents are to be sent).