total newby to developing, but I've run through the developer tutorial on the android developer site. I don't know how to pass an integer from my main activity to a new activity. I have a series of questions that require integer inputs (works well), then those integers are manipulated to give a single integer output (works well also).
However, I now want to take said resultant integer and display nicely in a new activity after a button is clicked. The tutorial I worked through only used getString and getInt does not exist. For an absolute novice, I'm wandering in the dark.
Thanks in advance for any help.