Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
development
Commits
8e567707
Commit
8e567707
authored
13 years ago
by
Scott Main
Browse files
Options
Download
Email Patches
Plain Diff
docs: add update information to some samples
Change-Id: Ifafa507bd9e74f2605fe190b12f831051af5f422
parent
0f53a4d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
6 deletions
+28
-6
samples/ApiDemos/_index.html
samples/ApiDemos/_index.html
+20
-0
samples/HoneycombGallery/_index.html
samples/HoneycombGallery/_index.html
+3
-5
samples/RandomMusicPlayer/_index.html
samples/RandomMusicPlayer/_index.html
+1
-1
samples/SampleSyncAdapter/_index.html
samples/SampleSyncAdapter/_index.html
+4
-0
No files found.
samples/ApiDemos/_index.html
View file @
8e567707
...
...
@@ -16,6 +16,26 @@ that illustrate the use of various Android APIs. It includes samples of:
<li>
And many many more...
</li>
</ul>
<div
class=
"note"
>
<p><strong>
Update:
</strong>
The following are some of the new demos for Android 4.0:
</p>
<ul>
<li><a
href=
"src/com/example/android/apis/preference/PreferencesFromCode.java"
>
SwitchPreference
</a></li>
<li><a
href=
"src/com/example/android/apis/app/ActionBarActionProviderActivity.java"
>
ShareActionProvider
</a></li>
<li><a
href=
"src/com/example/android/apis/view/SearchViewActionBar.java"
>
Collapsible action
view
</a></li>
<li><a
href=
"src/com/example/android/apis/app/FragmentCustomAnimations.java"
>
Custom
fragment animations
</a></li>
<li><a
href=
"src/com/example/android/apis/app/RemoteService.java"
>
Service bindings
</a></li>
<li><a
href=
"src/com/example/android/apis/view/OverscanActivity.java"
>
Full screen UI modes
</a></li>
<a><a
href=
"src/com/example/android/apis/graphics/TouchPaint.java"
>
Stylus and hover
support
</a></li>
<li><a
href=
"src/com/example/android/apis/view/Switches.html"
>
Switch widget
</a></li>
</ul>
</div>
<script
type=
"text/javascript"
>
// This is a totally temporary hack to display the following content only
...
...
This diff is collapsed.
Click to expand it.
samples/HoneycombGallery/_index.html
View file @
8e567707
...
...
@@ -42,8 +42,6 @@ handsets by reusing fragments in separate activities when on smaller screens.</p
ActionBar, demonstrating how to smoothly transition between states
in your application.
</li></ul>
<div
style=
"overflow:auto"
>
<img
alt=
"Screenshot"
src=
"../images/hcgallery.png"
style=
"float:left"
/>
<img
alt=
"Screenshot"
src=
"../images/hcgallery-phone1.png"
style=
"float:left;padding-left:1em"
/>
<img
alt=
"Screenshot"
src=
"../images/hcgallery-phone2.png"
style=
"float:left;padding-left:1em"
/>
</div>
\ No newline at end of file
<img
alt=
"Screenshot"
src=
"../images/hcgallery.png"
/>
<img
alt=
"Screenshot"
src=
"../images/hcgallery-phone1.png"
/>
<img
alt=
"Screenshot"
src=
"../images/hcgallery-phone2.png"
/>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
samples/RandomMusicPlayer/_index.html
View file @
8e567707
...
...
@@ -4,7 +4,7 @@ available on the device or specify a URL from which the media should be
streamed. It also illustrates how to use the notification system to indicate
an ongoing task and how to deal with audio focus changes.
</p>
<p><strong>
Update:
</strong>
This sample also illustrates how to use the
<p
class=
"note"
><strong>
Update:
</strong>
This sample also illustrates how to use the
<code><a
href=
"../../../reference/android/media/RemoteControlClient.html"
>
RemoteControlClient
</a></code>
class added in API level 14 to integrate with music playback remote controls
such as those found on the lockscreen.
</p>
...
...
This diff is collapsed.
Click to expand it.
samples/SampleSyncAdapter/_index.html
View file @
8e567707
...
...
@@ -26,6 +26,10 @@ AbstractThreadedSyncAdapter</a></code> abstract class and implementing the
<code>
onPerformSync()
</code>
method, which gets called whenever the sync manager
issues a sync operation for that sync adapter.
</p>
<p
class=
"note"
><strong>
Update:
</strong>
This sample has been updated for Android 4.0 to
demonstrate new features, including: syncing and viewing contact groups, handling the "invite"
intent, and a few other improvements.
</p>
<p>
The cloud-based service for this sample application is running at:
</p>
<p
style=
"margin-left:2em;"
>
http://samplesyncadapter2.appspot.com/
</p>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment