Chris Banes
063b68edf6
Add DrawableCompat demo to Support4Demos
...
Change-Id: Ie00198b1d4dbc0c71084961eee2387a68e39505f
2015-09-04 07:27:28 +10:00
Benjamin Weiss
c84455c11f
Introduce sample for RoundedBitmapDrawable
...
Shows how to set an image to circular using
the setCircular API.
Change-Id: Ic65b9feb74942b6bd1c9debcf88fad5935df6d67
2015-07-07 11:49:45 +01:00
Adam Powell
57d28dab0e
Add sample for nested scrolling
...
Change-Id: Ib4969cbee1228ef3b2b0fca0fb89b87bda1db711
2015-01-30 00:21:15 +00:00
Mindy Pereira
18152c7cea
Swiperefresh sample
...
Change-Id: Ifc5736c91e61b592a010bd212752347e141849cc
2013-11-19 17:14:06 -08:00
Alan Viverette
08f1ee33a1
am 19142864: am 1cb84db2: Merge "Add RTL support in Support4Demos manifest, fix DrawerLayout sample" into jb-mr2-ub-dev
...
* commit '19142864e826415f6be4f04a9fe125ba6d44cc54':
Add RTL support in Support4Demos manifest, fix DrawerLayout sample
2013-08-07 13:18:49 -07:00
Alan Viverette
1cb84db2c9
Merge "Add RTL support in Support4Demos manifest, fix DrawerLayout sample" into jb-mr2-ub-dev
2013-08-06 18:11:11 +00:00
Alan Viverette
c7c384b4f6
Add RTL support in Support4Demos manifest, fix DrawerLayout sample
...
Change-Id: I1152ad6e49a1b1dc88a70f701bf7ed2fe882e242
2013-08-06 11:10:22 -07:00
Mindy DelliCarpini
e1d5cb5997
resolved conflicts for merge of 73a12453 to master
...
Change-Id: Ib6944821270b6a76272625748190926adcad8eda
2013-08-06 09:45:39 -07:00
Mindy DelliCarpini
3e28c84e96
Add sample for new ContentLoadingProgressBar.
...
Change-Id: I057fbe3f355030eb5d857e1a86f04302bb1e147e
2013-08-05 16:36:02 -07:00
Alan Viverette
f8506eaed1
Add sample code for ExploreByTouchHelper class.
...
Change-Id: Id8f0ba809746114434d553885ddfed9260bdaa45
2013-06-06 13:03:52 -07:00
Adam Powell
4f48d97441
resolved conflicts for merge of b105894b to jb-mr2-dev
...
Change-Id: Ifa617d1807d29e91998d98482e50bdd40ee61b1a
2013-04-19 09:35:00 -07:00
Adam Powell
98c5d4a228
Add Support4Demos examples for DrawerLayout and SlidingPaneLayout
...
Show basic usage of these two new widgets.
Change-Id: I1ec82041c198e2b2853a0d1eb07e0ab78dbea61c
2013-04-18 17:31:30 -07:00
Dianne Hackborn
041bfcd9e4
Fix issue #8520788 : Add WakefulBroadcastReceiver
...
Add sample code.
Change-Id: I46f4f25ceb4e12f975e3cebd83f62de2555a8996
2013-04-17 10:33:16 -07:00
Dianne Hackborn
7cf29a7636
Update for java docs.
...
Change-Id: I1a34e5d3aaf2b00717d65b3487a919f237738dc2
2013-04-11 19:10:54 -07:00
Dianne Hackborn
9b4e96dcb8
Improve TransportController demo.
...
This is an actually realistic implementation of a
video player. It's still delibrately simple, but it's
not outright broken. We now have our own media controller
since that is the only way to get something that actually
works, we use system UI flags to hide nav/status bar when
playing, we use the new TransportController APIs to go
into a formal playback state where we take audio focus.
Change-Id: I19ac171483637b8ee94c9c07aea39c11748cbc46
2013-04-04 18:36:56 -07:00
Dianne Hackborn
d2655277cd
Add TransportController API demo.
...
Change-Id: Id852ac8de1bcfbfba2d9e8557664c1aaa1e75df4
2013-03-22 14:28:52 -07:00
Jeff Brown
bda0c73168
Move media router samples to new Support7Demos project.
...
Add media router support library to SDK build.
Bug: 8175766
Change-Id: I2f333d40ad39e820e8d706a7dab086241692a861
2013-03-20 18:20:18 -07:00
Fabrice Di Meglio
65e58fe5c9
Fix #8185319 Need to put Android BidiFormatter into the Support Library
...
- add demo into Support4Demos
Change-Id: I041144510c907dd1639ea56c45321486d86fe859
2013-03-14 12:00:10 -07:00
Jeff Brown
fd5a3f30de
Samples for media router support library.
...
Change-Id: I3c578f61e310b552b0dd372dc27c709c35193bbd
2013-03-12 21:34:38 -07:00
Jeff Sharkey
01ae453b0e
Example code for FileProvider.
...
Shows simple usage of FileProvider to share a private thumbnail
across process boundaries. Also serves as sample code for javadoc
on FileProvider.
Bug: 7005318
Change-Id: I0ca12977a3832c7c2ac1c254d411a547ffee0a51
2013-03-08 10:02:39 -08:00
Dianne Hackborn
bd783a0e87
New API demo for nested fragments in support lib.
...
Also some cleanup of other demos.
Change-Id: I8c4265218c87e490718c9c908803fc09303873a6
2012-09-09 14:41:24 -07:00
Dianne Hackborn
3c40738530
am e03f7627: am 85241cc7: Add button to clear back stack.
...
* commit 'e03f7627874b4f8c0bfa5c302f59a6d0cd83ee40':
Add button to clear back stack.
2012-01-25 08:57:43 -08:00
Dianne Hackborn
85241cc795
Add button to clear back stack.
...
Change-Id: I4f02714ec349055a486608ff0eab75a46d6ba7cd
2012-01-24 13:39:02 -08:00
Adam Powell
1bc7aaff48
Add code sample for ShareCompat
...
Add SharingSupport activity - use ShareCompat.IntentBuilder to produce
sharing intents for menu item sharing, text only, single stream, and
multiple stream.
Add SharingReceiverSupport - receive text/plain content as text only,
single stream, and multiple stream.
Add SharingSupportProvider - simple filesystem-based read-only
ContentProvider for providing a data stream.
Change-Id: I7e69a80984c0c5a8d93663f928f644d55c92350d
2011-12-14 12:14:40 -08:00
Dianne Hackborn
e0c8f946e6
SDK only: add markup for use in documentation.
...
Change-Id: Ia379c178a41db146a47a494b5c24e5f77d65ada7
2011-12-12 15:15:19 -08:00
Svetoslav Ganov
bd9f43a8e8
Adding a sample showing how to use the accessibility API in the compat library.
...
NOTE: This affects only the SDK and not the system image.
bug:5485208
Change-Id: I2b086e880cfe147883a0db8222522710132d67a3
2011-10-20 18:33:59 -07:00
Dianne Hackborn
72ad4eef97
Add API demo for LocalBroadcastManager.
...
Change-Id: Iee1e1189c579ab287718d138916448a02a833e44
2011-06-24 14:35:54 -07:00
Dianne Hackborn
102041a8bc
SDK only: add documentation tags.
...
Also fix up the new support API demo documentation.
Change-Id: I7a6945ffafa6a93cd394d5ce5729d6f9dfc0a183
2011-06-16 14:38:03 -07:00
Dianne Hackborn
be6b6b494f
New API demos showing use of tabs with fragments.
...
Also various cleanup in other demos.
Change-Id: I4f5669117e28312bcd4b28795c5eca5f4ab6dcfb
2011-06-13 16:27:17 -07:00
Dianne Hackborn
7ffb7d4b2f
Update pager demos to match new v4 ViewPager API.
...
Change-Id: I3b0f3382d56b477868b5a5fbf5af22fa83c3e06a
2011-06-06 15:01:45 -07:00
Dianne Hackborn
47f569e460
Lost and found.
...
Change-Id: I3aa4824e2c2157be715d93b698963c54dd98e099
2011-06-03 12:31:09 -07:00
Dianne Hackborn
10c33528e0
Extract support lib samples out of ApiDemos and in to their own app.
...
Change-Id: I2ca344e5f1b44c4825de938c9a4f9375a523ede5
2011-05-27 18:40:15 -07:00