public class BobDatabase extends SQLiteOpenHelper{ private static final String DATABASE_NAME = \"bob.db\"; private static final int DATABASE_VERSION = 1; public stat
You could get the context parametr in the function by parameter, or by a static variable, or by getApplicationContext() function.
getApplicationContext()