OSDN Git Service

Add a "Searchable Dictionary" app to the sample apps that demonstrates being a part...
authorKarl Rosaen <krosaen@google.com>
Fri, 7 Aug 2009 22:45:17 +0000 (15:45 -0700)
committerKarl Rosaen <krosaen@google.com>
Mon, 10 Aug 2009 17:09:21 +0000 (10:09 -0700)
commit7a3e95aeba5109ef6aa4c9488be9416e7355067c
tree5b6391098c854d681806b0826d1add920c02d2fa
parente2778775411c3ef8d2d20351963715904135e9ec
Add a "Searchable Dictionary" app to the sample apps that demonstrates being a part of global search.

updated: makefile adjusted so app is part of sdk, and the manifest refers to the correct sdk version.

updated: brushed up docs and formatting per feedback.
13 files changed:
build/sdk.atree
samples/SearchableDictionary/Android.mk [new file with mode: 0755]
samples/SearchableDictionary/AndroidManifest.xml [new file with mode: 0644]
samples/SearchableDictionary/res/drawable/ic_dictionary.gif [new file with mode: 0644]
samples/SearchableDictionary/res/layout/main.xml [new file with mode: 0644]
samples/SearchableDictionary/res/layout/word.xml [new file with mode: 0644]
samples/SearchableDictionary/res/raw/definitions.txt [new file with mode: 0644]
samples/SearchableDictionary/res/values/strings.xml [new file with mode: 0644]
samples/SearchableDictionary/res/xml/searchable.xml [new file with mode: 0644]
samples/SearchableDictionary/src/com/example/android/searchabledict/Dictionary.java [new file with mode: 0644]
samples/SearchableDictionary/src/com/example/android/searchabledict/DictionaryProvider.java [new file with mode: 0644]
samples/SearchableDictionary/src/com/example/android/searchabledict/SearchableDictionary.java [new file with mode: 0644]
samples/SearchableDictionary/src/com/example/android/searchabledict/WordActivity.java [new file with mode: 0644]