androidprojectdemos

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.


Solution

  • 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