BibleDatabaseFactory
Constructor for creating a factory that opens databases from file paths.
Parameters
context
The Android application context
Deprecated
Use BibleDatabaseFactory(context) and create(filePath) instead to open databases directly without copying
Replace with
BibleDatabaseFactory(context)Content copied to clipboard
constructor()
Constructor for creating a factory that opens databases from file paths.
Deprecated
Use BibleDatabaseFactory() and create(filePath) instead to open databases directly without copying
Replace with
BibleDatabaseFactory()Content copied to clipboard