Get database path

后端 未结 4 835
我在风中等你
我在风中等你 2020-12-10 00:57

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 D         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-10 01:17

    You can get path by context.getDatabasePath(DataBaseHelper.dbName)

提交回复
热议问题