I am trying to take a Visual Novel I have done once in Python and once in ActionScript 3, and now bring it to Android. In part because I have a Xoom tablet, and in part because I want to have a game like that I can play.
The “essentials” I’d like to see demonstrated are:
-
Being able to put up a screen with an image, and then put a couple buttons on top of it, and based on which button is pressed, go to a different screen
-
Put up a screen with a text region over it (dialogue), and if you click anywhere in the text region, the text is replaced with the next paragraph or two of text
I can see several things in the Android SDK/API that would let me do this, but there isn’t anything that puts it all together that I have been able to find.
Thanks in advance!
A possibly more helpful answer for anyone reading this question:
http://learnandroid.blogspot.com/2008/01/opening-new-screen-in-android.html