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

What's hot (20)

PPTX
PhoneGap: a brief history and apologia
lorinbeer
 
PDF
The magic of flutter
Shady Selim
 
PDF
Samsung Indonesia: Tizen Wearables
Ryo Jin
 
PDF
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
Mobile March
 
PDF
Build responsive applications with google flutter
Ahmed Abu Eldahab
 
PDF
DevAppLB - PhoneGap Zombie App - Dani Arnaout
Dani Arnaout
 
PPTX
Mobile apps with Ionic 2
Khoa Nguyễn
 
PDF
Universal app par d’Olivier Collet
CocoaHeads France
 
PPTX
Flutter not yet another mobile cross-platform framework - i ox-kl19
oradoe
 
PPTX
Build run first web application using flutter for web
Concetto Labs
 
PDF
Flutter - DevFestDC
Michael R. Traverso
 
PDF
Mobile apps for web developers
Appzio
 
PDF
Building beautiful apps using google flutter
Ahmed Abu Eldahab
 
PPTX
When Android Apps Go Evil
Lookout
 
PDF
Ionic 2: Mobile apps with the Web
Mike Hartington
 
PPTX
Test automation of mobile apps (Bugs'a'loud Vilnius QA Gathering)
rvaitkus
 
PDF
Test automation of mobile apps
rvaitkus
 
PDF
Phonegap presentation
Atilla Özgür
 
PPTX
What is Flutter
Malan Amarasinghe
 
PDF
Scaling Mobile Development
Lookout
 
PhoneGap: a brief history and apologia
lorinbeer
 
The magic of flutter
Shady Selim
 
Samsung Indonesia: Tizen Wearables
Ryo Jin
 
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
Mobile March
 
Build responsive applications with google flutter
Ahmed Abu Eldahab
 
DevAppLB - PhoneGap Zombie App - Dani Arnaout
Dani Arnaout
 
Mobile apps with Ionic 2
Khoa Nguyễn
 
Universal app par d’Olivier Collet
CocoaHeads France
 
Flutter not yet another mobile cross-platform framework - i ox-kl19
oradoe
 
Build run first web application using flutter for web
Concetto Labs
 
Flutter - DevFestDC
Michael R. Traverso
 
Mobile apps for web developers
Appzio
 
Building beautiful apps using google flutter
Ahmed Abu Eldahab
 
When Android Apps Go Evil
Lookout
 
Ionic 2: Mobile apps with the Web
Mike Hartington
 
Test automation of mobile apps (Bugs'a'loud Vilnius QA Gathering)
rvaitkus
 
Test automation of mobile apps
rvaitkus
 
Phonegap presentation
Atilla Özgür
 
What is Flutter
Malan Amarasinghe
 
Scaling Mobile Development
Lookout
 

Viewers also liked (20)

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

Similar to Alfresco Android - Summit 2013 Talk (20)

PDF
Tech Talk Live - Mobile SDKs
Gavin Cornwell
 
PDF
Alfresco tech talk live mobile sdks
Alfresco Software
 
PDF
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Nicole Szigeti
 
PPT
Alfresco As SharePoint Alternative - Architecture Overview
Alfresco Software
 
PPTX
Building Content-Rich Java Apps in the Cloud with the Alfresco API
Jeff Potts
 
PPTX
Intro to Alfresco for Developers
Jeff Potts
 
PPTX
Alfresco iOS Mobile Application In Depth Details and Design
Alfresco Software
 
PPT
2 Magma Introduction
vegamario
 
PDF
Tech talk live on new alfresco api
Alfresco Software
 
PDF
Infoaxon extended enterprise
Navnit Saurabh
 
PPTX
Alfresco mobile webinar 11 1-11
Zia Consulting
 
PPT
DEVCON-Alfresco i os mobile application details and design
Zia Consulting
 
PDF
Spring In Alfresco Ecm
Piergiorgio Lucidi
 
PPTX
Intro to the Alfresco Public API
Jeff Potts
 
PDF
Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014
Amplexor
 
PPTX
Relational Won't Cut It: Architecting Content Centric Apps
Jeff Potts
 
PDF
Enterprise Content Management 101 for Financial Services
Alfresco Software
 
PPT
Alfresco Web Content Management Roadmap - 3.2 and Beyond
Alfresco Software
 
PPTX
Alfresco: The Story of How Open Source Disrupted the ECM Market
Jeff Potts
 
PPTX
CMIS: An Open API for Managing Content
Jeff Potts
 
Tech Talk Live - Mobile SDKs
Gavin Cornwell
 
Alfresco tech talk live mobile sdks
Alfresco Software
 
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Nicole Szigeti
 
Alfresco As SharePoint Alternative - Architecture Overview
Alfresco Software
 
Building Content-Rich Java Apps in the Cloud with the Alfresco API
Jeff Potts
 
Intro to Alfresco for Developers
Jeff Potts
 
Alfresco iOS Mobile Application In Depth Details and Design
Alfresco Software
 
2 Magma Introduction
vegamario
 
Tech talk live on new alfresco api
Alfresco Software
 
Infoaxon extended enterprise
Navnit Saurabh
 
Alfresco mobile webinar 11 1-11
Zia Consulting
 
DEVCON-Alfresco i os mobile application details and design
Zia Consulting
 
Spring In Alfresco Ecm
Piergiorgio Lucidi
 
Intro to the Alfresco Public API
Jeff Potts
 
Amplexor Alfresco ECM Solutions Seminar - Alfresco Vision And Roadmap 2014
Amplexor
 
Relational Won't Cut It: Architecting Content Centric Apps
Jeff Potts
 
Enterprise Content Management 101 for Financial Services
Alfresco Software
 
Alfresco Web Content Management Roadmap - 3.2 and Beyond
Alfresco Software
 
Alfresco: The Story of How Open Source Disrupted the ECM Market
Jeff Potts
 
CMIS: An Open API for Managing Content
Jeff Potts
 
Ad

More from PASCAL Jean Marie (14)

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

Recently uploaded (20)

PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
PDF
introduction to computer hardware and sofeware
chauhanshraddha2007
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PPTX
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Per Axbom: The spectacular lies of maps
Nexer Digital
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
Market Insight : ETH Dominance Returns
CIFDAQ
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PDF
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
introduction to computer hardware and sofeware
chauhanshraddha2007
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Per Axbom: The spectacular lies of maps
Nexer Digital
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Market Insight : ETH Dominance Returns
CIFDAQ
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 

Alfresco Android - Summit 2013 Talk