Hello,
How can I pass data between forms? For instance, right now to get
between form 1 and 2, I do the following:
Intent mIntent = new Intent(v.getContext(), Item.class);
startActivity(mIntent);
which kicks off the class/layout called Item. How do I actually pass
data to Item?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---