SyntaxFix
Write A Post
Hire A Developer
Questions
First cast your Edit text like this:
TextView tekst = (TextView) findViewById(R.id.editText1); tekst.setText(text);
And after that close the DB not befor this line...
myDataBaseHelper.close();