Android
Programming and Technical
Programming
Technical
What is the purpose of SQLiteOpentHelper?
Options
1) A helper class to manage database creation, version management, and inserting/modifying/deleting/updating table data without loosing state of the previous data.
2)A helper class to insert/update/delete data into tables with loosing state of the previous data.
3)A helper class to manage database creation, upgrading and version management without loosing state of the previous data.
4) all of the above
Read Solution (Total 1)
-
- 3- it is used for creation and updation of the data
- 6 years agoHelpfull: Yes(0) No(0)
Android Other Question