1
edit
Changes
→11.6 Create SQLiteManager Class
===11.6 Create SQLiteManager Class===
Now we need a class that will be the only class interacting with our database. It will take a Database object and a URI object to open database in the constructor. It will have methods to perform all the queries we need and at the end of each query will close the database. <br/>
So, create a class called: SQLiteManager
11.6.1 Open Database<br/>
11.6.2 Close Database<br/>