Changes

Jump to: navigation, search

Teams Winter 2011/team1/BlackBerry/Use SQLite

323 bytes added, 23:46, 11 April 2011
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/>
1
edit

Navigation menu