Skip to content

Commit 170556f

Browse files
asolovayAndroid (Google) Code Review
authored andcommitted
Merge "docs: Removed reference to a sample notepad app." into klp-modular-docs
2 parents 1c723ea + 1eaab8f commit 170556f

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

docs/html/training/notepad/index.jd

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ the steps in each exercise to gradually build and refine your
1717
application. The exercises explain each step in detail and provide all the
1818
sample code you need to complete the application. </p>
1919

20-
<p>When you are finished with the tutorial, you will have created a functioning
20+
<p><p>When you are finished with the tutorial, you will have created a functioning
2121
Android application and will have learned many of the most important
22-
concepts in Android development. If you want to add more complex features to
23-
your application, you can examine the code in an alternative implementation
24-
of a Note Pad application, in the
25-
<a href="{@docRoot}resources/samples/index.html">Sample Code</a> section. </p>
26-
22+
concepts in Android development.</p>
2723

2824
<a name="who"></a>
2925
<h2>Who Should Use this Tutorial</h2>
@@ -122,17 +118,13 @@ highly recommended.</td>
122118
<li>For a lighter but broader introduction to concepts not covered in the
123119
tutorial,
124120
take a look at <a href="{@docRoot}resources/faq/commontasks.html">Common Android Tasks</a>.</li>
125-
<li>The Android SDK includes a variety of fully functioning sample applications
126-
that make excellent opportunities for further learning. You can find the sample
127-
applications in the <code>samples/</code> directory of your downloaded SDK, or browser them
128-
here, in the <a href="{@docRoot}resources/samples/index.html">Sample Code</a> section.</li>
121+
129122
<li>This tutorial draws from the full Notepad application included in the
130-
<code>samples/</code> directory of the SDK, though it does not match it exactly.
131-
When you are done with the tutorial,
132-
it is highly recommended that you take a closer look at this version of the Notepad
133-
application,
134-
as it demonstrates a variety of interesting additions for your application,
135-
such as:</li>
123+
<code>samples/legacy/NotePad</code> directory of the SDK, though it does not
124+
match it exactly. When you are done with the tutorial, it is highly recommended
125+
that you take a closer look at this version of the Notepad application, as it
126+
demonstrates a variety of interesting additions for your application, such
127+
as:</li>
136128
<ul>
137129
<li>Setting up a custom striped list for the list of notes.</li>
138130
<li>Creating a custom text edit view that overrides the <code>draw()</code>

0 commit comments

Comments
 (0)