diff options
Diffstat (limited to 'docs/html/guide/tutorials/notepad/notepad-ex3.jd')
-rw-r--r-- | docs/html/guide/tutorials/notepad/notepad-ex3.jd | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/html/guide/tutorials/notepad/notepad-ex3.jd b/docs/html/guide/tutorials/notepad/notepad-ex3.jd index b42734f..a2eaa48 100644 --- a/docs/html/guide/tutorials/notepad/notepad-ex3.jd +++ b/docs/html/guide/tutorials/notepad/notepad-ex3.jd @@ -10,12 +10,12 @@ retrieve application state data. This exercise demonstrates:</em></p> </ul> <div style="float:right;white-space:nowrap"> - [<a href="tutorial-ex1.html">Exercise 1</a>] - [<a href="tutorial-ex2.html">Exercise 2</a>] + [<a href="notepad-ex1.html">Exercise 1</a>] + [<a href="notepad-ex2.html">Exercise 2</a>] <span style="color:#BBB;"> - [<a href="tutorial-ex3.html" style="color:#BBB;">Exercise 3</a>] + [<a href="notepad-ex3.html" style="color:#BBB;">Exercise 3</a>] </span> - [<a href="tutorial-extra-credit.html">Extra Credit</a>] + [<a href="notepad-extra-credit.html">Extra Credit</a>] </div> <h2>Step 1</h2> @@ -200,8 +200,8 @@ and populate the View elements with them.</p> have to store enough state to come back up later, preferably in the same state it was in when it was killed.</p> <p style="padding-left:.5em;font-size:12px;margin:0;padding:.0em .5em .5em 1em;"> - Android has a <a href="{@docRoot}intro/lifecycle.html">well-defined life cycle</a>. - Life-cycle events can happen even if you are not handing off control to + Android has a <a href="{@docRoot}guide/topics/fundamentals.html#lcycles">well-defined life cycle</a>. + Lifecycle events can happen even if you are not handing off control to another Activity explicitly. For example, perhaps a call comes in to the handset. If this happens, and your Activity is running, it will be swapped out while the call Activity takes over.</p> @@ -351,8 +351,7 @@ click menu again)</p> from the zip file to compare with your own.</p> <p> -When you are ready, move on to the <a href="{@docRoot}intro/tutorial-extra-credit.html">Tutorial +When you are ready, move on to the <a href="notepad-extra-credit.html">Tutorial Extra Credit</a> exercise, where you can use the Eclipse debugger to examine the life-cycle events as they happen.</p> -<p><a href="{@docRoot}intro/tutorial.html">Back to the Tutorial main -page...</a></p> +<p><a href="index.html">Back to the Tutorial main page...</a></p> |