Im new to android programming (and java for that matter). Although i do have a good grasp on programming concepts.
what im trying to do as an exercise to help build my understanding is create a simple text adventure. i want to begin by offering the user the ability to select something like a player race or class (which will ultimately determine how the story plays out). i plan on doing so with radio buttons (or perhaps even a normal button).
my question is this. when the user selects their class (ie: "Mage") i want that choice to be stored. from there i want to be able to define a conditional statement that will alter which story the user will be given. the problem is that i do not yet have a grasp on the process for recording the users selection, and altering the text in a textview (or any other view)
once i know how to record which variable the user chose and test it in an "if" statement, then alter the output of a view from within this conditional, i will be on my way.
thanks in advance =)
