* commit 'a35333c1719b312dd7c0d0a8591ee522f6f625e7': fix the lesson title names
This commit is contained in:
@@ -41,11 +41,11 @@ file</li>
|
|||||||
<h2>Lessons</h2>
|
<h2>Lessons</h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><b><a href="shared-preferences.html">Saving Data in Shared Preferences</a></b></dt>
|
<dt><b><a href="shared-preferences.html">Saving Key-Value Sets</a></b></dt>
|
||||||
<dd>Learn to use a shared preferences file for storing small amounts of information in
|
<dd>Learn to use a shared preferences file for storing small amounts of information in
|
||||||
key-value pairs.</dd>
|
key-value pairs.</dd>
|
||||||
|
|
||||||
<dt><b><a href="files.html">Saving Data in Files</a></b></dt>
|
<dt><b><a href="files.html">Saving Files</a></b></dt>
|
||||||
<dd>Learn to save a basic file, such as to store long sequences of data that
|
<dd>Learn to save a basic file, such as to store long sequences of data that
|
||||||
are generally read in order.</dd>
|
are generally read in order.</dd>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user