summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/tutorials
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-02-03 18:46:45 -0800
committerScott Main <smain@google.com>2011-02-07 21:03:04 -0800
commit9bf45a00752f84037dcf1aba79e76542b4d4ed22 (patch)
tree74d54faeb6a3cf2e0583d0dfad66c7059d433d96 /docs/html/guide/tutorials
parentae91b5ac7d18e4e461fa42709f51da73d29c403a (diff)
downloadframeworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.zip
frameworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.tar.gz
frameworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.tar.bz2
Finish the app fundamentals rewrite by updating the side nav and resolving links in the dev guide
Also move the app fundamentals document back to fundamentals.jd TODO: resolve links in the javadocs Change-Id: Ia3c81a83bf7fe75f7942fd41bfb1d626ee72d5d9
Diffstat (limited to 'docs/html/guide/tutorials')
-rw-r--r--docs/html/guide/tutorials/notepad/notepad-ex3.jd3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/notepad/notepad-ex3.jd b/docs/html/guide/tutorials/notepad/notepad-ex3.jd
index 573500f..557738e 100644
--- a/docs/html/guide/tutorials/notepad/notepad-ex3.jd
+++ b/docs/html/guide/tutorials/notepad/notepad-ex3.jd
@@ -203,7 +203,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>
- Android has a <a href="{@docRoot}guide/topics/fundamentals.html#lcycles">well-defined life
+ Activities have a <a
+href="{@docRoot}guide/topics/fundamentals/activities.html#Lifecycle">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