I am creating a pretty simple app that has a custom listItem (each listitem object contains a string, an integer, and a second integer value).
What I want to achieve is to allow the user to tap on the listitem, and have it open in a new screen. it will simply display the same information.
However I feel a bit lost as a newbie. How do I sent the listItem data from the first screen to the second? I am trying to achieve something like this tutorial - but I cannot figure out how they made it work: http://www.codelearn.org/android-tutorial/twitter/intent-example-tweet-detail-screen-module
I've looked on stackoverflow for the answer, but I guess I don't know what to search for because I haven't found one