am 796ce77a: docs: add breadcrumbs to articles and tutorials
* commit '796ce77abf3d1d006576490c286e72ebf0736280': docs: add breadcrumbs to articles and tutorials
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
page.title=Avoiding Memory Leaks
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Backward Compatibility for Applications
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Can I Use this Intent?
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Android offers a very powerful and yet easy-to-use message type called
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Using the Contacts API
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Starting from Android 2.0 (API Level 5), the Android platform provides an
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Creating an Input Method
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Drawable Mutations
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Android's drawables are extremely useful to easily build applications. A
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Faster Screen Orientation Change
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Future-Proofing Your Apps
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>It's important to implement your application so that it will not break as new
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Gestures
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Touch screens are a great way to interact with applications on
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Introducing GLSurfaceView
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Technical Articles
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<dl>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Layout Tricks: Creating Efficient Layouts
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>The Android UI toolkit offers several layout managers that are
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Layout Tricks: Merging Layouts
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>The articles showed you how to use the <code><include /></code> tag in XML layouts, to
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Layout Tricks: Creating Reusable UI Components
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>The Android platform offers a wide variety of UI <em>widgets</em>, small
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Layout Tricks: Using ViewStubs
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Sharing and reusing UI components is very easy with Android, thanks to the <a
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=ListView Backgrounds: An Optimization
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>{@link android.widget.ListView} is one of Android's most widely used widgets.
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Live Folders
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Live folders, introduced in Android 1.5 (API Level 3), let you display any source of data
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Live Wallpapers
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Onscreen Input Methods
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Painless Threading
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>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. </p>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Quick Search Box
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Speech Input
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p> People love their mobile phones because they can stay in touch wherever they
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Updating the UI from a Timer
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<img style="margin: 1.5em; float: right;" src="images/JFlubber.png" alt="" id="BLOGGER_PHOTO_ID_5135098660116808706" border="0">
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Touch Mode
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>This article explains the <em>touch mode</em>, one of the most
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Tracking Memory Allocations
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Writing efficient mobile applications is not always straightforward. In
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Using Text-to-Speech
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Starting with Android 1.6 (API Level 4), the Android platform includes a new
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=UI Framework Changes in Android 1.5
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=UI Framework Changes in Android 1.6
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Android 1.6 introduces numerous enhancements and bug fixes in the UI
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Using WebViews
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>A small application called <a title="WebViewDemo"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=WikiNotes: Routing Intents
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=WikiNotes: Linkify your Text!
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<img style="margin-left: 1.5em; margin-bottom:1.5em; float: right;"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Window Backgrounds & UI Speed
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>Some Android applications require to squeeze every bit of performance out of
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Zipalign: an Easy Optimization
|
||||
parent.title=Articles
|
||||
parent.link=../browser.html?tag=article
|
||||
@jd:body
|
||||
|
||||
<p>The Android SDK includes a tool called <a
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Getting the Samples
|
||||
parent.title=Sample Code
|
||||
parent.link=../browser.html?tag=sample
|
||||
|
||||
@jd:body
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Hello, World
|
||||
parent.title=Tutorials
|
||||
parent.link=../browser.html?tag=tutorial
|
||||
@jd:body
|
||||
<div id="qv-wrapper">
|
||||
<div id="qv">
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Hello, L10N
|
||||
parent.title=Tutorials
|
||||
parent.link=../../browser.html?tag=tutorial
|
||||
@jd:body
|
||||
|
||||
<div id="qv-wrapper">
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Notepad Tutorial
|
||||
parent.title=Tutorials
|
||||
parent.link=../../browser.html?tag=tutorial
|
||||
@jd:body
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Activity Testing
|
||||
parent.title=Tutorials
|
||||
parent.link=../../browser.html?tag=tutorial
|
||||
@jd:body
|
||||
<div id="qv-wrapper">
|
||||
<div id="qv">
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Hello, Testing
|
||||
parent.title=Tutorials
|
||||
parent.link=../../browser.html?tag=tutorial
|
||||
@jd:body
|
||||
<div id="qv-wrapper">
|
||||
<div id="qv">
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
page.title=Hello, Views
|
||||
parent.title=Tutorials
|
||||
parent.link=../../browser.html?tag=tutorial
|
||||
@jd:body
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user