From 48c698fc1497a01743f9ce5ab6fb8f6700847259 Mon Sep 17 00:00:00 2001 From: Megha Joshi Date: Wed, 3 Nov 2010 15:15:22 -0700 Subject: Adding NFC sample resources (DO NOT MERGE) Change-Id: I687d07ebe4f8bd0c5dec30e69af0d3e880a68230 --- Android.mk | 2 ++ docs/html/resources/resources_toc.cs | 3 +++ docs/html/resources/samples/images/NfcDemo.png | Bin 0 -> 12750 bytes docs/html/resources/samples/index.jd | 3 +++ 4 files changed, 8 insertions(+) create mode 100644 docs/html/resources/samples/images/NfcDemo.png diff --git a/Android.mk b/Android.mk index 1c8051b..89e47b5 100644 --- a/Android.mk +++ b/Android.mk @@ -436,6 +436,8 @@ web_docs_sample_code_flags := \ resources/samples/WiktionarySimple "Wiktionary (Simplified)" \ -samplecode $(sample_dir)/VoiceRecognitionService \ resources/samples/VoiceRecognitionService "Voice Recognition Service" + -samplecode $(sample_dir)/NFCDemo \ + resources/samples/NFCDemo "NFC Demo" ## SDK version identifiers used in the published docs # major[.minor] version for current SDK. (full releases only) diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index 117ecfb..ed23c7c 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -227,6 +227,9 @@
  • Multiple Resolutions
  • +
  • + NFCDemo + new!
  • Note Pad
  • diff --git a/docs/html/resources/samples/images/NfcDemo.png b/docs/html/resources/samples/images/NfcDemo.png new file mode 100644 index 0000000..c175d12 Binary files /dev/null and b/docs/html/resources/samples/images/NfcDemo.png differ diff --git a/docs/html/resources/samples/index.jd b/docs/html/resources/samples/index.jd index cbe6ca3..5749728 100644 --- a/docs/html/resources/samples/index.jd +++ b/docs/html/resources/samples/index.jd @@ -58,6 +58,9 @@ href="{@docRoot}resources/samples/get.html">Getting the Samples.

    A sample application that shows how to use resource directory qualifiers to provide different resources for different screen configurations.
    +
    NFCDemo
    +
    An application for reading NFC Forum Type 2 Tags using platform NFC apis..
    +
    Note Pad
    An application for saving notes. Similar (but not identical) to the Notepad tutorial.
    -- cgit v1.1