Megha Joshi
c51da235c2
Clean up sample code to look better.
...
Change-Id: I91bdfc7ce2d32f23dc7ce9a4276cba37d7fafc42
2010-08-20 11:47:18 -07:00
Chet Haase
ce436337da
Revert "Revert "demo multi-property animations""
...
This reverts commit afb6baf915 .
2010-08-19 17:55:31 -07:00
Chet Haase
afb6baf915
Revert "demo multi-property animations"
...
This reverts commit d9e2a04d7c .
2010-08-19 17:40:27 -07:00
Chet Haase
d9e2a04d7c
demo multi-property animations
...
Change-Id: I587bdc08e48a09d6df471e5bae767977c0c9ae18
2010-08-19 15:56:59 -07:00
Mathias Agopian
5b8ec51113
am b5c4c9e2: don\'t strip resources so it work on all devices
...
Merge commit 'b5c4c9e266c13bbd32a36f553ad0089ccedd6dc1' into gingerbread-plus-aosp
* commit 'b5c4c9e266c13bbd32a36f553ad0089ccedd6dc1':
don't strip resources so it work on all devices
2010-08-18 13:37:58 -07:00
Joe Malin
6878d8cf8b
Sample app and test package for a Service
...
Change-Id: I6589a1b761f5c40b86f1319c30ead2409113b647
2010-08-18 11:39:13 -07:00
Mathias Agopian
b5c4c9e266
don't strip resources so it work on all devices
...
Change-Id: Ifc6be52151fcdecd0f8f622c7312ffa0ac4705e9
2010-08-17 20:04:34 -07:00
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
1cc6a37881
Merge "demo for new reversing behavior in Animator"
2010-08-17 17:15:34 -07:00
Chet Haase
eba431d703
demo for new reversing behavior in Animator
...
Change-Id: I50c736ce504105101f71551d6074750dca9d1391
2010-08-17 16:17:20 -07:00
Mathias Agopian
a0042eec8c
don't strip resources so it work on all devices
...
Change-Id: I65d53b797a8360f45148607b06ebef110f12f52e
2010-08-17 15:32:32 -07:00
Svetoslav Ganov
d739fa797a
am b0772436: am 4b06026c: am 9f93186b: Adding a sample accessibility service
...
Merge commit 'b07724366ebd73ef3e9daa1d772a633cd331f2b4'
* commit 'b07724366ebd73ef3e9daa1d772a633cd331f2b4':
Adding a sample accessibility service
2010-08-17 10:56:26 -07:00
Svetoslav Ganov
b07724366e
am 4b06026c: am 9f93186b: Adding a sample accessibility service
...
Merge commit '4b06026cb901d4a032ecc731a835767ff1bf27fe' into gingerbread-plus-aosp
* commit '4b06026cb901d4a032ecc731a835767ff1bf27fe':
Adding a sample accessibility service
2010-08-17 10:48:34 -07:00
Svetoslav Ganov
4b06026cb9
am 9f93186b: Adding a sample accessibility service
...
Merge commit '9f93186beae13ea057a4b2e867928b357cd650a4' into gingerbread
* commit '9f93186beae13ea057a4b2e867928b357cd650a4':
Adding a sample accessibility service
2010-08-17 10:45:23 -07:00
Mathias Agopian
164c1123ed
am 9cd582f8: am a37be42f: Reformat to Android style guidelines
...
Merge commit '9cd582f8cbeafea1fb697d3afaee653c2c2aab49'
* commit '9cd582f8cbeafea1fb697d3afaee653c2c2aab49':
Reformat to Android style guidelines
2010-08-16 16:58:05 -07:00
Mathias Agopian
6000ef7953
am 056fe795: am a7c85d92: Take screen rotation into account
...
Merge commit '056fe7952ef930157ba79e5c247cec93de17ddc2'
* commit '056fe7952ef930157ba79e5c247cec93de17ddc2':
Take screen rotation into account
2010-08-16 16:58:02 -07:00
Mathias Agopian
9cd582f8cb
am a37be42f: Reformat to Android style guidelines
...
Merge commit 'a37be42f9f4d0f54f8ff10524ee023177f0b7990' into gingerbread-plus-aosp
* commit 'a37be42f9f4d0f54f8ff10524ee023177f0b7990':
Reformat to Android style guidelines
2010-08-16 16:54:37 -07:00
Mathias Agopian
056fe7952e
am a7c85d92: Take screen rotation into account
...
Merge commit 'a7c85d92351070605b93176c1f691f4f80321ad5' into gingerbread-plus-aosp
* commit 'a7c85d92351070605b93176c1f691f4f80321ad5':
Take screen rotation into account
2010-08-16 16:54:33 -07:00
Mathias Agopian
a37be42f9f
Reformat to Android style guidelines
...
Change-Id: Ib9d7e39464a246dbaae38e00fbb325f153f89f65
2010-08-16 16:13:24 -07:00
Mathias Agopian
a7c85d9235
Take screen rotation into account
...
Change-Id: I354c58eb1d28552d46b8fa269e12c00eaf6cbb99
2010-08-16 12:55:18 -07:00
Adam Powell
6c7ec482e3
Add GridView selection mode demo
...
Change-Id: I154424f29458870f66b3bb6b2025a4cd6fd16ee8
2010-08-16 11:48:34 -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
Dianne Hackborn
b880eb4260
Update API demos to use new Fragment features.
...
In particular, use the new argument Bundle for passing runtime
data to fragments. Simplifies the code some.
Change-Id: I248bfa0bf94b1599926038174baa4c7387ed8ba1
2010-08-12 17:19:06 -07:00
Romain Guy
1209806866
Merge "Remove the "View" entry (typo.)"
2010-08-11 19:34:11 -07:00
Romain Guy
c96fa3887b
Remove the "View" entry (typo.)
...
Change-Id: I8fbc9be5699c36b9e7cdcc94f71b431601ba3a79
2010-08-11 19:34:27 -07:00
Chet Haase
84df83a5e2
Make fragments use the new animation system
...
Change-Id: I20b200c285336066d96cdb9cc37287d1168a1874
2010-08-11 16:41:49 -07:00
Svetoslav Ganov
9f93186bea
Adding a sample accessibility service
...
Change-Id: I5bd42157e263aac6d7a85db090319db168dea2fd
2010-08-11 14:45:56 -07:00
Chet Haase
64606ec84a
Demo of new 3d rotation properties on View
...
Change-Id: I0b50b60c4452b3fc4bc22b8bc4109b8d78260204
2010-08-10 10:46:40 -07:00
Joe Malin
70b1869f38
Revert "Revised Note Pad sample, new test app for Note Pad"
...
This reverts commit 4124e0a1f0 .
2010-08-09 17:18:13 -07:00
Joe Malin
4124e0a1f0
Revised Note Pad sample, new test app for Note Pad
...
Change-Id: Ia41a33d935ead704c1de439a0cfb0a55806cfe12
2010-08-09 15:30:01 -07:00
Dianne Hackborn
4779ab6f9a
Update NotePad to support copying of an entire note to the clipboard.
...
Change-Id: Icbda36dcdb98d53395af1570e161dad727146f93
2010-08-08 18:38:49 -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
Andrew Stadler
45ae9c3def
Cleanup fragment api demos
...
* Cleaned up extra whitespace & made vertical whitespace more consistent
* 100col wrap
* Remove unused imports
* Add @Override where necessary
Change-Id: I1ad404ffc4ce7fa9c4b661f7cc1783c86356316b
2010-08-03 17:39:20 -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
Mathias Agopian
a8ccef2afb
am f83e92e0: am 4619318d: Merge "Sample code to illustrate how to use the accelerometer" into gingerbread
...
Merge commit 'f83e92e078bbf6de6e80380901a4ea1382b57a56'
* commit 'f83e92e078bbf6de6e80380901a4ea1382b57a56':
Sample code to illustrate how to use the accelerometer
2010-07-14 16:39:31 -07:00
Mathias Agopian
f83e92e078
am 4619318d: Merge "Sample code to illustrate how to use the accelerometer" into gingerbread
...
Merge commit '4619318dd1398bd4f87b2e74827b9fb9796a2643' into gingerbread-plus-aosp
* commit '4619318dd1398bd4f87b2e74827b9fb9796a2643':
Sample code to illustrate how to use the accelerometer
2010-07-14 16:36:10 -07:00
Mathias Agopian
c29f1d199f
Sample code to illustrate how to use the accelerometer
...
this is a small particle + physics system that shows how
to integrate accleration data into positions accurately.
Change-Id: I3bbdc433f52d98464269ac8cb996c4cf037ae8d6
2010-07-13 22:51:23 -07:00
Dianne Hackborn
27772028d4
am 349d7453: am 98b2c359: Copy over updated NDK APIs and follow other API changes.
...
Merge commit '349d7453088fb63fd786fb1f49f7cf0707329319'
* commit '349d7453088fb63fd786fb1f49f7cf0707329319':
Copy over updated NDK APIs and follow other API changes.
2010-07-13 18:59:05 -07:00
Dianne Hackborn
349d745308
am 98b2c359: Copy over updated NDK APIs and follow other API changes.
...
Merge commit '98b2c359c2b3361f43e14b0c5d07a02c055dd10e' into gingerbread-plus-aosp
* commit '98b2c359c2b3361f43e14b0c5d07a02c055dd10e':
Copy over updated NDK APIs and follow other API changes.
2010-07-13 18:55:43 -07:00
Dianne Hackborn
98b2c359c2
Copy over updated NDK APIs and follow other API changes.
...
Change-Id: Ifec95268c9ade21963eea13357ec2f56fd7968c2
2010-07-13 18:45:52 -07:00