Hi,
I am fairly new to developing android apps, although I have chosen to make one for a school project.
Here's how it works:
The main activity will put the user in several different situations, and give them four options of what decision they make. Based on their decision they will be given new scenario's or led towards an ending path. I want to have many different scenario's that will be chosen somewhat at random.
My Question:
What is the best way to organize my app? Should each different scenario's and it's unique options be a unique XML file? Or is there a more efficient way to organize my scenario's such as SQL database or other ways?
Thanks.


