Featured Post

Excluding URLs from the security-constraint in App Engine

I was playing and searching around for how to exclude a URL from the security constraint in the web.xml file in App Engine. For my application everyone has to be authenticated to access anything in the application and I don’t want to add every URL to the pattern. So my first security constraint...

Read More

Tutorial: Local game scores with SQLite

Posted by Bartinger | Posted in Tutorials | Posted on 20-02-2011

Tags: , , , ,

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