So I have been spending the last couple of nights working out the basics of the Android and Eclipse environments.
I feel like I have made some good progress.
Started with one page and have progressed to where the basic structure of the game’s Activity classes are defined and displaying. (The game screen is simply an image as I won’t even be touching that Activity until I have the background functions working the way I want them.)
Tomorrow I begin working on the character sheet. The database table for characters is already finished and I have a template character already created. Since I have the layout planned out, I will be focusing on the ability to read from the database. The I will be testing the program’s ability to pull the information fresh every time the character sheet is pulled up.
If all goes well, I will begin working on character creation. Again the format if already done, it is simply a matter of coding it and building a workable layout.
That is about all for Eglentia until next time.