@Override protected void onPreExecute() { helper = MySQLiteOpenHelper.getInstance(context); database = helper.getReadableDatabase(); }