From eb5dacddc443db0752529a69a9c48dab1b129a18 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 9 Jan 2012 17:36:46 -0800 Subject: docs: add links to Android Design from dev docs Change-Id: Ib2334be0a05d33008d2e4850547ff1c3b7b16764 --- docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs/html/guide/topics/fundamentals') diff --git a/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd b/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd index 5a1f7a2..086ba71 100644 --- a/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd +++ b/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd @@ -34,7 +34,9 @@ to perform other tasks without losing their work

See also

    -
  1. Application Lifecycle video
  2. +
  3. Android Design: +Navigation
  4. +
  5. Application Lifecycle video
  6. {@code <activity>} manifest element
  7. @@ -172,6 +174,13 @@ destroyed. The previous activity in the stack is resumed. When an activity is de +
    +

    Navigation Design

    +

    For more about how app navigation works on Android, read Android Design's Navigation guide.

    +
    + +

    Saving Activity State

    As discussed above, the system's default behavior preserves the state of an activity when it is -- cgit v1.1