diff --git a/Android.mk b/Android.mk index 5d989d1d72fd5..61d74ad3e9f7e 100644 --- a/Android.mk +++ b/Android.mk @@ -400,6 +400,8 @@ web_docs_sample_code_flags := \ resources/samples/CubeLiveWallpaper "Live Wallpaper" \ -samplecode $(sample_dir)/Home \ resources/samples/Home "Home" \ + -samplecode $(sample_dir)/Honeycomb-Gallery \ + resources/samples/Honeycomb-Gallery "Honeycomb Gallery" \ -samplecode $(sample_dir)/JetBoy \ resources/samples/JetBoy "JetBoy" \ -samplecode $(sample_dir)/LunarLander \ diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 221406c459f36..233838b121b0f 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -404,6 +404,16 @@ var ANDROID_RESOURCES = [ en: 'A home screen replacement application.' } }, + { + tags: ['sample', 'new'], + path: 'samples/Honeycomb-Gallery/index.html', + title: { + en: 'Honeycomb Gallery' + }, + description: { + en: 'An image gallery application using Honeycomb-specific APIs.' + } + }, { tags: ['sample', 'gamedev', 'media'], path: 'samples/JetBoy/index.html', diff --git a/docs/html/resources/samples/images/hcgallery.png b/docs/html/resources/samples/images/hcgallery.png new file mode 100644 index 0000000000000..9a80fd77ad9b2 Binary files /dev/null and b/docs/html/resources/samples/images/hcgallery.png differ