I am a newbie of android world. I have a problem of the coding. It was just a tiny error buy i dont know it doesnt work even i change others method but the error still the s
Initialize the DatabaseHelper:
protected void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); setContentView(R.layout.surveyinstruction); DatabaseHelper db = new DatabaseHelper(this); //... }