Difference between revisions of "Teams Winter 2011/team1/BlackBerry/Use SQLite"
Ladanzahir (talk | contribs) |
Ladanzahir (talk | contribs) (→11. Use Database and SQLite to Store Data) |
||
Line 1: | Line 1: | ||
==11. Use Database and SQLite to Store Data== | ==11. Use Database and SQLite to Store Data== | ||
− | ===11.1 Create Database File=== | + | ===11.1 Add SDCard to Simulator=== |
+ | ===11.2 Create Database File=== | ||
− | ===11. | + | ===11.3 Add id to Student Class=== |
− | ===11. | + | ===11.4 Check for presence of SDCard=== |
− | ===11. | + | ===11.5 Copy Database File into SDCard=== |
− | ===11. | + | ===11.6 Create SQLiteManager Class=== |
− | 11. | + | 11.6.1 Open Database<br/> |
− | 11. | + | 11.6.2 Close Database<br/> |
− | 11. | + | 11.6.3 Select All Students<br/> |
− | 11. | + | 11.6.4 Insert New Student<br/> |
− | 11. | + | 11.6.5 Delete Student<br/> |
− | 11. | + | 11.6.6 Update Student<br/> |
− | ===11. | + | ===11.7 Modify StudentsList Class to use SQLiteManager=== |
− | 11. | + | 11.7.1 Load list<br/> |
− | 11. | + | 11.7.2 Add Student<br/> |
− | 11. | + | 11.7.3 Edit Student<br/> |
− | 11. | + | 11.7.4 Delete Student<br/> |
− | ===11. | + | ===11.8 Student View Application in Action=== |
− | |||
− |
Revision as of 20:35, 11 April 2011
Contents
- 1 11. Use Database and SQLite to Store Data
- 1.1 11.1 Add SDCard to Simulator
- 1.2 11.2 Create Database File
- 1.3 11.3 Add id to Student Class
- 1.4 11.4 Check for presence of SDCard
- 1.5 11.5 Copy Database File into SDCard
- 1.6 11.6 Create SQLiteManager Class
- 1.7 11.7 Modify StudentsList Class to use SQLiteManager
- 1.8 11.8 Student View Application in Action
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