Im new to android and I want to create kind of CRUD with SQLite.
I have a public class DataBaseHelper which have a constructor:
public class DataBaseHelper
public D
You can get path by context.getDatabasePath(DataBaseHelper.dbName)
context.getDatabasePath(DataBaseHelper.dbName)