From af1ad3cc2d6152dfe62520a87bf5fa85337ca1ab Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Thu, 23 Jun 2011 10:43:27 +0100 Subject: Add a sample app for the TTS engine API Change-Id: I2ab86ca95a11bbc41494454d7dee0f3d87779ac9 --- docs/html/resources/resources-data.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 097d004..b1d8a66 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -716,6 +716,16 @@ var ANDROID_RESOURCES = [ en: 'Binding data to views using XML Adapters examples.' } }, + { + tags: ['sample', 'new', 'accessibility'], + path: 'samples/TtsEngine/index.html', + title: { + en: 'Text To Speech Engine' + }, + description: { + en: 'An example Text To Speech engine written using the android text to speech engine API.' + } + }, ///////////////// /// TUTORIALS /// -- cgit v1.1