Changes

Jump to: navigation, search

Teams Winter 2011/team1/BlackBerry/Use SQLite

24 bytes added, 00:28, 12 April 2011
11.7 Modify StudentsList Class to use SQLiteManager
</source>
'''11.7.1 Load list'''<br/>
As noticed above, the constructor then passes those objects to a new SQLiteManager object and gets students from the manager to load the list with. Then it closes the database.<br/>
'''11.7.2 Add Student'''<br/>
Now modify the addElement method:
<source lang="java">
</source>
'''11.7.3 Edit Student'''<br/>
And editElement method:
<source lang="java">
</source>
'''11.7.4 Delete Student'''<br/>
<source lang="java">
/**
1
edit

Navigation menu