How do I implement a score database in Android?

Posted by Michael Seun Araromi on Game Development See other posts from Game Development or by Michael Seun Araromi
Published on 2012-03-27T13:10:33Z Indexed on 2012/03/27 23:44 UTC
Read the original article Hit count: 334

I making a 2D game for Android using OpenGL-ES technology. It is a space shooting game where the player shoots enemy ships.

I want to keep a track of score for the amount of enemy ships destroyed and a record of a local highscore. The score should be incremented whenever an enemy is destroyed. I also want a way of displaying both the current score and highscore on the game screen. I am not familiar with databases at all and I will appreciate a clear answer or a link to a good tutorial for my cause. Thanks.

© Game Development or respective owner

Related posts about android

Related posts about java