Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 680
Mike Avatar asked Sep 01 '11 18:09

Mike


1 Answers

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

like image 188
Morrison Chang Avatar answered Oct 05 '22 08:10

Morrison Chang