You are on the right track. I`m not an expert, but I was playing with the same thing yesterday. You use the addExtras function for the Intent, but you use a Bundle as an argument. In the bundle I believe you can store values as an associative aray or hash. You then extract the bundle and the associated element from the other activity. This worked for but for simple things like integers and strings. Hope this helps.
-George --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

