From 688447e512185dab4acd9ddfc9f22066d164ff4e Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 4 Oct 2012 12:43:05 -0700 Subject: [PATCH] fix the lesson title names Change-Id: I09ba41685664b92b5082376a8b9e885bf444415f --- docs/html/training/basics/data-storage/index.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/training/basics/data-storage/index.jd b/docs/html/training/basics/data-storage/index.jd index 99bb26145c6d9..433493658ec56 100644 --- a/docs/html/training/basics/data-storage/index.jd +++ b/docs/html/training/basics/data-storage/index.jd @@ -41,11 +41,11 @@ file

Lessons

-
Saving Data in Shared Preferences
+
Saving Key-Value Sets
Learn to use a shared preferences file for storing small amounts of information in key-value pairs.
-
Saving Data in Files
+
Saving Files
Learn to save a basic file, such as to store long sequences of data that are generally read in order.