How do I get parameters between activities?
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-06-17T01:36:03Z
Indexed on
2010/06/17
1:42 UTC
Read the original article
Hit count: 237
android
I am working on an app that has multiple tabs. In the first tab the user will enter values. In the other tabs it will display the results of calculations based off of those values.
Like in tab 1, the user will enter "3" and "2". In tab 2, the program will add them and display "5".
In tab 2 how do I access the ints "3" and "2"?
Thanks
© Stack Overflow or respective owner