Mike
Mike

Reputation: 53

Android Support4Demos - API 4+ Support Demos full project

I want the full sample code for the Support4Demos. How can I download the full project? i only saw some files here http://developer.android.com/resources/samples/Support4Demos/index.html

But normally it should be in android-sdk/samples.

I have installed all samples for SDK API 7-13, revision 1 but still i can not find it in the samples folders.

Upvotes: 5

Views: 6147

Answers (3)

martin steel
martin steel

Reputation: 41

On my machine this demo was in [my-sdk-path]/extras/android/support/Samples

Upvotes: 4

Samuel
Samuel

Reputation: 9993

I found it in [my-sdk-path]/android-compatibility/v4 or v13

Upvotes: 0

Morrison Chang
Morrison Chang

Reputation: 12121

Look in [your-sdk-path]/extras/compatibility/v4 or v13 for the library and sample apps. You'll need to run javadoc to extract out html documentation on the source files.

More details here: Android Compatibility Library

Upvotes: 11

Related Questions