I just posted an answer here that covers this topic in a bit more detail, including some alternatives.
It utilises Vapor API, a new jQuery inspired Android framework I wrote to simplify Android dev. Check out the example in that answer for how you can easily pass data between activites.
Also it demonstrates VaporIntent, which lets you chain method calls and utilise the overloaded .put(...) method:
$.Intent().put("data", "myData").put("more", 568)...
You can easily pass data around your whole application using Vapor API, so hopefully it'll be helpful to you and others during app development.