diff --git a/samples/CubeLiveWallpaper/_index.html b/samples/CubeLiveWallpaper/_index.html index f6aa9311f..a4292150c 100644 --- a/samples/CubeLiveWallpaper/_index.html +++ b/samples/CubeLiveWallpaper/_index.html @@ -4,8 +4,8 @@

In terms of implementation, a live wallpaper is very similar to a regular Android service. The only difference is the addition of a new method, onCreateEngine(), whose goal is to +href="../../../reference/android/service/wallpaper/WallpaperService.html#onCreateEngine()"> +onCreateEngine(), whose goal is to create a WallpaperService.Engine. The engine is responsible for diff --git a/samples/SearchableDictionary/_index.html b/samples/SearchableDictionary/_index.html index 4f753e65b..ce3ec54f2 100644 --- a/samples/SearchableDictionary/_index.html +++ b/samples/SearchableDictionary/_index.html @@ -12,7 +12,7 @@ search) to provide dictionary suggestions.

  • Implement a search interface using Android's search framework
  • Provide custom search suggestions and offer them in Quick Search Box
  • Create an SQLite database and an FTS3 table for full-text searches
  • -
  • Create a content +
  • Create a content provider to perform all search and suggestion queries
  • Use SimpleCursorAdapter to diff --git a/samples/SipDemo/_index.html b/samples/SipDemo/_index.html index dbc90373f..0af4a8c33 100644 --- a/samples/SipDemo/_index.html +++ b/samples/SipDemo/_index.html @@ -13,7 +13,7 @@ within the application.

    href="src/com/example/android/sip/SipSettings.html">SipSettings — a PreferenceActivity that supplies basic settings for SIP authentication.
  • + href="src/com/example/android/sip/IncomingCallReceiver.html"> IncomingCallReceiver — a BroadcastReceiver that listens for incoming SIP calls and passes them to WalkieTalkieActivity for handling.