From 796ce77abf3d1d006576490c286e72ebf0736280 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 16 Feb 2011 10:04:45 -0800 Subject: docs: add breadcrumbs to articles and tutorials Change-Id: If49368853e95d39bbe6b42c6fc3820a8a7319048 --- docs/html/resources/articles/avoiding-memory-leaks.jd | 2 ++ docs/html/resources/articles/backward-compatibility.jd | 2 ++ docs/html/resources/articles/can-i-use-this-intent.jd | 2 ++ docs/html/resources/articles/contacts.jd | 2 ++ docs/html/resources/articles/creating-input-method.jd | 2 ++ docs/html/resources/articles/drawable-mutations.jd | 2 ++ docs/html/resources/articles/faster-screen-orientation-change.jd | 2 ++ docs/html/resources/articles/future-proofing.jd | 2 ++ docs/html/resources/articles/gestures.jd | 2 ++ docs/html/resources/articles/glsurfaceview.jd | 2 ++ docs/html/resources/articles/index.jd | 2 ++ docs/html/resources/articles/layout-tricks-efficiency.jd | 2 ++ docs/html/resources/articles/layout-tricks-merge.jd | 2 ++ docs/html/resources/articles/layout-tricks-reuse.jd | 2 ++ docs/html/resources/articles/layout-tricks-stubs.jd | 2 ++ docs/html/resources/articles/listview-backgrounds.jd | 2 ++ docs/html/resources/articles/live-folders.jd | 2 ++ docs/html/resources/articles/live-wallpapers.jd | 2 ++ docs/html/resources/articles/on-screen-inputs.jd | 2 ++ docs/html/resources/articles/painless-threading.jd | 2 ++ docs/html/resources/articles/qsb.jd | 2 ++ docs/html/resources/articles/speech-input.jd | 2 ++ docs/html/resources/articles/timed-ui-updates.jd | 2 ++ docs/html/resources/articles/touch-mode.jd | 2 ++ docs/html/resources/articles/track-mem.jd | 2 ++ docs/html/resources/articles/tts.jd | 2 ++ docs/html/resources/articles/ui-1.5.jd | 2 ++ docs/html/resources/articles/ui-1.6.jd | 2 ++ docs/html/resources/articles/using-webviews.jd | 2 ++ docs/html/resources/articles/wikinotes-intents.jd | 2 ++ docs/html/resources/articles/wikinotes-linkify.jd | 2 ++ docs/html/resources/articles/window-bg-speed.jd | 2 ++ docs/html/resources/articles/zipalign.jd | 2 ++ docs/html/resources/samples/get.jd | 2 ++ docs/html/resources/tutorials/hello-world.jd | 2 ++ docs/html/resources/tutorials/localization/index.jd | 2 ++ docs/html/resources/tutorials/notepad/index.jd | 2 ++ docs/html/resources/tutorials/testing/activity_test.jd | 2 ++ docs/html/resources/tutorials/testing/helloandroid_test.jd | 2 ++ docs/html/resources/tutorials/views/index.jd | 2 ++ 40 files changed, 80 insertions(+) (limited to 'docs') diff --git a/docs/html/resources/articles/avoiding-memory-leaks.jd b/docs/html/resources/articles/avoiding-memory-leaks.jd index 3361bc1..395f590 100644 --- a/docs/html/resources/articles/avoiding-memory-leaks.jd +++ b/docs/html/resources/articles/avoiding-memory-leaks.jd @@ -1,4 +1,6 @@ page.title=Avoiding Memory Leaks +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/backward-compatibility.jd b/docs/html/resources/articles/backward-compatibility.jd index ad64dfc..f96d587 100644 --- a/docs/html/resources/articles/backward-compatibility.jd +++ b/docs/html/resources/articles/backward-compatibility.jd @@ -1,4 +1,6 @@ page.title=Backward Compatibility for Applications +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/can-i-use-this-intent.jd b/docs/html/resources/articles/can-i-use-this-intent.jd index a726189..c527331 100644 --- a/docs/html/resources/articles/can-i-use-this-intent.jd +++ b/docs/html/resources/articles/can-i-use-this-intent.jd @@ -1,4 +1,6 @@ page.title=Can I Use this Intent? +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Android offers a very powerful and yet easy-to-use message type called diff --git a/docs/html/resources/articles/contacts.jd b/docs/html/resources/articles/contacts.jd index c837dc3..8365d29 100644 --- a/docs/html/resources/articles/contacts.jd +++ b/docs/html/resources/articles/contacts.jd @@ -1,4 +1,6 @@ page.title=Using the Contacts API +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Starting from Android 2.0 (API Level 5), the Android platform provides an diff --git a/docs/html/resources/articles/creating-input-method.jd b/docs/html/resources/articles/creating-input-method.jd index 6f932df..e4b77f4 100644 --- a/docs/html/resources/articles/creating-input-method.jd +++ b/docs/html/resources/articles/creating-input-method.jd @@ -1,4 +1,6 @@ page.title=Creating an Input Method +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/drawable-mutations.jd b/docs/html/resources/articles/drawable-mutations.jd index f979829..c5818fc 100644 --- a/docs/html/resources/articles/drawable-mutations.jd +++ b/docs/html/resources/articles/drawable-mutations.jd @@ -1,4 +1,6 @@ page.title=Drawable Mutations +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Android's drawables are extremely useful to easily build applications. A diff --git a/docs/html/resources/articles/faster-screen-orientation-change.jd b/docs/html/resources/articles/faster-screen-orientation-change.jd index f82e592..52531bb 100644 --- a/docs/html/resources/articles/faster-screen-orientation-change.jd +++ b/docs/html/resources/articles/faster-screen-orientation-change.jd @@ -1,4 +1,6 @@ page.title=Faster Screen Orientation Change +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/future-proofing.jd b/docs/html/resources/articles/future-proofing.jd index ee98186..b8aeedf 100644 --- a/docs/html/resources/articles/future-proofing.jd +++ b/docs/html/resources/articles/future-proofing.jd @@ -1,4 +1,6 @@ page.title=Future-Proofing Your Apps +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

It's important to implement your application so that it will not break as new diff --git a/docs/html/resources/articles/gestures.jd b/docs/html/resources/articles/gestures.jd index 8711645..5b8d760 100644 --- a/docs/html/resources/articles/gestures.jd +++ b/docs/html/resources/articles/gestures.jd @@ -1,4 +1,6 @@ page.title=Gestures +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Touch screens are a great way to interact with applications on diff --git a/docs/html/resources/articles/glsurfaceview.jd b/docs/html/resources/articles/glsurfaceview.jd index 57403ea..45407a9 100644 --- a/docs/html/resources/articles/glsurfaceview.jd +++ b/docs/html/resources/articles/glsurfaceview.jd @@ -1,4 +1,6 @@ page.title=Introducing GLSurfaceView +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/index.jd b/docs/html/resources/articles/index.jd index d2b7645..220a4ed 100644 --- a/docs/html/resources/articles/index.jd +++ b/docs/html/resources/articles/index.jd @@ -1,4 +1,6 @@ page.title=Technical Articles +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

diff --git a/docs/html/resources/articles/layout-tricks-efficiency.jd b/docs/html/resources/articles/layout-tricks-efficiency.jd index b7b5761..00b4147 100644 --- a/docs/html/resources/articles/layout-tricks-efficiency.jd +++ b/docs/html/resources/articles/layout-tricks-efficiency.jd @@ -1,4 +1,6 @@ page.title=Layout Tricks: Creating Efficient Layouts +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

The Android UI toolkit offers several layout managers that are diff --git a/docs/html/resources/articles/layout-tricks-merge.jd b/docs/html/resources/articles/layout-tricks-merge.jd index 95409e4..0ca0317 100644 --- a/docs/html/resources/articles/layout-tricks-merge.jd +++ b/docs/html/resources/articles/layout-tricks-merge.jd @@ -1,4 +1,6 @@ page.title=Layout Tricks: Merging Layouts +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

The articles showed you how to use the <include /> tag in XML layouts, to diff --git a/docs/html/resources/articles/layout-tricks-reuse.jd b/docs/html/resources/articles/layout-tricks-reuse.jd index 396e212..179c1d8 100644 --- a/docs/html/resources/articles/layout-tricks-reuse.jd +++ b/docs/html/resources/articles/layout-tricks-reuse.jd @@ -1,4 +1,6 @@ page.title=Layout Tricks: Creating Reusable UI Components +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

The Android platform offers a wide variety of UI widgets, small diff --git a/docs/html/resources/articles/layout-tricks-stubs.jd b/docs/html/resources/articles/layout-tricks-stubs.jd index 88bcb78..64f07f9 100644 --- a/docs/html/resources/articles/layout-tricks-stubs.jd +++ b/docs/html/resources/articles/layout-tricks-stubs.jd @@ -1,4 +1,6 @@ page.title=Layout Tricks: Using ViewStubs +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Sharing and reusing UI components is very easy with Android, thanks to the {@link android.widget.ListView} is one of Android's most widely used widgets. diff --git a/docs/html/resources/articles/live-folders.jd b/docs/html/resources/articles/live-folders.jd index be974f4..aeab997 100644 --- a/docs/html/resources/articles/live-folders.jd +++ b/docs/html/resources/articles/live-folders.jd @@ -1,4 +1,6 @@ page.title=Live Folders +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Live folders, introduced in Android 1.5 (API Level 3), let you display any source of data diff --git a/docs/html/resources/articles/live-wallpapers.jd b/docs/html/resources/articles/live-wallpapers.jd index 7510550..bfbbb34 100644 --- a/docs/html/resources/articles/live-wallpapers.jd +++ b/docs/html/resources/articles/live-wallpapers.jd @@ -1,4 +1,6 @@ page.title=Live Wallpapers +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/on-screen-inputs.jd b/docs/html/resources/articles/on-screen-inputs.jd index 30b4c84..6a028c8 100644 --- a/docs/html/resources/articles/on-screen-inputs.jd +++ b/docs/html/resources/articles/on-screen-inputs.jd @@ -1,4 +1,6 @@ page.title=Onscreen Input Methods +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/painless-threading.jd b/docs/html/resources/articles/painless-threading.jd index 17cec35..fea7ee2 100644 --- a/docs/html/resources/articles/painless-threading.jd +++ b/docs/html/resources/articles/painless-threading.jd @@ -1,4 +1,6 @@ page.title=Painless Threading +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

This article discusses the threading model used by Android applications and how applications can ensure best UI performance by spawning worker threads to handle long-running operations, rather than handling them in the main thread. The article also explains the API that your application can use to interact with Android UI toolkit components running on the main thread and spawn managed worker threads.

diff --git a/docs/html/resources/articles/qsb.jd b/docs/html/resources/articles/qsb.jd index d47ba54..01fb115 100644 --- a/docs/html/resources/articles/qsb.jd +++ b/docs/html/resources/articles/qsb.jd @@ -1,4 +1,6 @@ page.title=Quick Search Box +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/speech-input.jd b/docs/html/resources/articles/speech-input.jd index 282b619..d42bd59 100644 --- a/docs/html/resources/articles/speech-input.jd +++ b/docs/html/resources/articles/speech-input.jd @@ -1,4 +1,6 @@ page.title=Speech Input +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

People love their mobile phones because they can stay in touch wherever they diff --git a/docs/html/resources/articles/timed-ui-updates.jd b/docs/html/resources/articles/timed-ui-updates.jd index 863387c..7a0804f 100644 --- a/docs/html/resources/articles/timed-ui-updates.jd +++ b/docs/html/resources/articles/timed-ui-updates.jd @@ -1,4 +1,6 @@ page.title=Updating the UI from a Timer +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/touch-mode.jd b/docs/html/resources/articles/touch-mode.jd index e340062..5eae9b9 100644 --- a/docs/html/resources/articles/touch-mode.jd +++ b/docs/html/resources/articles/touch-mode.jd @@ -1,4 +1,6 @@ page.title=Touch Mode +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

This article explains the touch mode, one of the most diff --git a/docs/html/resources/articles/track-mem.jd b/docs/html/resources/articles/track-mem.jd index d580e82..c4184b5 100644 --- a/docs/html/resources/articles/track-mem.jd +++ b/docs/html/resources/articles/track-mem.jd @@ -1,4 +1,6 @@ page.title=Tracking Memory Allocations +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Writing efficient mobile applications is not always straightforward. In diff --git a/docs/html/resources/articles/tts.jd b/docs/html/resources/articles/tts.jd index e3fad91..7d07a89 100644 --- a/docs/html/resources/articles/tts.jd +++ b/docs/html/resources/articles/tts.jd @@ -1,4 +1,6 @@ page.title=Using Text-to-Speech +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Starting with Android 1.6 (API Level 4), the Android platform includes a new diff --git a/docs/html/resources/articles/ui-1.5.jd b/docs/html/resources/articles/ui-1.5.jd index c10cf52..2edaa2e 100644 --- a/docs/html/resources/articles/ui-1.5.jd +++ b/docs/html/resources/articles/ui-1.5.jd @@ -1,4 +1,6 @@ page.title=UI Framework Changes in Android 1.5 +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body diff --git a/docs/html/resources/articles/ui-1.6.jd b/docs/html/resources/articles/ui-1.6.jd index 10cb524..09108dd 100644 --- a/docs/html/resources/articles/ui-1.6.jd +++ b/docs/html/resources/articles/ui-1.6.jd @@ -1,4 +1,6 @@ page.title=UI Framework Changes in Android 1.6 +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

Android 1.6 introduces numerous enhancements and bug fixes in the UI diff --git a/docs/html/resources/articles/using-webviews.jd b/docs/html/resources/articles/using-webviews.jd index 3a1f34c..3a2430b 100644 --- a/docs/html/resources/articles/using-webviews.jd +++ b/docs/html/resources/articles/using-webviews.jd @@ -1,4 +1,6 @@ page.title=Using WebViews +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

A small application called Some Android applications require to squeeze every bit of performance out of diff --git a/docs/html/resources/articles/zipalign.jd b/docs/html/resources/articles/zipalign.jd index 013d0fe..9e767aa 100644 --- a/docs/html/resources/articles/zipalign.jd +++ b/docs/html/resources/articles/zipalign.jd @@ -1,4 +1,6 @@ page.title=Zipalign: an Easy Optimization +parent.title=Articles +parent.link=../browser.html?tag=article @jd:body

The Android SDK includes a tool called

diff --git a/docs/html/resources/tutorials/localization/index.jd b/docs/html/resources/tutorials/localization/index.jd index 8a60814..de4433b 100755 --- a/docs/html/resources/tutorials/localization/index.jd +++ b/docs/html/resources/tutorials/localization/index.jd @@ -1,4 +1,6 @@ page.title=Hello, L10N +parent.title=Tutorials +parent.link=../../browser.html?tag=tutorial @jd:body
diff --git a/docs/html/resources/tutorials/notepad/index.jd b/docs/html/resources/tutorials/notepad/index.jd index f569314..dd92184 100644 --- a/docs/html/resources/tutorials/notepad/index.jd +++ b/docs/html/resources/tutorials/notepad/index.jd @@ -1,4 +1,6 @@ page.title=Notepad Tutorial +parent.title=Tutorials +parent.link=../../browser.html?tag=tutorial @jd:body diff --git a/docs/html/resources/tutorials/testing/activity_test.jd b/docs/html/resources/tutorials/testing/activity_test.jd index c94e8ab..4b861e2 100644 --- a/docs/html/resources/tutorials/testing/activity_test.jd +++ b/docs/html/resources/tutorials/testing/activity_test.jd @@ -1,4 +1,6 @@ page.title=Activity Testing +parent.title=Tutorials +parent.link=../../browser.html?tag=tutorial @jd:body
diff --git a/docs/html/resources/tutorials/testing/helloandroid_test.jd b/docs/html/resources/tutorials/testing/helloandroid_test.jd index b47c334..4d949c8 100644 --- a/docs/html/resources/tutorials/testing/helloandroid_test.jd +++ b/docs/html/resources/tutorials/testing/helloandroid_test.jd @@ -1,4 +1,6 @@ page.title=Hello, Testing +parent.title=Tutorials +parent.link=../../browser.html?tag=tutorial @jd:body
diff --git a/docs/html/resources/tutorials/views/index.jd b/docs/html/resources/tutorials/views/index.jd index 6ea7683..bba8330 100644 --- a/docs/html/resources/tutorials/views/index.jd +++ b/docs/html/resources/tutorials/views/index.jd @@ -1,4 +1,6 @@ page.title=Hello, Views +parent.title=Tutorials +parent.link=../../browser.html?tag=tutorial @jd:body