Dianne Hackborn
1164f90b8a
Update API demos to mark up for java doc insertion.
...
Change-Id: Ib0147af6c82f7781fd50f9a5f85c34c140973909
2010-08-17 18:53:23 -07:00
Chet Haase
eba431d703
demo for new reversing behavior in Animator
...
Change-Id: I50c736ce504105101f71551d6074750dca9d1391
2010-08-17 16:17:20 -07:00
Dianne Hackborn
9e6f12a598
Update to follow fragment API changes.
...
Also make use of fragment arguments and targets to simplify code.
Change-Id: I79884854f4c7ff4fdc35c68087b5b2235a75c79f
2010-08-15 17:18:15 -07:00
Chet Haase
64606ec84a
Demo of new 3d rotation properties on View
...
Change-Id: I0b50b60c4452b3fc4bc22b8bc4109b8d78260204
2010-08-10 10:46:40 -07:00
Adam Powell
72187805c3
Added simple demos for ActionBar
...
Change-Id: Ie0dbf0c2bad61f75825e832305205811f49459d1
2010-08-06 14:42:20 -07:00
Dianne Hackborn
d21c55665c
Some tweaks to the loader API demo.
...
Unfinished, but checkpointing.
Change-Id: Ib832a6915847302e8bbb23c6cf111c932fdacabf
2010-08-05 18:20:35 -07:00
Dianne Hackborn
46e70551eb
New API demo for clipboard.
...
Change-Id: Ifcf52b2f7bae10e77c074868414a57c2d8f67c3c
2010-08-05 12:28:14 -07:00
Chet Haase
b9461fc8ef
Add ApiDemo to show the new seeking behavior of Animator
...
Change-Id: I4ad4e322af9c1d8419e1d7f8bea6b20951a1dc4f
2010-08-05 11:51:13 -07:00
Oscar Montemayor
d53965f305
Attempting to add new Corp App to demo Global Proxy.
...
Making ApiDemos device admin able to set the Global Proxy.
Change-Id: I565ccf5d05b1c7d775aea968e99e04894c3f8b64
2010-08-04 16:02:39 -07:00
Adam Powell
a19298d0cf
Added PopupMenu demo
...
Change-Id: Ib4ed4203dc78a4706963cb36e7bac7ec58a5747a
2010-08-04 11:37:05 -07:00
Dianne Hackborn
132ab286a1
Update preference example to show switching with fragments.
...
Change-Id: I2b1db31b5e1a0e83d843ad68b0a177048d2914f4
2010-08-03 17:07:45 -07:00
Scott Main
6e9821c667
change fragment stack button from "next" to "new fragment"
...
also move text in the dialog demo to the top to make dialogs easier to read
Change-Id: I76c44f773098e64c79465060efb4bb6edab1fa3a
2010-08-03 14:12:43 -07:00
Dianne Hackborn
721a184e0a
Add new sample for multi-pane PreferenceActivity.
...
Also re-arrange all preference API demos to go in their own
package, since the preferfence APIs themselves are in their own package.
Change-Id: I305f77dc09748bb60d1de8a23d063db64c11bb1e
2010-08-03 10:39:14 -07:00
Adam Powell
d8e26b836a
List selection mode demo
...
Change-Id: I0a29551c8bc5fa537255d2a6307fc70bead3242d
2010-08-02 10:02:28 -07:00
Dianne Hackborn
05c2cb0748
Add sample code for PreferenceFragment.
...
Change-Id: I64222124daa117a2ea61dc55f2e26af78d3689c2
2010-07-28 16:07:15 -07:00
Dianne Hackborn
cdb8af8170
Add API demo for DialogFragment.
...
Change-Id: Id02cba60d661f747c36bc113bd81a2b6fe45573a
2010-07-24 11:43:26 -07:00
Dianne Hackborn
b7879a7755
Update to follow LoaderManager API.
...
Also renaming the list samples to make it clearer what they are.
Change-Id: I91b209a32ad4dbf82982682884769d1cde8e3bc3
2010-07-09 18:43:38 -07:00
Dianne Hackborn
3c68928dd8
New fragment sample.
...
This shows more complicated list interaction: using a loader
to populate the list with results from a cursor. Makes use
of the new built-in empty message and indeterminant progress
features.
Change-Id: I04afb50879995bade286aab0eedfff40f6a5e304
2010-06-28 15:10:37 -07:00
Christian Mehlmauer
3a3e3ab2df
Replaced deprecated Contacts Api with ContactsContract
...
Change-Id: I4816781c7b48b27ec64a63d51db02646c3d6c1a5
2010-06-25 18:39:40 +02:00
Konstantin Lopyrev
991a1f530a
Fix 2677197: Adding support for minimum number of complex characters to the Device Admin Sample App.
...
Change-Id: I7570f005ee665adc150e8c4fb92068b4d8dcdbb1
2010-06-21 16:59:31 -07:00
Dianne Hackborn
9c5d122a98
New fragment sample code for ListFragment and context menus.
...
Change-Id: I97c64fa4c4140c81c7d0147026ba558ba1a76d2e
2010-06-12 10:17:58 -07:00
Dianne Hackborn
fce9bfd563
Add API demo for fragment menus.
...
Change-Id: I85714938861dea06bb72f39dd7d1465c0d3926e4
2010-06-09 11:38:32 -07:00
Konstantin Lopyrev
b00082c73a
Fix 2673731: Adding support for password history to the Device Admin Sample App.
...
Change-Id: I1380ff9475c201d3c2ec2ec449b1103c3d55a3a7
2010-05-26 14:58:15 -07:00
Dianne Hackborn
165ca04d0e
Add new fragment demo for changing with config.
...
This changes the FragmentLayout demo to show how the layout
(and entire UI flow) can easily be changed based on screen configuration
using fragments. Here we have different UI for landscape vs portrait.
The old FragmentLayout demo is renamed to FragmentAnim and extended a
bit.
Various other tweaks to follow fragment API changes.
Change-Id: I8df918dbf32b3617cae2b20f77eb37d8211b8c89
2010-05-19 19:25:46 -07:00
Dianne Hackborn
68f9ae5d18
New API demo of Fragment.startActivityForResult().
...
Change-Id: I87c5851bfaf3fa84bf57c101bab05b9a1911585d
2010-05-14 10:28:30 -07:00
Dianne Hackborn
edb8628b41
Update fragment API demos for new fragment APIs:
...
- Correctly work with state saving and restoring.
- Add new sample showing a fragment that is retained across activities.
Change-Id: I7b1e02135177e69e9fff23fcc55e86d93a75c7e0
2010-05-13 11:13:47 -07:00
Dianne Hackborn
d2d93d0b17
Update fragment samples to show back stacks and layout.
...
Change-Id: I016f87dc3b7433d0600a9a9308f666a36c5a98ca
2010-05-06 11:57:56 -07:00
Dianne Hackborn
5a076f43d5
First simple Fragment API demo.
...
Change-Id: I8d21485bc12445fe8a670796ddbc3e5ef57fd390
2010-04-19 15:09:36 -07:00
Romain Guy
eae42dbbf2
Polish for the gallery sample demo.
...
Change-Id: I3ea34ac090554494bf09e71aaa08a9148a0ab42a
2010-04-14 14:48:02 -07:00
Jim Miller
68230c3f72
Fix 2527411: Extend sample DPM app to test setMaximumTimeToLock()
...
Change-Id: I1a0ff93a27d7d27b66acbacf953eb0984e85e4cf
2010-03-29 20:22:06 -07:00
Dianne Hackborn
c1f107a257
Add new quality constant.
...
Change-Id: I386438485a921ec94ed1047936ca182c04bce410
2010-03-22 17:02:46 -07:00
Roman Nurik
f096f961ff
Add SMS manager demo
2010-03-01 10:57:37 -08:00
Dianne Hackborn
bae0f4fd87
Add new MessengerService API demo.
...
Also refactor the LocalService demo to be more ammenable to being
used for sample code in the java docs.
2010-02-18 16:26:12 -08:00
Dianne Hackborn
9fc7996adb
Removed limit-unlock policy.
2010-02-11 14:34:23 -08:00
Dianne Hackborn
04a9130c8e
New sample code for new external storage paths/APIs.
2010-02-09 12:54:41 -08:00
Andrew Stadler
1f91425318
Cleanups to Device Admin sample code
...
1. Rename SampleDeviceAdmin to DeviceAdminSample where it appears in
filenames. This makes it easier to find when scanning directories.
2. Fix bug in max password length handling
3. Add a toast to warn user that entering values in "Password Attempts"
box has real consequences.
2010-02-08 21:00:05 -08:00
Dianne Hackborn
1c2669905d
Fix sample code markers.
2010-01-29 19:12:05 -08:00
Dianne Hackborn
906d338680
Update to follow device policy "mode" to "quality" change.
2010-01-29 17:16:11 -08:00
Jack Palevich
89282a6fd6
Add API Demos showing how to use cube maps and frame buffer objects.
2010-01-29 20:58:38 +08:00
Dianne Hackborn
d51a50c766
More device admin work:
...
- Example warning message when disabling.
- UI to set maximum failed password attempts.
2010-01-26 18:04:54 -08:00
Dianne Hackborn
2086587ba4
Update sample admin with a description to uses-policies info.
2010-01-26 12:28:25 -08:00
Dianne Hackborn
cc4ee91892
Start implementing UI for changing requested policies.
2010-01-21 14:30:29 -08:00
Dianne Hackborn
c86ba3199d
Initial sample code for writing a device policy.
2010-01-16 18:01:37 -08:00
Romain Guy
74192eafec
Deprecate fill_parent and introduce match_parent.
...
Bug: #2361749 .
2010-01-08 15:11:18 -08:00
Jack Palevich
c1645153e7
Tool for compressing/decompressing ETC1 textures.
...
The ETC1 texture format is commonly supported by
OpenGL ES 2.0-capable GPUs.
For historical reasons ETC1 texture files have the
default extension .PKM
This tool relies on the libETC1 library to
compress and decompress the image data.
2009-12-31 13:19:21 +08:00
Romain Guy
764ff7513a
am dcf99fbe: Merge change If4ff28ed into eclair-mr2
...
Merge commit 'dcf99fbe7ac981c4ef3c8def65213e148281547a' into eclair-mr2-plus-aosp
* commit 'dcf99fbe7ac981c4ef3c8def65213e148281547a':
Cleanup one of the ListView sample demos.
2009-12-10 16:58:46 -08:00
Romain Guy
f4ff28edda
Cleanup one of the ListView sample demos.
2009-12-10 15:19:03 -08:00
James Yum
2a52912611
am 1b5a89a2: am d2962a33: TextToSpeech API demo.
...
Merge commit '1b5a89a2041586eba7211e996d4de9a5300e8b2d' into eclair-mr2-plus-aosp
* commit '1b5a89a2041586eba7211e996d4de9a5300e8b2d':
TextToSpeech API demo.
2009-12-09 15:54:38 -08:00
James Yum
1b5a89a204
am d2962a33: TextToSpeech API demo.
...
Merge commit 'd2962a33216ce40a526c80fc8865cf9bd04936f4' into eclair-mr2
* commit 'd2962a33216ce40a526c80fc8865cf9bd04936f4':
TextToSpeech API demo.
2009-12-08 16:13:06 -08:00
James Yum
d2962a3321
TextToSpeech API demo.
2009-12-07 18:35:56 -08:00