docs: misc bugs from external tracker

Change-Id: I02d0d82c220401ac3a1ca180e8331a0f6dcd9e50
This commit is contained in:
Scott Main
2012-07-03 16:25:52 -07:00
parent 099fd80f98
commit fd516987de
7 changed files with 19 additions and 715 deletions

View File

@@ -60,7 +60,7 @@ import java.io.PrintWriter;
*
* <p>DialogFragment needs to ensure that what is happening with the Fragment
* and Dialog states remains consistent. To do this, it watches for dismiss
* events from the dialog and takes are of removing its own state when they
* events from the dialog and takes care of removing its own state when they
* happen. This means you should use {@link #show(FragmentManager, String)}
* or {@link #show(FragmentTransaction, String)} to add an instance of
* DialogFragment to your UI, as these keep track of how DialogFragment should

View File

@@ -654,8 +654,8 @@ category:
</p>
<pre>&lt;intent-filter . . . &gt;
&lt;action android:name="code android.intent.action.MAIN" /&gt;
&lt;category android:name="code android.intent.category.LAUNCHER" /&gt;
&lt;action android:name="android.intent.action.MAIN" /&gt;
&lt;category android:name="android.intent.category.LAUNCHER" /&gt;
&lt;/intent-filter&gt;</pre>

View File

@@ -47,7 +47,7 @@ TimePicker</a></li>
<p>A dialog is usually a small window that appears in front of the current Activity.
The underlying Activity loses focus and the dialog accepts all user interaction. Dialogs are
normally used for notifications that should interupt the user and to perform short tasks that
normally used for notifications that should interrupt the user and to perform short tasks that
directly relate to the application in progress (such as a progress bar or a login prompt).</p>
<p>The {@link android.app.Dialog} class is the base class for creating dialogs. However, you

View File

@@ -151,15 +151,6 @@ http://developer.android.com/tools/publishing/preparing.html
http://developer.android.com/tools/publishing/publishing.html
http://developer.android.com/guide/practices/compatibility.html
http://developer.android.com/guide/practices/screens_support.html
http://developer.android.com/guide/practices/ui_guidelines/index.html
http://developer.android.com/guide/practices/ui_guidelines/icon_design.html
http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html
http://developer.android.com/guide/practices/ui_guidelines/icon_design_menu.html
http://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html
http://developer.android.com/guide/practices/ui_guidelines/icon_design_tab.html
http://developer.android.com/guide/practices/ui_guidelines/icon_design_dialog.html
http://developer.android.com/guide/practices/ui_guidelines/icon_design_list.html
http://developer.android.com/guide/practices/ui_guidelines/widget_design.html
http://developer.android.com/guide/practices/performance.html
http://developer.android.com/guide/practices/responsiveness.html
http://developer.android.com/guide/practices/seamlessness.html
@@ -210,9 +201,6 @@ http://developer.android.com/resources/articles/wikinotes-intents.html
http://developer.android.com/resources/articles/window-bg-speed.html
http://developer.android.com/resources/articles/zipalign.html
http://developer.android.com/training/basics/firstapp/index.html
http://developer.android.com/resources/tutorials/views/index.html
http://developer.android.com/resources/tutorials/localization/index.html
http://developer.android.com/resources/tutorials/testing/helloandroid_test.html
http://developer.android.com/training/notepad/index.html
http://developer.android.com/tools/testing/activity_test.html
http://developer.android.com/resources/samples/get.html
@@ -614,7 +602,6 @@ http://developer.android.com/reference/org/xml/sax/package-descr.html
http://developer.android.com/reference/org/xml/sax/helpers/DefaultHandler.html
http://developer.android.com/reference/android/widget/ListView.html
http://developer.android.com/reference/android/app/ListActivity.html
http://developer.android.com/resources/tutorials/views/hello-listview.html
http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html
http://developer.android.com/reference/android/widget/Adapter.html
http://developer.android.com/reference/android/widget/CursorAdapter.html
@@ -973,7 +960,6 @@ http://developer.android.com/reference/android/text/util/Linkify.html
http://developer.android.com/reference/android/test/ActivityInstrumentationTestCase2.html
http://developer.android.com/reference/junit/framework/Assert.html
http://developer.android.com/reference/junit/framework/TestCase.html
http://developer.android.com/resources/tutorials/views/hello-spinner.html
http://developer.android.com/reference/android/widget/AbsSpinner.html
http://developer.android.com/reference/android/test/InstrumentationTestCase.html
http://developer.android.com/reference/android/app/Instrumentation.html
@@ -1239,7 +1225,6 @@ http://developer.android.com/resources/samples/BackupRestore/res/index.html
http://developer.android.com/resources/samples/BackupRestore/src/index.html
http://developer.android.com/resources/samples/BackupRestore/AndroidManifest.html
http://developer.android.com/reference/android/webkit/WebViewClient.html
http://developer.android.com/resources/tutorials/views/hello-webview.html
http://developer.android.com/reference/android/location/Geocoder.html
http://developer.android.com/sdk/1.0_r1/upgrading.html
http://developer.android.com/reference/java/security/cert/CertPathBuilderResult.html
@@ -1310,7 +1295,6 @@ http://developer.android.com/reference/android/R.string.html
http://developer.android.com/reference/android/R.styleable.html
http://developer.android.com/reference/android/R.xml.html
http://developer.android.com/reference/android/package-descr.html
http://developer.android.com/resources/tutorials/views/hello-linearlayout.html
http://developer.android.com/reference/android/view/Gravity.html
http://developer.android.com/reference/android/view/View.MeasureSpec.html
http://developer.android.com/reference/java/nio/Buffer.html
@@ -1880,7 +1864,6 @@ http://developer.android.com/reference/android/view/InflateException.html
http://developer.android.com/reference/android/view/Surface.OutOfResourcesException.html
http://developer.android.com/reference/android/view/SurfaceHolder.BadSurfaceTypeException.html
http://developer.android.com/reference/android/view/WindowManager.BadTokenException.html
http://developer.android.com/resources/tutorials/views/hello-datepicker.html
http://developer.android.com/reference/java/util/TimeZone.html
http://developer.android.com/reference/android/util/TimeFormatException.html
http://developer.android.com/resources/samples/BackupRestore/src/com/index.html
@@ -2002,7 +1985,6 @@ http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/
http://developer.android.com/reference/java/io/Writer.html
http://developer.android.com/reference/java/io/OutputStream.html
http://developer.android.com/reference/java/lang/Boolean.html
http://developer.android.com/resources/tutorials/views/hello-gridview.html
http://developer.android.com/reference/android/gesture/GestureOverlayView.OnGestureListener.html
http://developer.android.com/reference/android/gesture/GestureOverlayView.OnGesturePerformedListener.html
http://developer.android.com/reference/android/gesture/GestureOverlayView.OnGesturingListener.html
@@ -2793,7 +2775,6 @@ http://developer.android.com/reference/org/apache/http/client/RedirectException.
http://developer.android.com/reference/android/graphics/drawable/shapes/Shape.html
http://developer.android.com/resources/samples/Wiktionary/src/com/index.html
http://developer.android.com/reference/org/apache/http/cookie/CookieOrigin.html
http://developer.android.com/resources/tutorials/views/hello-formstuff.html
http://developer.android.com/reference/org/apache/http/message/HeaderValueFormatter.html
http://developer.android.com/reference/org/apache/http/message/HeaderValueParser.html
http://developer.android.com/reference/org/apache/http/message/LineFormatter.html
@@ -2860,8 +2841,6 @@ http://developer.android.com/reference/org/apache/http/auth/BasicUserPrincipal.h
http://developer.android.com/reference/org/apache/http/auth/NTCredentials.html
http://developer.android.com/reference/org/apache/http/auth/NTUserPrincipal.html
http://developer.android.com/reference/org/apache/http/auth/UsernamePasswordCredentials.html
http://developer.android.com/resources/tutorials/views/hello-tablelayout.html
http://developer.android.com/resources/tutorials/views/hello-relativelayout.html
http://developer.android.com/reference/org/apache/http/impl/conn/tsccm/package-descr.html
http://developer.android.com/training/notepad/notepad-ex1.html
http://developer.android.com/training/notepad/notepad-ex2.html
@@ -3688,13 +3667,11 @@ http://developer.android.com/sdk/api_diff/3/changes/android.provider.MediaStore.
http://developer.android.com/sdk/api_diff/3/changes/android.provider.Settings.html
http://developer.android.com/sdk/api_diff/3/changes/android.provider.Settings.System.html
http://developer.android.com/reference/android/test/mock/package-descr.html
http://developer.android.com/resources/tutorials/views/hello-timepicker.html
http://developer.android.com/resources/samples/WiktionarySimple/res/drawable/index.html
http://developer.android.com/resources/samples/WiktionarySimple/res/layout/index.html
http://developer.android.com/resources/samples/WiktionarySimple/res/values/index.html
http://developer.android.com/resources/samples/WiktionarySimple/res/xml/index.html
http://developer.android.com/sdk/api_diff/3/changes/android.telephony.gsm.SmsMessage.html
http://developer.android.com/resources/tutorials/views/hello-gallery.html
http://developer.android.com/resources/samples/BackupRestore/res/layout/backup_restore.html
http://developer.android.com/sdk/api_diff/3/changes/android.util.SparseIntArray.html
http://developer.android.com/sdk/api_diff/3/changes/android.util.TimeUtils.html
@@ -3894,7 +3871,6 @@ http://developer.android.com/reference/org/apache/http/client/entity/UrlEncodedF
http://developer.android.com/resources/samples/NotePad/tests/src/index.html
http://developer.android.com/resources/samples/NotePad/tests/AndroidManifest.html
http://developer.android.com/reference/java/beans/PropertyChangeListener.html
http://developer.android.com/resources/tutorials/views/hello-tabwidget.html
http://developer.android.com/resources/samples/Home/src/com/example/index.html
http://developer.android.com/reference/javax/sql/CommonDataSource.html
http://developer.android.com/reference/javax/sql/ConnectionEventListener.html
@@ -4270,8 +4246,6 @@ http://developer.android.com/sdk/api_diff/5/changes/methods_index_all.html
http://developer.android.com/sdk/api_diff/5/changes/fields_index_all.html
http://developer.android.com/reference/android/appwidget/package-descr.html
http://developer.android.com/reference/org/apache/http/auth/package-descr.html
http://developer.android.com/resources/tutorials/views/hello-autocomplete.html
http://developer.android.com/resources/tutorials/views/hello-mapview.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html
http://developer.android.com/resources/samples/AccelerometerPlay/res/drawable-hdpi/index.html
http://developer.android.com/resources/samples/AccelerometerPlay/res/drawable-ldpi/index.html
@@ -5021,682 +4995,12 @@ http://developer.android.com/resources/samples/MultiResolution/res/drawable-ldpi
http://developer.android.com/reference/android/app/package-descr.html
http://developer.android.com/resources/samples/TicTacToeLib/res/layout/lib_game.html
http://developer.android.com/guide/google/play/billing/billing-intents
http://developer.android.com/resources/samples/TicTacToeLib/res/values/strings.html
http://developer.android.com/resources/samples/ApiDemos/res/values-normal-notlong/strings.html
http://developer.android.com/resources/samples/TicTacToeMain/src/com/example/android/index.html
http://developer.android.com/resources/samples/Wiktionary/src/com/example/android/wiktionary/index.html
http://developer.android.com/resources/samples/Home/res/layout-land/home.html
http://developer.android.com/resources/samples/ApiDemos/res/values-large-notlong/strings.html
http://developer.android.com/resources/samples/BusinessCard/src/com/example/index.html
http://developer.android.com/resources/samples/ApiDemos/res/values-normal-long/strings.html
http://developer.android.com/resources/samples/MultiResolution/res/layout-land/main.html
http://developer.android.com/resources/samples/ApiDemos/res/values-small-long/strings.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/animated_gif.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/balloons.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/beach.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/black_box.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/black_opaque_box.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/box.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/circular_progress.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/filled_box.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/frog.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_background_1.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_photo_1.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_photo_2.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_photo_3.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_photo_4.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_photo_5.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_photo_6.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_photo_7.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/gallery_photo_8.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/icon48x48_1.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/line.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/logo160dpi.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/npatch160dpi.9.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/photo1.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/photo2.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/photo3.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/photo4.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/photo5.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/photo6.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/picture_frame.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/reslogo160dpi.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_0.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_1.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_2.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_3.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_4.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_5.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_6.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_7.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_thumb_0.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_thumb_1.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_thumb_2.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_thumb_3.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_thumb_4.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_thumb_5.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_thumb_6.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/sample_thumb_7.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/scrollbar_vertical_thumb.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/scrollbar_vertical_track.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/shape_1.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/shape_2.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/shape_3.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/shape_4.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/shape_5.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/smlnpatch160dpi.9.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable/stylogo160dpi.html
http://developer.android.com/sdk/api_diff/3/changes/fields_index_removals.html
http://developer.android.com/sdk/api_diff/3/changes/fields_index_additions.html
http://developer.android.com/sdk/api_diff/3/changes/fields_index_changes.html
http://developer.android.com/resources/samples/SearchableDictionary/res/menu/options_menu.html
http://developer.android.com/resources/samples/Spinner/src/com/android/example/index.html
http://developer.android.com/resources/samples/ApiDemos/res/values-normal/strings.html
http://developer.android.com/resources/samples/ApiDemos/res/values-small-notlong/strings.html
http://developer.android.com/resources/samples/MultiResolution/src/com/example/android/index.html
http://developer.android.com/resources/samples/WiktionarySimple/src/com/example/index.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/index.html
http://developer.android.com/resources/samples/LunarLander/res/values/strings.html
http://developer.android.com/resources/samples/SoftKeyboard/res/layout/input.html
http://developer.android.com/resources/samples/MultiResolution/res/layout/main.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable-nodpi/logonodpi120.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable-nodpi/logonodpi160.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable-nodpi/logonodpi240.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/activity_animation.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/alarm_controller.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/alarm_service.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/alert_dialog.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/alert_dialog_text_entry.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/animation_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/animation_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/animation_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/animations_main_screen.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/appwidget_configure.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/appwidget_provider.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/autocomplete_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/autocomplete_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/autocomplete_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/autocomplete_4.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/autocomplete_5.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/autocomplete_6.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_4.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_6.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_7.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_nested_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_nested_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/baseline_nested_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/buttons_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/chronometer.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/contacts_filter.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/controls_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/custom_dialog_activity.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/custom_title.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/custom_title_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/date_widgets_example_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/date_widgets_example_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/density_image_views.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/density_styled_image_views.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/device_admin_sample.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/dialog_activity.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/external_storage.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/external_storage_item.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/focus_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/focus_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/focus_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/foreground_service_controller.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/forward_target.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/forwarding.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/gallery_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/gallery_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/google_login.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/grid_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/grid_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/hello_world.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/image_button_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/image_switcher_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/image_view_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/incoming_message.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/incoming_message_info.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/incoming_message_panel.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/incoming_message_view.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/intents.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/launcher_shortcuts.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/layout_animation_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/layout_animation_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/layout_animation_4.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/layout_animation_5.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/layout_animation_6.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/layout_animation_7.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_10.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_4.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_5.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_6.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_7.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_8.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/linear_layout_9.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/link.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/list_12.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/list_13.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/list_7.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/list_8.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/list_item_checkbox.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/list_item_icon_text.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/list_position.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/local_sample.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/local_service_binding.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/local_service_controller.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/log_text_box_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/mapview.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/marquee.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/mediaplayer_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/mediaplayer_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/messenger_service_binding.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/morse_code.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/notify_with_text.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/notifying_controller.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/pick_contact.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/preference_widget_mypreference.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/progressbar_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/progressbar_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/progressbar_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/progressbar_4.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/quick_contacts.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/radio_group_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/ratingbar_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/read_asset.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/receive_result.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/redirect_enter.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/redirect_getter.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/redirect_main.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/relative_layout_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/relative_layout_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/remote_service_binding.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/remote_service_controller.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/reorder_four.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/reorder_on_launch.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/reorder_three.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/reorder_two.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/resources.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/save_restore_state.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/screen_orientation.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/scroll_view_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/scroll_view_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/scrollbar1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/scrollbar2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/scrollbar3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/search_invoke.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/search_query_results.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/secure_view.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/secure_view_overlay.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/seekbar_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/select_dialog.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/send_result.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/service_start_arguments_controller.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/shape_drawable_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/sms_demo.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/spinner_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/status_bar_balloon.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/status_bar_notifications.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/styled_text.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/surface_view_overlay.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_10.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_11.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_12.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_3.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_4.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_5.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_6.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_7.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_8.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/table_layout_9.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/tabs1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/text_switcher_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/text_to_speech.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/translucent_background.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/videoview.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/visibility_1.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/voice_recognition.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/wallpaper_2.html
http://developer.android.com/resources/samples/ApiDemos/res/layout/webview_1.html
http://developer.android.com/resources/samples/ApiDemos/res/values-notlong/strings.html
http://developer.android.com/resources/samples/SampleSyncAdapter/res/xml/authenticator.html
http://developer.android.com/resources/samples/SampleSyncAdapter/res/xml/contacts.html
http://developer.android.com/resources/samples/SampleSyncAdapter/res/xml/syncadapter.html
http://developer.android.com/reference/android/graphics/drawable/shapes/package-descr.html
http://developer.android.com/resources/samples/TicTacToeMain/src/com/example/android/tictactoe/index.html
http://developer.android.com/resources/samples/LunarLander/src/com/example/index.html
http://developer.android.com/resources/samples/LunarLander/tests/src/com/example/android/index.html
http://developer.android.com/resources/samples/Snake/src/com/example/android/index.html
http://developer.android.com/resources/samples/TicTacToeLib/src/com/example/index.html
http://developer.android.com/resources/samples/Home/res/values-nl-rNL/strings.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-mdpi/android.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-mdpi/ic_launcher.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-mdpi/image_container.9.html
http://developer.android.com/resources/samples/Snake/res/layout/snake_layout.html
http://developer.android.com/resources/samples/ContactManager/res/drawable-ldpi/icon.html
http://developer.android.com/resources/samples/Spinner/src/com/android/example/spinner/index.html
http://developer.android.com/resources/samples/MultiResolution/src/com/example/android/multires/index.html
http://developer.android.com/resources/samples/SpinnerTest/src/com/android/example/spinner/test/index.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-ldpi/android.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-ldpi/ic_launcher.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-ldpi/image_container.9.html
http://developer.android.com/resources/samples/Snake/res/drawable/greenstar.html
http://developer.android.com/resources/samples/Snake/res/drawable/redstar.html
http://developer.android.com/resources/samples/Snake/res/drawable/yellowstar.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable-ldpi/logo120dpi.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable-ldpi/npatch120dpi.9.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable-ldpi/reslogo120dpi.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable-ldpi/smlnpatch120dpi.9.html
http://developer.android.com/resources/samples/ApiDemos/res/drawable-ldpi/stylogo120dpi.html
http://developer.android.com/sdk/api_diff/5/changes/alldiffs_index_removals.html
http://developer.android.com/sdk/api_diff/5/changes/alldiffs_index_additions.html
http://developer.android.com/sdk/api_diff/5/changes/alldiffs_index_changes.html
http://developer.android.com/resources/samples/BackupRestore/src/com/example/android/index.html
http://developer.android.com/resources/samples/BluetoothChat/src/com/example/android/BluetoothChat/index.html
http://developer.android.com/resources/samples/ContactManager/src/com/example/android/index.html
http://developer.android.com/resources/samples/ApiDemos/res/values-large-long/strings.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/index.html
http://developer.android.com/resources/samples/WiktionarySimple/res/drawable/app_icon.html
http://developer.android.com/resources/samples/WiktionarySimple/res/drawable/star_logo.html
http://developer.android.com/resources/samples/WiktionarySimple/res/drawable/widget_bg.html
http://developer.android.com/resources/samples/WiktionarySimple/res/drawable/widget_bg_normal.9.html
http://developer.android.com/resources/samples/WiktionarySimple/res/drawable/widget_bg_pressed.9.html
http://developer.android.com/resources/samples/WiktionarySimple/res/drawable/widget_bg_selected.9.html
http://developer.android.com/resources/samples/SearchableDictionary/src/com/index.html
http://developer.android.com/resources/samples/Snake/tests/src/index.html
http://developer.android.com/resources/samples/Snake/tests/AndroidManifest.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/background.9.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/icon.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/sample_0.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/sample_1.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/sample_2.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/sample_3.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/sample_4.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/sample_5.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/sample_6.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable/sample_7.html
http://developer.android.com/resources/samples/AccelerometerPlay/src/com/example/index.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/cycle_7.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/fade.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/hold.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/hyperspace_in.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/hyperspace_out.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/layout_animation_row_left_slide.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/layout_animation_row_right_slide.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/layout_animation_table.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/layout_bottom_to_top_slide.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/layout_grid_fade.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/layout_grid_inverse_fade.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/layout_random_fade.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/layout_wave_scale.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/push_left_in.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/push_left_out.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/push_up_in.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/push_up_out.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/shake.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/slide_left.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/slide_right.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/slide_top_to_bottom.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/wave_scale.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/zoom_enter.html
http://developer.android.com/resources/samples/ApiDemos/res/anim/zoom_exit.html
http://developer.android.com/resources/samples/BusinessCard/src/com/example/android/index.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-hdpi/android.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-hdpi/ic_launcher.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-hdpi/image_container.9.html
http://developer.android.com/resources/samples/BackupRestore/src/com/example/android/backuprestore/index.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-mdpi-v6/ic_launcher.html
http://developer.android.com/resources/samples/LunarLander/res/layout/lunar_layout.html
http://developer.android.com/resources/samples/SpinnerTest/res/values/index.html
http://developer.android.com/resources/samples/JetBoy/src/com/example/android/index.html
http://developer.android.com/resources/samples/TicTacToeLib/src/com/example/android/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/index.html
http://developer.android.com/resources/samples/SoftKeyboard/src/com/example/android/index.html
http://developer.android.com/resources/samples/AccelerometerPlay/src/com/example/android/index.html
http://developer.android.com/resources/samples/ContactManager/src/com/example/android/contactmanager/index.html
http://developer.android.com/resources/samples/BluetoothChat/src/com/example/android/BluetoothChat/BluetoothChat.html
http://developer.android.com/resources/samples/BluetoothChat/src/com/example/android/BluetoothChat/BluetoothChatService.html
http://developer.android.com/resources/samples/BluetoothChat/src/com/example/android/BluetoothChat/DeviceListActivity.html
http://developer.android.com/resources/samples/Home/res/values-es-rUS/strings.html
http://developer.android.com/resources/samples/NotePad/src/com/example/android/notepad/index.html
http://developer.android.com/resources/samples/NotePad/tests/src/com/example/index.html
http://developer.android.com/resources/samples/JetBoy/src/com/example/android/jetboy/index.html
http://developer.android.com/resources/samples/BackupRestore/src/com/example/android/backuprestore/BackupRestoreActivity.html
http://developer.android.com/resources/samples/BackupRestore/src/com/example/android/backuprestore/FileHelperExampleAgent.html
http://developer.android.com/resources/samples/BackupRestore/src/com/example/android/backuprestore/MultiRecordExampleAgent.html
http://developer.android.com/resources/samples/BusinessCard/src/com/example/android/businesscard/index.html
http://developer.android.com/resources/samples/SoftKeyboard/src/com/example/android/softkeyboard/index.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-mdpi/sym_keyboard_delete.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-mdpi/sym_keyboard_done.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-mdpi/sym_keyboard_return.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-mdpi/sym_keyboard_search.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-mdpi/sym_keyboard_shift.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-mdpi/sym_keyboard_space.html
http://developer.android.com/resources/samples/WiktionarySimple/src/com/example/android/index.html
http://developer.android.com/resources/samples/NotePad/tests/src/com/example/android/index.html
http://developer.android.com/resources/samples/Wiktionary/res/anim/slide_in.html
http://developer.android.com/resources/samples/Wiktionary/res/anim/slide_out.html
http://developer.android.com/resources/samples/TicTacToeLib/src/com/example/android/tictactoe/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/index.html
http://developer.android.com/resources/samples/SpinnerTest/res/values/strings.html
http://developer.android.com/resources/samples/ApiDemos/res/raw/robot.html
http://developer.android.com/resources/samples/ApiDemos/res/raw/skycubemap0.html
http://developer.android.com/resources/samples/ApiDemos/res/raw/skycubemap1.html
http://developer.android.com/resources/samples/ApiDemos/res/raw/skycubemap2.html
http://developer.android.com/resources/samples/ApiDemos/res/raw/skycubemap3.html
http://developer.android.com/resources/samples/ApiDemos/res/raw/skycubemap4.html
http://developer.android.com/resources/samples/ApiDemos/res/raw/skycubemap5.html
http://developer.android.com/resources/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/index.html
http://developer.android.com/resources/samples/Home/src/com/example/android/index.html
http://developer.android.com/resources/samples/Wiktionary/src/com/example/android/wiktionary/ExtendedWikiHelper.html
http://developer.android.com/resources/samples/Wiktionary/src/com/example/android/wiktionary/LookupActivity.html
http://developer.android.com/resources/samples/Wiktionary/src/com/example/android/wiktionary/SimpleWikiHelper.html
http://developer.android.com/resources/samples/Wiktionary/src/com/example/android/wiktionary/WordWidget.html
http://developer.android.com/resources/samples/SoftKeyboard/src/com/example/android/softkeyboard/CandidateView.html
http://developer.android.com/resources/samples/SoftKeyboard/src/com/example/android/softkeyboard/LatinKeyboard.html
http://developer.android.com/resources/samples/SoftKeyboard/src/com/example/android/softkeyboard/LatinKeyboardView.html
http://developer.android.com/resources/samples/SoftKeyboard/src/com/example/android/softkeyboard/SoftKeyboard.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/camera_menu.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/category_order.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/checkable.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/disabled.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/groups.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/order.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/shortcuts.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/submenu.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/title_icon.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/title_only.html
http://developer.android.com/resources/samples/ApiDemos/res/menu/visible.html
http://developer.android.com/resources/samples/Home/res/drawable/all_applications.html
http://developer.android.com/resources/samples/Home/res/drawable/all_applications_background.html
http://developer.android.com/resources/samples/Home/res/drawable/all_applications_button_background.html
http://developer.android.com/resources/samples/Home/res/drawable/favorite_background.html
http://developer.android.com/resources/samples/Home/res/drawable/grid_selector.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/app/index.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/os/index.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/view/index.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/AllTests.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/ApiDemosApplicationTests.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/ApiDemosTest.html
http://developer.android.com/resources/samples/WiktionarySimple/src/com/example/android/simplewiktionary/index.html
http://developer.android.com/resources/samples/Snake/res/values/attrs.html
http://developer.android.com/resources/samples/Snake/res/values/strings.html
http://developer.android.com/resources/samples/CubeLiveWallpaper/src/com/example/android/livecubes/index.html
http://developer.android.com/resources/samples/SearchableDictionary/src/com/example/index.html
http://developer.android.com/resources/samples/Spinner/src/com/android/example/spinner/SpinnerActivity.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-hdpi/sym_keyboard_delete.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-hdpi/sym_keyboard_done.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-hdpi/sym_keyboard_return.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-hdpi/sym_keyboard_search.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-hdpi/sym_keyboard_shift.html
http://developer.android.com/resources/samples/SoftKeyboard/res/drawable-hdpi/sym_keyboard_space.html
http://developer.android.com/resources/samples/ApiDemos/res/values-small/strings.html
http://developer.android.com/resources/samples/NotePad/src/com/example/android/notepad/NotePad.html
http://developer.android.com/resources/samples/NotePad/src/com/example/android/notepad/NotePadProvider.html
http://developer.android.com/resources/samples/NotePad/src/com/example/android/notepad/NotesList.html
http://developer.android.com/resources/samples/NotePad/src/com/example/android/notepad/NotesLiveFolder.html
http://developer.android.com/resources/samples/NotePad/src/com/example/android/notepad/TitleEditor.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/view/Focus2ActivityTest.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/view/Focus2AndroidTest.html
http://developer.android.com/resources/samples/BusinessCard/src/com/example/android/businesscard/BusinessCardActivity.html
http://developer.android.com/resources/samples/BusinessCard/src/com/example/android/businesscard/ContactAccessor.html
http://developer.android.com/resources/samples/BusinessCard/src/com/example/android/businesscard/ContactAccessorSdk3_4.html
http://developer.android.com/resources/samples/BusinessCard/src/com/example/android/businesscard/ContactAccessorSdk5.html
http://developer.android.com/resources/samples/BusinessCard/src/com/example/android/businesscard/ContactInfo.html
http://developer.android.com/resources/samples/TicTacToeLib/src/com/example/android/tictactoe/library/index.html
http://developer.android.com/resources/samples/MultiResolution/res/values/strings.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/index.html
http://developer.android.com/resources/samples/ApiDemos/res/values-long/strings.html
http://developer.android.com/resources/samples/LunarLander/src/com/example/android/index.html
http://developer.android.com/resources/samples/WiktionarySimple/src/com/example/android/simplewiktionary/SimpleWikiHelper.html
http://developer.android.com/resources/samples/WiktionarySimple/src/com/example/android/simplewiktionary/WordWidget.html
http://developer.android.com/resources/samples/Snake/src/com/example/android/snake/index.html
http://developer.android.com/resources/samples/Snake/tests/src/com/index.html
http://developer.android.com/resources/samples/NotePad/tests/src/com/example/android/notepad/index.html
http://developer.android.com/resources/samples/ContactManager/src/com/example/android/contactmanager/ContactAdder.html
http://developer.android.com/resources/samples/ContactManager/src/com/example/android/contactmanager/ContactManager.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/index.html
http://developer.android.com/resources/samples/Home/src/com/example/android/home/index.html
http://developer.android.com/resources/samples/MultiResolution/res/drawable-hdpi-v6/ic_launcher.html
http://developer.android.com/sdk/api_diff/5/changes/fields_index_removals.html
http://developer.android.com/sdk/api_diff/5/changes/fields_index_additions.html
http://developer.android.com/sdk/api_diff/5/changes/fields_index_changes.html
http://developer.android.com/resources/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/index.html
http://developer.android.com/resources/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/index.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/index.html
http://developer.android.com/resources/samples/JetBoy/src/com/example/android/jetboy/Asteroid.html
http://developer.android.com/resources/samples/JetBoy/src/com/example/android/jetboy/Explosion.html
http://developer.android.com/resources/samples/JetBoy/src/com/example/android/jetboy/JetBoy.html
http://developer.android.com/resources/samples/JetBoy/src/com/example/android/jetboy/JetBoyView.html
http://developer.android.com/resources/samples/Snake/tests/src/com/example/index.html
http://developer.android.com/resources/samples/Home/src/com/example/android/home/ApplicationInfo.html
http://developer.android.com/resources/samples/Home/src/com/example/android/home/ApplicationsStackLayout.html
http://developer.android.com/resources/samples/Home/src/com/example/android/home/Home.html
http://developer.android.com/resources/samples/Home/src/com/example/android/home/Wallpaper.html
http://developer.android.com/resources/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/AccelerometerPlayActivity.html
http://developer.android.com/resources/samples/Snake/src/com/example/android/snake/Snake.html
http://developer.android.com/resources/samples/Snake/src/com/example/android/snake/SnakeView.html
http://developer.android.com/resources/samples/Snake/src/com/example/android/snake/TileView.html
http://developer.android.com/resources/samples/Wiktionary/res/layout/about.html
http://developer.android.com/resources/samples/Wiktionary/res/layout/lookup.html
http://developer.android.com/resources/samples/Wiktionary/res/layout/widget_message.html
http://developer.android.com/resources/samples/Wiktionary/res/layout/widget_word.html
http://developer.android.com/resources/samples/LunarLander/tests/src/com/example/android/lunarlander/index.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/os/MorseCodeConverterTest.html
http://developer.android.com/resources/samples/SearchableDictionary/src/com/example/android/index.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/app/ForwardingTest.html
http://developer.android.com/resources/samples/ApiDemos/tests/src/com/example/android/apis/app/LocalServiceTest.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/appwidget/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/os/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/text/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/ApiDemos.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/ApiDemosApplication.html
http://developer.android.com/resources/samples/ApiDemos/res/values-large/strings.html
http://developer.android.com/resources/samples/Snake/tests/src/com/example/android/index.html
http://developer.android.com/resources/samples/NotePad/tests/src/com/example/android/notepad/NotePadTest.html
http://developer.android.com/resources/samples/MultiResolution/src/com/example/android/multires/MultiRes.html
http://developer.android.com/resources/samples/LunarLander/src/com/example/android/lunarlander/index.html
http://developer.android.com/resources/samples/LunarLander/tests/src/com/example/android/lunarlander/LunarLanderTest.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/ExternalStorage.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/StyledText.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/ResourcesSample.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/PickContact.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/ReadAsset.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/os/MorseCode.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/os/MorseCodeConverter.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/os/Sensors.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/os/SmsMessageReceiver.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/os/SmsMessagingDemo.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/os/SmsReceivedDialog.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/HelloWorld.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/SaveRestoreState.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/PersistentState.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ReceiveResult.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/Forwarding.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/RedirectEnter.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/TranslucentActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/TranslucentBlurActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/LocalService.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/RemoteService.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ServiceStartArguments.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ForegroundService.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/AlarmController.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/OneShotAlarm.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/RepeatingAlarm.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/AlarmService.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/AlarmService_Service.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/NotifyWithText.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/IncomingMessage.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/SearchInvoke.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/SearchQueryResults.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/SearchSuggestionSampleProvider.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/AdvancedPreferences.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/AlertDialogSamples.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/Animation.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ContactsFilter.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ContactsFilterInstrumentation.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ContactsSelectInstrumentation.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/CustomDialogActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/CustomTitle.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/DefaultValues.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/DialogActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ForwardTarget.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/IncomingMessageView.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/Intents.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/LauncherShortcuts.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/LaunchingPreferences.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/LocalSample.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/LocalSampleInstrumentation.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/LocalServiceActivities.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/MenuInflateFromXml.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/MessengerService.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/MessengerServiceActivities.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/MyPreference.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/NotificationDisplay.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/NotifyingController.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/NotifyingService.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/PreferenceDependencies.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/PreferencesFromCode.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/PreferencesFromXml.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/QuickContactsDemo.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/RedirectGetter.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/RedirectMain.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ReorderFour.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ReorderOnLaunch.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ReorderThree.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ReorderTwo.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ScreenOrientation.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/SendResult.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/SetWallpaperActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/StatusBarNotifications.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/TextToSpeechActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/WallpaperActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ShapeDrawable1.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/PolyToPoly.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/DrawPoints.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/PathEffects.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/SurfaceViewOverlay.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchPaint.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/AlphaBitmap.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawable.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawables.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Arcs.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/BitmapDecode.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/BitmapMesh.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/BitmapPixels.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Clipping.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ColorFilters.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ColorMatrixSample.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ColorPickerDialog.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Compass.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CompressedTextureActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CreateBitmap.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Cube.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CubeMapActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CubeRenderer.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/DensityActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/FingerPaint.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/FrameBufferObjectActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/GLES20Activity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/GLES20TriangleRenderer.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/GradientDrawable1.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/GraphicsActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Layers.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/MatrixPaletteActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/MatrixPaletteRenderer.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/MeasureText.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/PathFillTypes.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Patterns.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/PictureLayout.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Pictures.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ProxyDrawable.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/PurgeableBitmap.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/PurgeableBitmapView.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Regions.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/RoundRects.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ScaleToFit.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/SensorTest.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/StaticTriangleRenderer.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Sweep.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/TextAlign.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchRotateActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/TranslucentGLSurfaceViewActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/TriangleActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/TriangleRenderer.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Typefaces.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/UnicodeChart.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Vertices.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/WindowSurface.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/Xfermodes.html
http://developer.android.com/resources/samples/SearchableDictionary/src/com/example/android/searchabledict/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/text/Link.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/text/LogTextBox.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/text/LogTextBox1.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/text/Marquee.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnimation.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Audio.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/VideoViewDemo.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/appwidget/ExampleBroadcastReceiver.html
http://developer.android.com/resources/samples/Snake/tests/src/com/example/android/snake/index.html
http://developer.android.com/resources/samples/LunarLander/src/com/example/android/lunarlander/LunarLander.html
http://developer.android.com/resources/samples/LunarLander/src/com/example/android/lunarlander/LunarView.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/index.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/Cube.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/GLColor.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/GLFace.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/GLShape.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/GLVertex.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/GLWorld.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/Kube.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/KubeRenderer.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/Layer.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/kube/M4.html
http://developer.android.com/resources/samples/Snake/tests/src/com/example/android/snake/SnakeTest.html
http://developer.android.com/resources/samples/SearchableDictionary/src/com/example/android/searchabledict/DictionaryDatabase.html
http://developer.android.com/resources/samples/SearchableDictionary/src/com/example/android/searchabledict/DictionaryProvider.html
http://developer.android.com/resources/samples/SearchableDictionary/src/com/example/android/searchabledict/SearchableDictionary.html
http://developer.android.com/resources/samples/SearchableDictionary/src/com/example/android/searchabledict/WordActivity.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/index.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/index.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/index.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/index.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/Constants.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/Grid.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/LabelMaker.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixGrabber.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixStack.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixTrackingGL.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/NumericSprite.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/Projector.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/SpriteTextActivity.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/SpriteTextRenderer.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/SyncAdapter.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/SyncService.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/AuthenticationService.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/Authenticator.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/AuthenticatorActivity.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/NetworkUtilities.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/User.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/BatchOperation.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ContactManager.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ContactOperations.html
http://developer.android.com/resources/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/SampleSyncAdapterColumns.html
http://developer.android.com/sdk/api_diff/5/changes/fields_index_changes.html

View File

@@ -112,7 +112,7 @@ emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[] {"jon@example.com"}); // recipients
emailIntent.putExtra(Intent.EXTRA_SUBJECT, "Email subject");
emailIntent.putExtra(Intent.EXTRA_TEXT, "Email message text");
emailIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse("content://path/to/email/attachment");
emailIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse("content://path/to/email/attachment"));
// You can also attach multiple items by passing an ArrayList of Uris
</pre>
</li>

View File

@@ -92,8 +92,8 @@ locale currently set for the user's device.</p>
<pre>
&lt;?xml version="1.0" encoding="utf-8"?>
&lt;resources>
&lt;string name="title">Ma Application&lt;/string>
&lt;string name="hello_world">Bonjour tout le Monde!&lt;/string>
&lt;string name="title">Mon Application&lt;/string>
&lt;string name="hello_world">Bonjour le monde !&lt;/string>
&lt;/resources>
</pre>

View File

@@ -224,8 +224,8 @@ public Task find(Long id) {
PersistenceManager pm = PMF.get().getPersistenceManager();
try {
Query query = pm.newQuery("select from " + Task.class.getName()
+ " where id==" + id.toString() + " && emailAddress=='" + getUserEmail() + "'");
List<Task> list = (List<Task>) query.execute();
+ " where id==" + id.toString() + " &amp;&amp; emailAddress=='" + getUserEmail() + "'");
List&lt;Task> list = (List&lt;Task>) query.execute();
return list.size() == 0 ? null : list.get(0);
} catch (RuntimeException e) {
System.out.println(e);
@@ -273,24 +273,24 @@ like this:</p>
public void fetchTasks (Long id) {
// Request is wrapped in an AsyncTask to avoid making a network request
// on the UI thread.
new AsyncTask<Long, Void, List<TaskProxy>>() {
new AsyncTask&lt;Long, Void, List&lt;TaskProxy>>() {
&#64;Override
protected List<TaskProxy> doInBackground(Long... arguments) {
final List<TaskProxy> list = new ArrayList<TaskProxy>();
protected List&lt;TaskProxy> doInBackground(Long... arguments) {
final List&lt;TaskProxy> list = new ArrayList&lt;TaskProxy>();
MyRequestFactory factory = Util.getRequestFactory(mContext,
MyRequestFactory.class);
TaskRequest taskRequest = factory.taskNinjaRequest();
if (arguments.length == 0 || arguments[0] == -1) {
factory.taskRequest().queryTasks().fire(new Receiver<List<TaskProxy>>() {
factory.taskRequest().queryTasks().fire(new Receiver&lt;List&lt;TaskProxy>>() {
&#64;Override
public void onSuccess(List<TaskProxy> arg0) {
public void onSuccess(List&lt;TaskProxy> arg0) {
list.addAll(arg0);
}
});
} else {
newTask = true;
factory.taskRequest().readTask(arguments[0]).fire(new Receiver<TaskProxy>() {
factory.taskRequest().readTask(arguments[0]).fire(new Receiver&lt;TaskProxy>() {
&#64;Override
public void onSuccess(TaskProxy arg0) {
list.add(arg0);
@@ -301,7 +301,7 @@ public void fetchTasks (Long id) {
}
&#64;Override
protected void onPostExecute(List<TaskProxy> result) {
protected void onPostExecute(List&lt;TaskProxy> result) {
TaskNinjaActivity.this.dump(result);
}
@@ -309,7 +309,7 @@ public void fetchTasks (Long id) {
}
...
public void dump (List<TaskProxy> tasks) {
public void dump (List&lt;TaskProxy> tasks) {
for (TaskProxy task : tasks) {
Log.i("Task output", task.getName() + "\n" + task.getNote());
}
@@ -331,7 +331,7 @@ call its update method. Once again, this should be done in an
result looks something like this.</p>
<pre>
new AsyncTask<Void, Void, Void>() {
new AsyncTask&lt;Void, Void, Void>() {
&#64;Override
protected Void doInBackground(Void... arg0) {
MyRequestFactory factory = (MyRequestFactory)