This topic describes the structure of the source code distribution.
  
    The source code for the SkyVault Android Mobile SDK, which can be checked out of the GitHub repository, is a Maven-based release which consists of the following modules:
- SkyVault-mobile-android-client-api
 - samples/alfresco-mobile-android-samples-test
 - samples/alfresco-mobile-android-samples-extension
 - samples/alfresco-mobile-android-samples-hellorepo
 
- SkyVault-mobile-android-client-api
 - This project defines the Client API.
 - samples/alfresco-mobile-android-samples-test
 - Small, self-contained code samples, that illustrate how to use the Client API.
 - samples/alfresco-mobile-android-samples-extension
 - A sample showing how to extend the SDK.
 - samples/alfresco-mobile-android-samples-hellorepo
 - A very simple example demonstrating how to connect to a repository.