Tutorial: Local game scores with SQLite
Posted by Bartinger | Posted in Tutorials | Posted on 20-02-2011
Tags: android, game, score, sql, tutorial
4
Create a standard Android-Project, or include the following into your game.
At first we need a class which creates a database if it doesn’t exist and can access the database.
Make a new class and call it ScoreDatabase and extend it from SQLiteOpenHelper
