Loading Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -352,6 +352,8 @@ web_docs_sample_code_flags := \ guide/samples/LunarLander "Lunar Lander" \ -samplecode $(sample_dir)/NotePad \ guide/samples/NotePad "Note Pad" \ -samplecode $(sample_dir)/SearchableDictionary \ guide/samples/SearchableDictionary "Searchable Dictionary" \ -samplecode $(sample_dir)/Snake \ guide/samples/Snake "Snake" \ -samplecode $(sample_dir)/SoftKeyboard \ Loading docs/html/guide/guide_toc.cs +3 −0 Original line number Diff line number Diff line Loading @@ -399,6 +399,9 @@ <li><a href="<?cs var:toroot ?>guide/samples/NotePad/index.html"> <span class="en">Note Pad</span> </a></li> <li><a href="<?cs var:toroot ?>guide/samples/SearchableDictionary/index.html"> <span class="en">Searchable Dictionary</span> </a></li> <li><a href="<?cs var:toroot ?>guide/samples/Snake/index.html"> <span class="en">Snake</span> </a></li> Loading docs/html/guide/samples/images/SearchableDictionary1.png 0 → 100644 +15.4 KiB Loading image diff... docs/html/guide/samples/images/SearchableDictionary2.png 0 → 100644 +17.7 KiB Loading image diff... docs/html/guide/samples/index.jd +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ can modify them and watch them execute. </p> <dd>An application for saving notes. Similar (but not identical) to the <a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd> <dt><a href="SearchableDictionary/index.html">Searchable Dictionary</a></dt> <dd>A sample application that demonstrates Android's search framework, including how to provide search suggestions for Quick Search Box.</dd> <dt><a href="Snake/index.html">Snake</a></dt> <dd>An implementation of the classic game "Snake."</dd> Loading Loading
Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -352,6 +352,8 @@ web_docs_sample_code_flags := \ guide/samples/LunarLander "Lunar Lander" \ -samplecode $(sample_dir)/NotePad \ guide/samples/NotePad "Note Pad" \ -samplecode $(sample_dir)/SearchableDictionary \ guide/samples/SearchableDictionary "Searchable Dictionary" \ -samplecode $(sample_dir)/Snake \ guide/samples/Snake "Snake" \ -samplecode $(sample_dir)/SoftKeyboard \ Loading
docs/html/guide/guide_toc.cs +3 −0 Original line number Diff line number Diff line Loading @@ -399,6 +399,9 @@ <li><a href="<?cs var:toroot ?>guide/samples/NotePad/index.html"> <span class="en">Note Pad</span> </a></li> <li><a href="<?cs var:toroot ?>guide/samples/SearchableDictionary/index.html"> <span class="en">Searchable Dictionary</span> </a></li> <li><a href="<?cs var:toroot ?>guide/samples/Snake/index.html"> <span class="en">Snake</span> </a></li> Loading
docs/html/guide/samples/index.jd +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ can modify them and watch them execute. </p> <dd>An application for saving notes. Similar (but not identical) to the <a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd> <dt><a href="SearchableDictionary/index.html">Searchable Dictionary</a></dt> <dd>A sample application that demonstrates Android's search framework, including how to provide search suggestions for Quick Search Box.</dd> <dt><a href="Snake/index.html">Snake</a></dt> <dd>An implementation of the classic game "Snake."</dd> Loading