development
Revision | 9c34033458800742b6c932124bafb358824b7436 (tree) |
---|---|
Zeit | 2011-02-23 14:13:29 |
Autor | Scott Main <smain@goog...> |
Commiter | Android Git Automerger |
am 40b35dc5: docs: fix broken links
* commit '40b35dc5a7aeb89aab1d74049d4e0e92c84b13b4':
@@ -37,15 +37,6 @@ Honeycomb, including:</p> | ||
37 | 37 | MainActivity also contains code demonstrating how to animate |
38 | 38 | showing/hiding fragments (in this case, the TitlesFragment) and the |
39 | 39 | ActionBar, demonstrating how to smoothly transition between states |
40 | - in your application.</li> | |
41 | - <li><a href="src/com/example/android/hcgallery/widget/WidgetProvider.html">WidgetProvider</a> | |
42 | - The WidgetProvider class is an implementation of the AppWidgetProvider | |
43 | - class, which is a view that can be embedded in other applications. | |
44 | - This class is responsible for handling when the instance of this widget | |
45 | - is enabled, disabled, created, deleted, or updated.</li> | |
46 | - <li><a href="src/com/example/android/hcgallery/widget/WidgetService.html">WidgetService</a> | |
47 | - The WidgetService is an implementation of the RemoteViewsService class, | |
48 | - which is used to populate the collection view (in this case, a stack | |
49 | - widget)</li> </ul> | |
40 | + in your application.</li></ul> | |
50 | 41 | |
51 | 42 | <img alt="Screenshot" src="../images/hcgallery.png" /> |