Difference between revisions of "Teams Winter 2011/team1/BlackBerry/Use SQLite"

From CDOT Wiki
Jump to: navigation, search
(Use Database and SQLite to Store Data)
Line 22: Line 22:
 
11.4.3 Edit Student<br/>
 
11.4.3 Edit Student<br/>
 
11.4.4 Delete Student<br/>
 
11.4.4 Delete Student<br/>
 +
 +
===11.5 Add SDCard to Simulator===
 +
 +
===11.6 Student View Application in Action===

Revision as of 16:23, 8 April 2011

11. Use Database and SQLite to Store Data

11.1 Create Database File

11.2 Add id to Student Class

11.3 Check for presence of SDCard

11.4 Copy Database File into SDCard

11.3 Create SQLiteManager Class

11.3.1 Open Database
11.3.2 Close Database
11.3.3 Select All Students
11.3.4 Insert New Student
11.3.5 Delete Student
11.3.6 Update Student

11.4 Modify StudentsList Class to use SQLiteManager

11.4.1 Load list
11.4.2 Add Student
11.4.3 Edit Student
11.4.4 Delete Student

11.5 Add SDCard to Simulator

11.6 Student View Application in Action