Roman Nurik | e7e7a6b | 2009-12-10 09:43:24 -0800 | [diff] [blame] | 1 | <p>A sample application that demonstrates how to create an interactive Android |
| 2 | home screen widget that launches an application activity.</p> |
Trevor Johns | 807dc15 | 2009-12-07 17:04:53 -0800 | [diff] [blame] | 3 | |
| 4 | <p>When installed, this adds a "Wiktionary" option to the widget installation |
| 5 | menu. The word of the day is downloaded from Wiktionary and displayed in a |
Roman Nurik | e7e7a6b | 2009-12-10 09:43:24 -0800 | [diff] [blame] | 6 | frame. Touching the widget will launch a custom application activity showing |
| 7 | more details.</p> |
Trevor Johns | 807dc15 | 2009-12-07 17:04:53 -0800 | [diff] [blame] | 8 | |
Roman Nurik | e7e7a6b | 2009-12-10 09:43:24 -0800 | [diff] [blame] | 9 | <img alt="" src="../images/WiktionarySimple.png"/> |
| 10 | <img alt="" src="../images/Wiktionary.png"/> |