Skip to content

rrja08/alfresco-android-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Alfresco Android SDK

What Is Alfresco Android SDK ?

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.

Where can I find it ?

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>

Usage

For usage instructions please see the Usage wiki page.

How to Build it ?

Details on building can be found on the Getting Started page of the wiki.

Where is the documentation ?

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 I need help ?

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.

How to Contribute ?

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.

What's the code License ?

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).

Contributors

We would like to particularly thanks our contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%