diff options
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/topics/fundamentals/services.jd | 7 | ||||
-rw-r--r-- | docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/html/guide/topics/fundamentals/services.jd b/docs/html/guide/topics/fundamentals/services.jd index a9dd315..468a417 100644 --- a/docs/html/guide/topics/fundamentals/services.jd +++ b/docs/html/guide/topics/fundamentals/services.jd @@ -49,6 +49,13 @@ perform interprocess communication</li> LocalService}</a></li> </ol> +<h2>Articles</h2> +<ol> + <li><a href="{@docRoot}resources/articles/multitasking-android-way.html">Multitasking the Android Way</a></li> + <li><a href="{@docRoot}resources/articles/service-api-changes-starting-with.html">Service API changes starting + with Android 2.0</a></li> +</ol> + <h2>See also</h2> <ol> <li><a href="{@docRoot}guide/topics/fundamentals/bound-services.html">Bound Services</a></li> 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 f22e5b2..072488c 100644 --- a/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd +++ b/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd @@ -27,6 +27,11 @@ to perform other tasks without losing their work</li> </li> </ol> +<h2>Articles</h2> +<ol> + <li><a href="{@docRoot}resources/articles/multitasking-android-way.html">Multitasking the Android Way</a></li> +</ol> + <h2>See also</h2> <ol> <li><a><a href="{@docRoot}videos/index.html#v=fL6gSd4ugSI">Application Lifecycle video</a></li> |