The documentation describes the class as a helper object to create, open, and/or manage a database. Having that in mind wouldn’t you say that the name is a little misleading?
The documentation describes the class as a helper object to create, open, and/or manage
Share
I think calling it SQLiteHelper would be more misleading as this might encourage people to write their queries and data manipulation inside this class. This classes primary role is db creation, upgrading and opening.