Teams Winter 2011/team1/BlackBerry/Use SQLite
Revision as of 20:35, 11 April 2011 by Ladanzahir (talk | contribs) (→11. Use Database and SQLite to Store Data)
11. Use Database and SQLite to Store Data
11.1 Add SDCard to Simulator
11.2 Create Database File
11.3 Add id to Student Class
11.4 Check for presence of SDCard
11.5 Copy Database File into SDCard
11.6 Create SQLiteManager Class
11.6.1 Open Database
11.6.2 Close Database
11.6.3 Select All Students
11.6.4 Insert New Student
11.6.5 Delete Student
11.6.6 Update Student
11.7 Modify StudentsList Class to use SQLiteManager
11.7.1 Load list
11.7.2 Add Student
11.7.3 Edit Student
11.7.4 Delete Student