SlideShare a Scribd company logo
Alfresco Android
06/11/2013
Jean Marie PASCAL – Alfresco Android Developer

@jeanmariepascal #SummitNow
#SummitNow
#android #alfresco #mobile
Welcome to…

Alfresco
Android

#SummitNow
#SummitNow
Alfresco
Android

‘‘ All you’ve got to do
is decide to go
and the hardest part
is over. ’’
PDF
Edition Barcelona Edition
Release Date Nov 2013
Slides 50

So go!
TONY WHEELER, COFOUNDER – LONELY PLANET

Useful Links
Want more info ?
Head to our wiki
Need more help ?
Head to our forum
Stay in touch
Contact us here

#SummitNow
#SummitNow
About Your Guide
Jean Marie PASCAL
• Android Developer @Alfresco
• Apache Committer : Android Client for
OpenCMIS
Previously
• Creator of first Alfresco/CMIS Android
Application
• Worked for 4 years as Alfresco integrator
• Alfresco community member

#SummitNow
#SummitNow
Contents
Plan Your trip

Explore
Extension / Customization
Survival Guide
#SummitNow
#SummitNow
PLAN
YOUR
TRIP

#SummitNow
Alfresco Android’s

Simplified Map

Device

App

SDK

Server

#SummitNow
#SummitNow
Alfresco Android’s

Top 5

#SummitNow
#SummitNow
Alfresco Android’s

History

#SummitNow
#SummitNow
Need to know

Visas Accepted

#SummitNow
#SummitNow
Need to know

Language

1.0

1.1

1.2

1.3

1.3

#SummitNow
#SummitNow
Need to know

Population

125+
Countries

10 000+
Installations

350+ ≠
Device models
#SummitNow
#SummitNow
Need to know

License
• SDK

• Apache License 2.0

• Application
• Apache License 2.0

• Application Extension
• Majority Apache License 2.0
• Minority proprietary (Samsung SDK)
#SummitNow
#SummitNow
Top Itineraries

For Users

Alfresco
#SummitNow
#SummitNow
Top Itineraries

For Integrators

developer.alfresco.com

#SummitNow
#SummitNow
Top Itineraries

For Developers

alfresco-android-app

alfresco-android-sdk
#SummitNow
#SummitNow
EXPLORE

#SummitNow
Explore

The architecture

#SummitNow
#SummitNow
Explore

Artifacts

3
APK

3
Android Libs

3
Java Library

#SummitNow
#SummitNow
Application

APK

Alfresco Android App

APK
LIB

Alfresco App Commons
Components

APK
LIB

Alfresco Mobile UI Components

Alfresco Sample App

APK

Alfresco Mobile Async API

Alfresco Test App

APK

JAR

Alfresco App Samsung Extension

Alfresco Mobile Remote API

Alfresco OpenCMIS Extension

Android OpenCMIS

Optional Dependency

SDK

Has Dependency #SummitNow
on #SummitNow
ALFRESCO ANDROID
APPLICATION

#SummitNow
#SummitNow
Alfresco Android App 1.3

#SummitNow
#SummitNow
Alfresco Android App 1.3
Other features

• Search
•

Persons / Folder

• Samsung S Note Editor

• Security
• Distribution Policy

#SummitNow
#SummitNow
Android vs iOS

≥
#SummitNow
#SummitNow
Alfresco Android App 1.3

Navigation
Favorites

HOME

Properties

Activities

Comments

Tasks

Sites

Versions
User Profile

Document

Notifications

Account

Tags
Preview

Repo
Explorer

Settings

3rd Party App

Search
Help

S Note Editor

Create

Text Editor

About

File Explorer

App Selector

Send to Alfresco

#SummitNow
Alfresco Android Application

Principles

Background
Thread

UI
Thread

#SummitNow
ALFRESCO ANDROID
SDK

#SummitNow
#SummitNow
Alfresco Android SDK

A Mobile Tool Provider
Samples

UI
Component

Client API

#SummitNow
#SummitNow
Alfresco Android SDK

Unique API Model
Alfresco Android APP
Unique & single API : Services & Models object
Alfresco Android SDK
REST API

REST API

REST API

Public API

Public API

3.4.x

4.0.x

4.1.x

4.2.x

Cloud
#SummitNow
#SummitNow
Alfresco Android SDK

Unique API Model
alfresco/service/cmis (By default)
3.4.x

alfresco/service/cmis
alfresco/cmisatom (By default)
4.0.x 4.1.x

4.2.x

alfresco/service/cmis
alfresco/cmisatom
alfresco/api/-default-/public/cmis/versions/1.0/atom/(By default)
yourcompany.com/public/cmis/versions/1.0/atom/(By default)

Cloud
#SummitNow
#SummitNow
#SummitNow
#SummitNow
Alfresco Android SDK

Principles

Session

Services

Model
Objects

#SummitNow
#SummitNow
Alfresco Android SDK

Create Session
TYPE

PARAMETERS

CREATE

ONPREMISE_SERVICES_CLASSNAME

CloudSession
RepositorySession

CLOUD_SERVICES_CLASSNAME
AUTHENTICATOR_CLASSNAME

HTTP_INVOKER_CLASSNAME
CACHE_FOLDER
LISTING_MAX_ITEMS
#SummitNow
#SummitNow
Alfresco Android SDK

Session
ServiceRegistry
RootFolder
RepositoryInfo
AuthenticationProvider

#SummitNow
#SummitNow
Alfresco Android SDK

ServiceRegistry
ActivityStreamService
CommentService
DocumentFolderService
PersonService
RatingService
SearchService
SiteService
TaggingService
VersionService
WorkflowService
Your Custom Service

#SummitNow
#SummitNow
Alfresco Android SDK

Model Objects
ActivityEntry

Property

Node
Comment
Folder

Document

Site

Company
Task
Person

Content

ListingContext

PagingResult

ContentFile

ContentStream

Process
ProcessDefinition

ListingFilter

Tag
#SummitNow
#SummitNow

Your custom Object
Extension & Customization

#SummitNow
#SummitNow
#SummitNow
Philosophy

• Alfresco Vision of a mobile
Application that use Alfresco
SDK

• Set of tools to create an
application that use Alfresco
Services

•

•

Changes can be important
between 2 versions

API’s are stable & consistent
across version
#SummitNow
#SummitNow
Alfresco Mobile…
Theme

• Change
Colors
• Logo

Custom
Model
• Properties
Group
• Actions

New
Screens
• New
features

Alfresco Mobile by XXX
#SummitNow
#SummitNow
Android SDK…
Business
Solution
• Custom
Screens
• Custom
Services
• Custom Models
• Custom
Workflow

Custom Services
• Extends
Alfresco
Services
• Extends
Alfresco
Models

Quick Mobile
Solution
• Widgets
available
• UI Resources
available

XXX Mobile Solution
#SummitNow
#SummitNow
In a near future…

For guidance only
The following provides
forward looking statements
and should not be taken as
a commitment to deliver
specific capabilities.
Features and timings are
subject to change.
#SummitNow
#SummitNow
In a near future…

App

Server Side
Configuration

SDK

Module

Server

#SummitNow
#SummitNow
In a near future…

Server Side
Configuration

#SummitNow
#SummitNow
In a near future…
Security

MDM

Alfresco Policies
Device

Server

#SummitNow
#SummitNow
In a near future…
APP to APP API

CREATE NEW DOCUMENT
SEARCH
GET INFO DOCUMENT

Your
application

SDK
#SummitNow
#SummitNow
SURVIVAL
GUIDE

#SummitNow
References

https://wiki.alfresco.com/wiki/Mobile
https://www.alfresco.com/develop/mobile
#SummitNow
#SummitNow
Source Code

alfresco-android-app

alfresco-android-sdk
#SummitNow
#SummitNow
Issues

https://forums.alfresco.com/forum/alfresco-mobile

https://issues.alfresco.com/jira/browse/MOBILE
#SummitNow
#SummitNow
Contacts
• Marc Dubresson – Product Manager Mobile
•

Features / Roadmap / complaints

• Mike Hatfield - Tech Lead Mobile
• Overview / Technical details

• Jean Marie Pascal – Android Developer
•

Android implementation

#SummitNow
#SummitNow
#SummitNow
#SummitNow
THANK YOU !
And don’t hesitate to rate my presentation !
http://summit.alfresco.com/barcelona/sessions/alfresco-android-client-sdk

#android #alfresco #mobile
#SummitNow
@jeanmariepascal #SummitNow
#SummitNow
#SummitNow

More Related Content

PDF
Getting started with flutter
PDF
Intro to ionic 2
PPTX
Choosing the Best Mobile App Framework
PDF
Unpacking Developer Experience
PDF
HTML5 TDC Floripa 2014
PPTX
Xamarin Mobile March 2014
PPTX
Flutter UI Framework
PPTX
What and Why Flutter? What is a Widget in Flutter?
Getting started with flutter
Intro to ionic 2
Choosing the Best Mobile App Framework
Unpacking Developer Experience
HTML5 TDC Floripa 2014
Xamarin Mobile March 2014
Flutter UI Framework
What and Why Flutter? What is a Widget in Flutter?

What's hot (20)

PPTX
PhoneGap: a brief history and apologia
PDF
The magic of flutter
PDF
Samsung Indonesia: Tizen Wearables
PDF
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
PDF
Build responsive applications with google flutter
PDF
DevAppLB - PhoneGap Zombie App - Dani Arnaout
PPTX
Mobile apps with Ionic 2
PDF
Universal app par d’Olivier Collet
PPTX
Flutter not yet another mobile cross-platform framework - i ox-kl19
PPTX
Build run first web application using flutter for web
PDF
Flutter - DevFestDC
PDF
Mobile apps for web developers
PDF
Building beautiful apps using google flutter
PPTX
When Android Apps Go Evil
PDF
Ionic 2: Mobile apps with the Web
PPTX
Test automation of mobile apps (Bugs'a'loud Vilnius QA Gathering)
PDF
Test automation of mobile apps
PDF
Phonegap presentation
PPTX
What is Flutter
PDF
Scaling Mobile Development
PhoneGap: a brief history and apologia
The magic of flutter
Samsung Indonesia: Tizen Wearables
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
Build responsive applications with google flutter
DevAppLB - PhoneGap Zombie App - Dani Arnaout
Mobile apps with Ionic 2
Universal app par d’Olivier Collet
Flutter not yet another mobile cross-platform framework - i ox-kl19
Build run first web application using flutter for web
Flutter - DevFestDC
Mobile apps for web developers
Building beautiful apps using google flutter
When Android Apps Go Evil
Ionic 2: Mobile apps with the Web
Test automation of mobile apps (Bugs'a'loud Vilnius QA Gathering)
Test automation of mobile apps
Phonegap presentation
What is Flutter
Scaling Mobile Development
Ad

Viewers also liked (20)

PDF
JM.PASCAL - This is my way...
PDF
Alfresco 3.0 Enteprise : View by a Node
PDF
Alfresco in few points - Node Tutorial
PDF
Alfresco in few points - Search Tutorial
PDF
Alfresco in few points - NodeService Tutorial
PDF
Alfresco en quelques points : Services Tutorial
PDF
Alfresco - Présentation Alfresco 3 Enterprise
PDF
Alfresco en quelques points : Node Tutorial
PPT
DRAFT - Alfresco - Acces & Utilisation
PPT
ECM - Définition Simple
PPT
An Alfresco Fan to John Newton (2)
PPTX
Alfresco's Guide to Anger Management
PDF
PFE Scan (2)
PPT
Nuxeo5 - Continuous Integration
PDF
Open Source Ecm
PPT
Smith & CMIS : a similar story
PPT
ECM - Simple Definition ENG
PDF
Developer’s intro to the alfresco platform
PPT
Alfresco Architecture
PDF
Overview of the AngularJS framework
JM.PASCAL - This is my way...
Alfresco 3.0 Enteprise : View by a Node
Alfresco in few points - Node Tutorial
Alfresco in few points - Search Tutorial
Alfresco in few points - NodeService Tutorial
Alfresco en quelques points : Services Tutorial
Alfresco - Présentation Alfresco 3 Enterprise
Alfresco en quelques points : Node Tutorial
DRAFT - Alfresco - Acces & Utilisation
ECM - Définition Simple
An Alfresco Fan to John Newton (2)
Alfresco's Guide to Anger Management
PFE Scan (2)
Nuxeo5 - Continuous Integration
Open Source Ecm
Smith & CMIS : a similar story
ECM - Simple Definition ENG
Developer’s intro to the alfresco platform
Alfresco Architecture
Overview of the AngularJS framework
Ad

Similar to Alfresco Android - Summit 2013 Talk (20)

PPTX
001-Mobile Application.pptx
PDF
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
KEY
Android Scripting
PPTX
A Real ADF Experience
PPTX
OracleDeveloperMeetup - London 19-12-17
PPT
DEVCON-Alfresco i os mobile application details and design
PPTX
DevOps + MongoDB Serverless = 
PPTX
X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)
PDF
FinDEVr New York 2017 - Deliver your OSS Symphony integration in minutes
PDF
SoundCloud Platform Do:s and Don't:s at How To Web 2011
PPTX
Cross Platform Mobile Development with Xamarin
PPTX
Multiscreen Development with Adobe Air
PPTX
App forum2015 London - RhoMobile Update
PPTX
Salesforce automationhour meighanbrodkeyflowcomponents
PPTX
Tcdnug xamarin
PDF
Começando com Android
PDF
Cross-platform App Development Company
PDF
Design & Deploy a data-driven Web API in 2 hours
PDF
Html5 tdc floripa_2014
PDF
What Are Your Options If You Can’t Use Flutter_.pdf
001-Mobile Application.pptx
A Multiplatform, Multi-Tenant Challenge - Droidcon Lisbon 2023
Android Scripting
A Real ADF Experience
OracleDeveloperMeetup - London 19-12-17
DEVCON-Alfresco i os mobile application details and design
DevOps + MongoDB Serverless = 
X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)
FinDEVr New York 2017 - Deliver your OSS Symphony integration in minutes
SoundCloud Platform Do:s and Don't:s at How To Web 2011
Cross Platform Mobile Development with Xamarin
Multiscreen Development with Adobe Air
App forum2015 London - RhoMobile Update
Salesforce automationhour meighanbrodkeyflowcomponents
Tcdnug xamarin
Começando com Android
Cross-platform App Development Company
Design & Deploy a data-driven Web API in 2 hours
Html5 tdc floripa_2014
What Are Your Options If You Can’t Use Flutter_.pdf

More from PASCAL Jean Marie (14)

PPT
DRAFT - Vm Ware - Installation Nuxeo
PPT
[DRAFT] Utiliser VmWare pour l'installation d'un Alfresco
PPT
An Alfresco Fan to John Newton
PDF
Smith & Cmis : Une histoire commune
PDF
Alfresco en quelques points - Recherche Tutorial
PDF
Ecm Open Source
PDF
Nuxeo5 - Installation Integration Continue
PDF
Nuxeo 5 Installation with Eclipse
PDF
Nuxeo 5 Installation with Eclipse
PDF
Nuxeo5 - Code Source Installation
PDF
Nuxeo5 - Installation avec Eclipse
PDF
Nuxeo 5 - Basic Installation
PDF
Nuxeo5 - Installation Simple
PDF
Nuxeo5 - Installation Code Source
DRAFT - Vm Ware - Installation Nuxeo
[DRAFT] Utiliser VmWare pour l'installation d'un Alfresco
An Alfresco Fan to John Newton
Smith & Cmis : Une histoire commune
Alfresco en quelques points - Recherche Tutorial
Ecm Open Source
Nuxeo5 - Installation Integration Continue
Nuxeo 5 Installation with Eclipse
Nuxeo 5 Installation with Eclipse
Nuxeo5 - Code Source Installation
Nuxeo5 - Installation avec Eclipse
Nuxeo 5 - Basic Installation
Nuxeo5 - Installation Simple
Nuxeo5 - Installation Code Source

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Cloud computing and distributed systems.
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Approach and Philosophy of On baking technology
PPTX
A Presentation on Artificial Intelligence
PDF
NewMind AI Weekly Chronicles - August'25 Week I
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Modernizing your data center with Dell and AMD
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Network Security Unit 5.pdf for BCA BBA.
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Cloud computing and distributed systems.
Encapsulation_ Review paper, used for researhc scholars
Mobile App Security Testing_ A Comprehensive Guide.pdf
MYSQL Presentation for SQL database connectivity
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Empathic Computing: Creating Shared Understanding
Approach and Philosophy of On baking technology
A Presentation on Artificial Intelligence
NewMind AI Weekly Chronicles - August'25 Week I
The AUB Centre for AI in Media Proposal.docx
Dropbox Q2 2025 Financial Results & Investor Presentation
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Modernizing your data center with Dell and AMD
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
“AI and Expert System Decision Support & Business Intelligence Systems”
Network Security Unit 5.pdf for BCA BBA.

Alfresco Android - Summit 2013 Talk