I am running a database already created in another class, but I do not know why it is not running:
In this code:
DB baseHelper = new DB(this, "DEMODB", null, 1);
SQLiteDatabase db = baseHelper.getWritableDatabase();
if(db != null){...
asked by
08.03.2017 / 05:17