#SummitNow Alfresco Mobile SDKs in Action 06 November, 2013 Mike Hatfield Lead Engineer Mobile Apps, Alfresco.

Slides:



Advertisements
Similar presentations
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Advertisements

Using Evernote and Google Docs in your web or mobile application (and potentially Dropbox and Skydrive) By Peter Messenger Senior Developer – Triple Point.
Mobile App Development Using: Presented by Tyler Richey Images from
Who are these guys? Bruce Pulley Senior Mobile Applications Developer Andrew Rumbley Senior.
Amanda Silver Director of Program Management Visual Studio Tools for Client Applications Cross-Platform Development using Visual Studio.
Platform Independent Frameworks Contents Mobile App Developer’s challenges Platform Independent solutions – Mobile Web Based Apps – Cross.
Native vs hybrid vs web mobile Application
MOBILE APP DEVELOPMENT Presented by Md. Zakaria Chowdhury CEO, Webcraft Bangladesh Director, Sylhet IT Academy.
The PhoneGap History Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
Web Apps vs. Native Apps vs. Hybrid Apps vs. iBook Author Mobile Publishing:
BUILD CROSS-PLATFORM NATIVE MOBILE APP FOR DNN DNN Mobi.
Using JavaScript for Mobile App Development No Objective C or Java required! July 5th, 2011.
Lightning Talk Fred Rodriguez Nguyen Do CPSC 473 May 6, 2012.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
Vs. Ease of Developing 3 rd Party Applications. Points of Interest Closed Source vs. Open Source – Does It Matter? Objective-C vs. Java – Implementation.
Introduction CIS 136 Building Mobile Apps 1. What is a mobile app? 2  Computer program  Designed for small devices  Smartphones  Tablets  Other handhelds.
Java Mobile Apps with GWT & PhoneGap Josh Marinacci, webOS Developer Advocate.
Introducing NativeScript [Pavel Kolev Software Telerik: a Progress company]
Developing Enterprise Mobile Apps with Xamarin Loren Horsager CEO, Mobile Composer.
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
PhoneGap- Cross platform for mobile Lê Nguyên Khánh Trần Đại Nhân
Folio3 IPhone Training Session 1 Presenter: Imam Raza.
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
Apache Cordova Tools in Visual Studio
Introduction to Mobile Applications. Wireless Applications Personal Time and KnowledgeManagemnt Personal Health & Security PersonalNavigation Remote Monitoring.
The way of hybrid mobile development Hybrid Mobile Applications Telerik Software Academy
Using NativeScript to develop native apps for IOS and Android
Introduction to Mobile Applications. Wireless Applications Personal Time and KnowledgeManagemnt Personal Health & Security PersonalNavigation Remote Monitoring.
CROSS PLATFORM MOBILITY
Ionic & Cordova crash course Ivan Varga
Created by Presented by James Schultz Titanium. What is Titanium? An open, extensible development environment for creating beautiful native apps across.
Browser Compatibility Testing, using different browsers Conditional Statements.
 Can access all API’s made available by OS vendor.  SDK’s are platform-specific.  Each mobile OS comes with its own unique tools and GUI toolkit.
NativeScript – Open source platform to build Native iOS/Android Apps.
Best 5 Mobile App Development Tools for Developer's to think beyond the Limitation.
PhoneGap / PhoneGap Build #CreateTheWeb Mihai Corlan / Adobe Web Evangelist
丁建文 國立高雄應用科大資管系副教授 兼任計網中心軟體發展組組長 跨平台行動應用軟體開發技術 : HTML5 & Mobile JavaScript Framework 暨南大學.
INTRODUCING HYBRID APP KAU with MICT PARK IT COMPANIES Supported by KOICA
APP DESIGN AND DEVELOPMENT WITH THE IONIC FRAMEWORK Chuck Leone
OTS The Best of Native Apps and the Mobile Web Duncan Cragg.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
#SummitNow Managing Mobile Content Wednesday 13 th November 2013 Mike Hatfield, Lead Engineer Mobile Apps, Alfresco Marc Dubresson, Dir. Mobile Product.
Phonegap API & Phonegap Bridge CIS 136 Building Mobile Apps 1.
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
Build Hybrid Mobile Apps with Ionic, Angular, & Cordova Brian
TECH RELATED TOPIC PRESENTATION MICROPROCESSOR: CSE341 COURSE INSTRUCTOR DR. JIA UDDIN Assistant Professor Department of Computer Science and Engineering.
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
PhoneGap. web-based mobile development framework, based on the open-source Cordova project. use standard web technologies such as HTML5, CSS3, and JavaScript.
TELERIK APP BUILDER ( Icenium ). POINTS TO DISCUSS  Introduction  Features  Versions  Supported Frameworks.
Ionic Mobile App Development Services
PhoneGap Cross-Platform Development Company India
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Mobile App Development Using:
A little more App Inventor and Mind the GAP!
ET-570 Smart Phone Apps.
5/15/2018 5:43 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
React Native: The Future of Hybrid App Development
Browsers and Web Platforms
Apache Cordova Overview
Build Native Mobile Apps using JavaScript and Ionic
@NicJ
Building Native Mobile Apps with Angular 2.0 and NativeScript
Mobile App Development
Apps XD.
Unit 6 part 3 Test Javascript Test.
Office 365 Development.
Apache Cordova What is it ? Platforms Development Architecture Plugins
Frameworks Deploying Online Services
Presentation transcript:

#SummitNow Alfresco Mobile SDKs in Action 06 November, 2013 Mike Hatfield Lead Engineer Mobile Apps, Alfresco

#SummitNow Session Summary The Alfresco Mobile SDKs Native vs. Hybrid Appcelerator Titanium Fujitsu ScanSnap PSPDFKit

#SummitNow Android and iOS

#SummitNow github.com/Alfresco

#SummitNow Alfresco iOS SDK Demo

#SummitNow Native vs. Hybrid Development What’s the difference?

#SummitNow What’s the difference? Native Objective-C, Java, C# Proprietary IDEs Vendor-specific O/S Hybrid HTML, CSS, JavaScript Any IDE Any O/S

#SummitNow Native vs. Hybrid Development What’s the difference? So hybrid is always better?

#SummitNow So hybrid is always better? Performance Responsiveness Browser quirks Native code still required UI design

#SummitNow Native vs. Hybrid Development What’s the difference? So hybrid is always better? What are my options for hybrid?

#SummitNow What are my options for hybrid?

#SummitNow Native vs. Hybrid Development What’s the difference? So hybrid is always better? What are my options? How do I choose?

#SummitNow How do I choose? Native? Web? Hybrid? It Depends!

#SummitNow An open, extensible development environment for creating beautiful native apps across different mobile devices and OSs including iOS, Android, and BlackBerry, as well as hybrid and HTML5.

#SummitNow Titanium is not an attempt at “write once, run anywhere” Titanium is an attempt to achieve code reuse with a unified JavaScript API.

#SummitNow Titanium Studio JavaScript / HTML Titanium SDK iOS SDK Android SDK HTML5 Modules 3 rd Party SDKs

#SummitNow Titanium Studio JavaScript / HTML Titanium SDK iOS SDK Android SDK HTML5 Modules Alfresco SDKs

#SummitNow Alfresco Titanium Modules Bridge between JavaScript and native code Wrap the iOS and Android SDKs Will be documented, tested & supported

#SummitNow Hybrid Roadmap iOS 1.1 Android 1.1 (Browse) iOS 1.1 Android 1.1 (Create) iOS 1.3 Android 1.3 PhoneGap?

#SummitNow Alfresco Titanium Module Demo

#SummitNow

Fujitsu ScanSnap Demo

#SummitNow PSPDFKit Display and annotate PDFs on iOS Integrated in many leading apps

#SummitNow PSPDFKit Demo

#SummitNow