I have been working with Google’s Android mobile platform for a little while and at the back of my mind I have had a pretty simple, but fun, retro sideshow game on my mind. Well now it is no longer in the back of my mind and time to put fingers on the keyboard and crack on with it. So what I plan to do here is blog and twitter on the process I am going through and update on, hopefully, how quick and easy it is to implement a simple game in Android.
Well that is the plan….let’s see if it happens?
First steps starting today are create the new project and create the first couple of simple screens. These screens consist of a welcome menu, a simple instructions page, an about popup (this is me and I wrote this), and a quit button to close the app. So if you want to know how it is going as it goes along then follow me on twitter, otherwise you can check back here and I will try and update with posts each day (maybe twice if I go really well).
So on these first steps I have been working for about 20 minutes or so and have my basic welcome menu page. Next I implemented the finish( ) method call in the listener for the ‘quit’ button. Next up is the ‘about’ page popup and then the ‘instructions’ page, although the instructions will be very high level at this point. The goal is that in the limited time I have right now to get the basics in place and then tomorrow when I have a bit more time to work through the start of the game page.
Now back to the coding….remember to follow on twitter for more frequent updates and check back here for updates.
Filed under: android, design, development, menu, mobile
