The Alfresco Android SDK includes a set of APIs and samples that allows developers to quickly build Alfresco-enabled applications.
This SDK provides functionality to connect to both on-premise and Cloud-based servers. Alfresco servers of version 3.4.x and above are supported.
Download the latest JAR from the developer portal or grab via Gradle:
compile 'org.alfresco.mobile.android.sdk:alfresco-mobile-android-client-api:1.4.0'
or Maven:
<dependency>
<groupId>org.alfresco.mobile.android.sdk</groupId>
<artifactId>alfresco-mobile-android-client-api</artifactId>
<version>1.4.0</version>
</dependency>
For usage instructions please see the Usage wiki page.
Details on building can be found on the Getting Started page of the wiki.
Full documentation, including getting started instructions can be found on Alfresco Documentation website.
More information can be found on our developer portal, on our website, our wiki and project wiki.
If you are experiencing problems with the application or need help please consult the Alfresco Mobile Forum.
If you spot a bug please, then please raise an issue in our JIRA or directly on Github
Alfresco Customer can contact directly Alfresco Support via the Alfresco Enterprise Network portal.
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
Alfresco Mobile for Android 1.5
Copyright © 2015 Alfresco Software, Ltd. and others.
This product distribution is made available under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
We would like to particularly thanks our contributors
- Davi Garcia Pereira https://github.com/davigp