Building Applications with ArcGIS Runtime SDK for ios Part II. Eric Ito and Scott Sirowy

Size: px
Start display at page:

Download "Building Applications with ArcGIS Runtime SDK for ios Part II. Eric Ito and Scott Sirowy"

Transcription

1 Building Applications with ArcGIS Runtime SDK for ios Part II Eric Ito and Scott Sirowy

2 Building Applications with ArcGIS Runtime SDK for ios Part II Eric Ito and Scott Sirowy 2011 Dev Summit Dodgeball Champions

3 ArcGIS Runtime SDKs Windows Mobile Windows Linux ios Android Windows Phone Runtime SDK Runtime SDK Runtime SDK Runtime SDK Runtime SDK Runtime SDK.NET CF WPF, Java Java, Qt Objective C Java Silverlight Rugged and Embedded Devices Smartphones and Tablets

4 Inspections App

5 ios Part I - Recap Using AGSMapView in your application - Adding a tile layer basemap - Add your own feature layers

6 ios Part I - Recap Using AGSMapView in your application - Adding a tile layer basemap - Add your own feature layers Adding callouts, custom graphics, etc

7 ios Part I - Recap Using AGSMapView in your application - Adding a tile layer basemap - Add your own feature layers Adding callouts, custom graphics, etc Incorporating routing into your application - Directions - GPS Modes

8 ios Part II - Where we are headed Support for Portal REST API (just released) Web Map APIs

9 ios Part II - Where we are headed Portal/Geowarehouse APIs (new release) Web Map APIs Viewing and editing information

10 ios Part II - Where we are headed Support for Portal REST API (just released) Web Map APIs Viewing and editing information Taking your application offline - Provisioning offline base maps

11 ios Part II - Where we are headed Support for Portal REST API (just released) Web Map APIs Viewing and editing information Taking your application offline - Provisioning offline base maps Creating a stand-out mapping application for ios

12 Support for Portal REST API New support in ios Runtime SDK 2.2 Access to an online portal - ArcGIS Online - Custom Portal Access users, groups, web maps, and other related content.

13 Portal REST API New ios AGSPortal : AGSPortalItem: AGSPortalGroup: AGSPortalUser: NSObject Several other supporting classes too

14 AGSWebMap (since 2.0 release) +(AGSWebMap*)webMapWithItemId:(NSString*)itemId credential:(agscredential*)cred; +(AGSWebMap*)webMapWithURL:(NSURL *)url credential:(agscredential*)cred;

15 AGSWebMap Supports new Portal REST API +(AGSWebMap*)webMapWithItemId:(NSString*)itemId credential:(agscredential*)cred; +(AGSWebMap*)webMapWithURL:(NSURL *)url credential:(agscredential*)cred; +(AGSWebMap*)webMapWithPortalItem:(AGSPortalItem*)item; +(AGSWebMap*)webMapWithItemId:(NSString*)itemId portal:(agsportal*)portal;

16 Viewing/Editing Data with the ios SDK Using Feature layers & Popups Popups provide UI to - Display and edit attributes - Manage attachments - View charts, media

17 Viewing/Editing Data with the ios SDK Using Feature layers & Popups Popups provide UI to - Display and edit attributes - Manage attachments - View charts, media Popups configured through web maps - Attributes to display & edit - User friendly aliases and hints - Formatting for numbers, dates

18 Editing/Collecting Data Using Popups Edit feature - Attributes - Geometry - Attachments

19 Popups ios Classes (since AGSPopup : AGSPopupInfo : AGSPopupsContainerViewController : UIViewController NSArray *popups = [NSArray arraywithobject:mypopup]; AGSPopupsContainerViewController *vc = [[AGSPopupsContainerViewController alloc] initwithpopups:popups]; [self presentmodalviewcontroller:vc animated:yes];

20 Going Offline Provisioning device with a basemap cache - Supported Caches - Application Configuration - Using Itunes Taking your data offline

21 Creating a great (GIS/mapping) application for ios

22 Creating a great (GIS/mapping) application for ios Great ios Apps Embrace the Platform and Human Interface Design Principles A Great User Experience Is Rooted in Your Attention to Detail ~Apple s Mobile Human Interface Guidelines

23

ArcGIS Web Mapping. Sam Berg, esri sberg@esri.com

ArcGIS Web Mapping. Sam Berg, esri sberg@esri.com ArcGIS Web Mapping Sam Berg, esri sberg@esri.com Agenda ArcGIS and WebMaps The APIs ArcGIS for Flex Viewer ArcGIS for Silverlight Builder ArcGIS for Sharepoint ArcGIS Application Templates ArcGIS Runtime

More information

Developing Mapping Applications with ArcGIS Runtime SDK for Windows Mobile. Jay Chen Justin Colville

Developing Mapping Applications with ArcGIS Runtime SDK for Windows Mobile. Jay Chen Justin Colville Developing Mapping Applications with ArcGIS Runtime SDK for Windows Mobile Jay Chen Justin Colville Agenda What is ArcGIS Runtime for Windows Mobile Software Development Kit Application SDK - Introduction

More information

Building Applications with the ArcGIS Runtime SDK for Windows Mobile

Building Applications with the ArcGIS Runtime SDK for Windows Mobile Esri International User Conference San Diego, California Technical Workshops July 25th Building Applications with the ArcGIS Runtime SDK for Windows Mobile Jay Chen Justin Colville What we will cover today

More information

ESRI Mobile GIS Solutions Overview. Shane Clarke ESRI

ESRI Mobile GIS Solutions Overview. Shane Clarke ESRI ESRI Mobile GIS Solutions Overview Shane Clarke ESRI Agenda Overview of mobile GIS ESRI mobile GIS Solutions Selecting a mobile GIS solution Q & A 2 Mobile GIS Overview 3 What is mobile GIS? Extension

More information

Mobile Solutions in ArcGIS. Justin Fan

Mobile Solutions in ArcGIS. Justin Fan Mobile Solutions in ArcGIS Justin Fan Agenda Introducing Mobile GIS Esri Mobile GIS solutions Selecting the right Mobile GIS solution Resources Q&A Introducing Mobile GIS What is Mobile GIS? Extends the

More information

Developing Apps with the ArcGIS Runtime SDK for Android. Ben Ramseth Esri Inc. Instructor Technical Lead

Developing Apps with the ArcGIS Runtime SDK for Android. Ben Ramseth Esri Inc. Instructor Technical Lead Developing Apps with the ArcGIS Runtime SDK for Android Ben Ramseth Esri Inc. Instructor Technical Lead Ben Ramseth Instructor Technical Lead Esri Inc USA, Charlotte, NC bramseth@esri.com @EsriMapNinja

More information

Portal for ArcGIS. Satish Sankaran Robert Kircher

Portal for ArcGIS. Satish Sankaran Robert Kircher Portal for ArcGIS Satish Sankaran Robert Kircher ArcGIS A Complete GIS Data Management Planning & Analysis Field Mobility Operational Awareness Constituent Engagement End to End Integration Collect, Organize,

More information

Développer des applications mobiles avec ArcGIS 10.1

Développer des applications mobiles avec ArcGIS 10.1 Séminaire Partenaires Esri France 6 et 7 juin 2012 Paris Développer des applications mobiles avec ArcGIS 10.1 Patrice Freydière Thierry Peuzin Olivier Rossini Introduction Le Systeme ArcGIS Facile Puissant

More information

Create Your Own Android App Tools Using ArcGIS Runtime SDK for Android

Create Your Own Android App Tools Using ArcGIS Runtime SDK for Android Create Your Own Android App Tools Using ArcGIS Runtime SDK for Android Dan O Neill & Xueming Wu Esri UC 2014 Demo Theater Introductions What we do - Redlands Xueming Wu - https://github.com/xuemingrock

More information

QML and JavaScript for Native App Development

QML and JavaScript for Native App Development Esri Developer Summit March 8 11, 2016 Palm Springs, CA QML and JavaScript for Native App Development Michael Tims Lucas Danzinger Agenda Native apps. Why? Overview of Qt and QML How to use JavaScript

More information

Best practices building multi-platform apps. John Hasthorpe & Josh Venman

Best practices building multi-platform apps. John Hasthorpe & Josh Venman Best practices building multi-platform apps John Hasthorpe & Josh Venman It s good to have options Android 4.3 10 Tablet Windows 7 14 Laptop Windows 7 15 Laptop Mac OSX 15 Laptop ios 6 4.6 Phone Android

More information

Welcome to Esri's Software Export Control Classification Number (ECCN) Matrix

Welcome to Esri's Software Export Control Classification Number (ECCN) Matrix Welcome to Esri's Software Export Control Classification Number (ECCN) Matrix Updated September 30, 2015 This portion of the Esri web site is to provide information regarding the export control classification

More information

Extending the Survey123 for ArcGIS Mobile App

Extending the Survey123 for ArcGIS Mobile App Esri Developer Summit March 8 11, 2016 Palm Springs, CA Extending the Survey123 for ArcGIS Mobile App Elvin Slavik, Sathya Prasad THE FOLLOWING TECH PREVIEW HAS BEEN APPROVED FOR ALL RESTRICTED DEVELOPER

More information

Configuration Guide Contigo Mobile Tracker

Configuration Guide Contigo Mobile Tracker Track Fleet Personnel / Vehicles with a Mobile Device Users with access to the GPS Fleet Tracker mobile app on iphone and Android can now enable a tracking session on their smartphone, turning their phone

More information

ArcGIS 10.1 Web Apps and APIs. John Hasthorpe & Kai Hübner

ArcGIS 10.1 Web Apps and APIs. John Hasthorpe & Kai Hübner ArcGIS 10.1 Web Apps and APIs John Hasthorpe & Kai Hübner Overview Options for leveraging ArcGIS Server using Esri s Web APIs Alternatives to the Web ADF application builder (Gone in 10.1) When and how

More information

3 Reasons Xamarin is Best for Mobile App Development

3 Reasons Xamarin is Best for Mobile App Development Mobility Series The Quick Guide: 3 Reasons Xamarin is Best for Mobile App Development Sales Solutions 1 800 443 5210 www.aajtech.com So you ve decided to strengthen your organization s mobile strategy

More information

Introduce Web3D Development and Visualization. Moxie Zhang Esri R&D Center Beijing

Introduce Web3D Development and Visualization. Moxie Zhang Esri R&D Center Beijing Introduce Web3D Development and Visualization Moxie Zhang Esri R&D Center Beijing Web Scene Desktop Web Device New in ArcGIS Online and Portal Web Scene Mash-up of 3D / 2D layers Web Scene Viewer and

More information

Developing Android Apps with the ArcGIS Runtime SDK for Android. Dan O Neill @jdoneill @doneill

Developing Android Apps with the ArcGIS Runtime SDK for Android. Dan O Neill @jdoneill @doneill Developing Android Apps with the ArcGIS Runtime SDK for Android Dan O Neill @jdoneill @doneill Xueming Wu @xuemingrocks Agenda Introduction to the ArcGIS Android SDK Maps & Layers Basemaps (Portal) Location

More information

Android Architecture. Alexandra Harrison & Jake Saxton

Android Architecture. Alexandra Harrison & Jake Saxton Android Architecture Alexandra Harrison & Jake Saxton Overview History of Android Architecture Five Layers Linux Kernel Android Runtime Libraries Application Framework Applications Summary History 2003

More information

01. Introduction of Android

01. Introduction of Android 01. Introduction of Android Goal Understand the concepts and features of the Android Install the complete Android development environment Find out the one-click install Android development environment

More information

Esri Maps for Office, SharePoint & Dynamics CRM. Tony Howser Sentha Sivabalan Scott Ball

Esri Maps for Office, SharePoint & Dynamics CRM. Tony Howser Sentha Sivabalan Scott Ball Esri Maps for Office, SharePoint & Dynamics CRM Tony Howser Sentha Sivabalan Scott Ball Agenda Location Analytics Esri Maps for - SharePoint - Office - Dynamics CRM Pricing Road Map Q & A Evolving the

More information

Making Your Mobile Workforce More Efficient

Making Your Mobile Workforce More Efficient ArcGIS for Mobile Making Your Mobile Workforce More Efficient What Is Mobile GIS? Mobile geographic information system (GIS) technology extends GIS beyond the office and allows organizations to make accurate,

More information

Making Your Mobile Workforce More Efficient

Making Your Mobile Workforce More Efficient ArcGIS for Mobile Making Your Mobile Workforce More Efficient What Is Mobile GIS? Mobile geographic information system (GIS) technology extends GIS beyond the office and allows organizations to make accurate,

More information

Enhancing Asset Management with a GIS Program. Lori A. Burkert, P.G. lburkert@entecheng.com 610-373-6667

Enhancing Asset Management with a GIS Program. Lori A. Burkert, P.G. lburkert@entecheng.com 610-373-6667 Enhancing Asset Management with a GIS Program Lori A. Burkert, P.G. lburkert@entecheng.com 610-373-6667 presentation overview Definitions Its all about your assets Components of a GIS Why use GIS for asset

More information

Customize Mobile Apps with MicroStrategy SDK: Custom Security, Plugins, and Extensions

Customize Mobile Apps with MicroStrategy SDK: Custom Security, Plugins, and Extensions Customize Mobile Apps with MicroStrategy SDK: Custom Security, Plugins, and Extensions MicroStrategy Mobile SDK 1 Agenda MicroStrategy Mobile SDK Overview Requirements & Setup Custom App Delegate Custom

More information

Essential Mapping Apps

Essential Mapping Apps Essential Mapping Apps 74% of adults use their smartphone to look at maps or other information based on their current location (of the 58% that own a smart phone) Pew Research Center Maps for Directions

More information

The Landscape of Mobile Apps for Cityworks

The Landscape of Mobile Apps for Cityworks The Landscape of Mobile Apps for Cityworks It s not a one size fits all world February 2015 What We Will Show You Today Your options for taking Cityworks out to field. The mobile options on different size

More information

Building native mobile apps for Digital Factory

Building native mobile apps for Digital Factory DIGITAL FACTORY 7.0 Building native mobile apps for Digital Factory Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

MAY 18, 2015 ARCGIS 10.3.1 FOR SERVER FUNCTIONALITY MATRIX

MAY 18, 2015 ARCGIS 10.3.1 FOR SERVER FUNCTIONALITY MATRIX MAY 18, 2015 ARCGIS 10.3.1 FOR SERVER FUNCTIONALITY MATRIX Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive

More information

White Paper. Freeance Mobile for Cityworks

White Paper. Freeance Mobile for Cityworks White Paper Freeance Mobile for Cityworks Version 1.1 May 2012 Freeance Mobile for Cityworks Freeance Mobile for Cityworks 2012.1 is a mobile application for the following smartphones and tablets: iphone

More information

Portal. from the trenches!

Portal. from the trenches! from the trenches! Deployment Patterns Scaling and High Availability Reference Implementations Common Challenges Extending Engagement patterns Esri UC 2014 Technical Workshop for ArcGIS Technology Transfer

More information

Android Tablet GIS Solution Transforms Well Inspection for Bucks County Health Department

Android Tablet GIS Solution Transforms Well Inspection for Bucks County Health Department Android Tablet GIS Solution Transforms Well Inspection for Bucks County Health Department A Case Study Problem Statement The Bureau of Environmental Health (BEH) within the Bucks County Health Department

More information

How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE

How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE Solutions Introduction: Enterprises around the globe are mobilizing mission-critical services. Businesses get streamlined due

More information

Wiley Publishing, Inc.

Wiley Publishing, Inc. CREATING ANDROID AND IPHONE APPLICATIONS Richard Wagner WILEY Wiley Publishing, Inc. INTRODUCTION xv CHAPTER 1: INTRODUCING FLASH DEVELOPMENT FOR MOBILE DEVICES 3 Expanding to the Mobile World 3 Discovering

More information

for Java developers Building Mobile Applications Introduction 1 Building Mobile Applications

for Java developers Building Mobile Applications Introduction 1 Building Mobile Applications Introduction Building Mobile Applications for Java developers Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted,

More information

Discovering Computers

Discovering Computers Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet Chapter 9 Operating Systems Objectives Overview Define an operating system Describe the start-up process and shutdown

More information

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Mobile optimized user experience Simplified access to

More information

AppConnect FAQ for MobileIron Technology Partners! AppConnect Overview

AppConnect FAQ for MobileIron Technology Partners! AppConnect Overview AppConnect FAQ for MobileIron Technology Partners! AppConnect Overview What is AppConnect? AppConnect is a MobileIron product that secures and protects enterprise mobile apps. It manages the complete lifecycle

More information

Conservation Workshop ArcGIS Explorer

Conservation Workshop ArcGIS Explorer Conservation Workshop ArcGIS Explorer Bern Szukalski bszukalski@esri.com Topics for this session Introduction Overview of features Using ArcGIS Explorer effectively New features & capabilities Customization

More information

Mobile GIS Guide. About The Author. Getting your mobile GIS project off the ground

Mobile GIS Guide. About The Author. Getting your mobile GIS project off the ground About The Author Matt Sheehan is a mobile GIS pioneer. He and his staff at WebMapSolutions have been providing clients with mobile GIS solutions since the earliest days of smartphones and tablets. We live

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

ORACLE ADF MOBILE DATA SHEET

ORACLE ADF MOBILE DATA SHEET ORACLE ADF MOBILE DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Java technology enables cross-platform business logic Mobile optimized

More information

Module Title: Software Development A: Mobile Application Development

Module Title: Software Development A: Mobile Application Development Module Title: Software Development A: Mobile Application Development Module Code: SDA SDA prerequisites: CT1, HS1, MS001, CA Award of BSc. In Information Technology The Bachelor of Science in Information

More information

Prepare Data ArcMap Open Trees.mpk Chrome ArcGIS Online New Map Chrome Esri Blogs Chrome Local Government Resources Reflector Phone Connected

Prepare Data ArcMap Open Trees.mpk Chrome ArcGIS Online New Map Chrome Esri Blogs Chrome Local Government Resources Reflector Phone Connected Prepare Data ArcMap Open Trees.mpk Chrome ArcGIS Online New Map Chrome Esri Blogs Chrome Local Government Resources Reflector Phone Connected Kate Firefox http://doc.arcgis.com/en/operations dashboard/

More information

Extending Enterprise GIS Into The Field with Mobile GIS Technology

Extending Enterprise GIS Into The Field with Mobile GIS Technology Extending Enterprise GIS Into The Field with Mobile GIS Technology A White Paper January 10, 2014 1525 Oregon Pike Suite 202 Lancaster, PA 17601-7300 Phone (717) 399-7007 Fax (717) 399-7015 www.geographit.com

More information

Citrix Worx App SDK Overview

Citrix Worx App SDK Overview Citrix Worx App SDK Overview Table of Contents Introduction... 3 About the App Catalog Deployment Model... 3 About the Citrix MDX Toolkit... 4 The Worx App SDK... 5 The Unmanaged and Managed Modes of Worx

More information

Operations Dashboard for ArcGIS: Extending the Functionality

Operations Dashboard for ArcGIS: Extending the Functionality Operations Dashboard for ArcGIS: Extending the Functionality Jay Chen Kylie Donia Tif Pun Esri UC 2014 Technical Workshop Esri UC 2014 Technical Workshop Agenda Operations Dashboard In 45 seconds Esri

More information

Symantec App Center. Mobile Application Management and Protection. Data Sheet: Mobile Security and Management

Symantec App Center. Mobile Application Management and Protection. Data Sheet: Mobile Security and Management Mobile Application Management and Protection Data Sheet: Mobile Security and Management Overview provides integrated mobile application and device management capabilities for enterprise IT to ensure data

More information

Mobile Device and Application Strategy. Right Technology, Right Design, Right Price

Mobile Device and Application Strategy. Right Technology, Right Design, Right Price Mobile Device and Application Strategy Right Technology, Right Design, Right Price Agenda 1 Mobility Strategy Methodology 2 3 Mobile Device Strategy Mobile Application Development 4 Q &A Mobility Strategy

More information

Bridging the Gap: from a Web App to a Mobile Device App

Bridging the Gap: from a Web App to a Mobile Device App Bridging the Gap: from a Web App to a Mobile Device App or, so how does this PhoneGap* stuff work? *Other names and brands may be claimed as the property of others. 1 Users Want Mobile Apps, Not Mobile

More information

Introduce Configurable Mobile App Development. Moxie Zhang Esri R&D Center Beijing

Introduce Configurable Mobile App Development. Moxie Zhang Esri R&D Center Beijing Introduce Configurable Mobile App Development Moxie Zhang Esri R&D Center Beijing Mobile app development starts with many options and there are different approaches to build an app and there are different

More information

Development of a Mobile Campus Information System

Development of a Mobile Campus Information System Master Thesis Run SHI Run SHI Development of a Mobile Campus Information System Duration of the Thesis: 6 months Completion: June, 2013 Supervisor: Dr.-Ing. Volker Walter Examiner: Dr.-Ing. Volker Walter

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

Agile Software Development. Stefan Balbo / Patrick Dolemieux

Agile Software Development. Stefan Balbo / Patrick Dolemieux Agile Software Development Stefan Balbo / Patrick Dolemieux Agile Software Development Stefan Balbo / Patrick Dolemieux Content Why go Agile? Introduction to Scrum - Process - Roles Agile Estimating and

More information

Statement of Direction

Statement of Direction Mobile First: Taking Mobile CRM to the Next Level 1 January 2013 Mobile First: Taking Mobile CRM to the Next Level Whitepaper Mobile First: Taking Mobile CRM to the Next Level 2 Table of Contents Notes...

More information

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite SAP SuccessFactors HCM Suite is a fully web-based offering. You will need an Internet connection and a system that meets

More information

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

The Eclipse Classic version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended. Installing the SDK This page describes how to install the Android SDK and set up your development environment for the first time. If you encounter any problems during installation, see the Troubleshooting

More information

A Workflow for Creating and Sharing Maps

A Workflow for Creating and Sharing Maps A Workflow for Creating and Sharing Maps By Keith Mann, Esri What You Will Need Item Source ArcGIS Online for Organizations subscription ArcGIS 10.1 for Desktop (Any license level) ArcGIS Spatial Analyst

More information

Buzztouch SDK Partner Program

Buzztouch SDK Partner Program Buzztouch 801 Lighthouse Ave Ste 207 Monterey CA 93940 Buzztouch SDK Partner Program About Buzztouch... 2 About Buzztouch Users...2 What is the Buzztouch SDK Partner Program?...2 Who is the Partner Program

More information

How To Develop Android On Your Computer Or Tablet Or Phone

How To Develop Android On Your Computer Or Tablet Or Phone AN INTRODUCTION TO ANDROID DEVELOPMENT CS231M Alejandro Troccoli Outline Overview of the Android Operating System Development tools Deploying application packages Step-by-step application development The

More information

Enabling High-Quality Printing in Web Applications with ArcGIS for Server. Craig Williams - @williamscraigm Scott Moore - @ScottMooreInOly

Enabling High-Quality Printing in Web Applications with ArcGIS for Server. Craig Williams - @williamscraigm Scott Moore - @ScottMooreInOly Enabling High-Quality Printing in Web Applications with ArcGIS for Server Craig Williams - @williamscraigm Scott Moore - @ScottMooreInOly High Quality Printing on the Web Primary Goals: - Create a printable

More information

Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT

Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT Create Great Web Apps No Coding Required Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT Agenda Product overview Web AppBuilder for ArcGIS tour What s New November 2015 ArcGIS Online

More information

the future of mobile web by startech.ro

the future of mobile web by startech.ro the future of mobile web by startech.ro year of the mobile web 2007 2008 2009 2010 2011 2 year of the mobile web 2007 2008 2009 2010 2011 3 year of the mobile web 2007 2008 2009 2010 2011 4 the device

More information

Field Data workflows with Collector for ArcGIS Workshop Fall NEARC 2105

Field Data workflows with Collector for ArcGIS Workshop Fall NEARC 2105 Field Data workflows with Collector for ArcGIS Workshop Fall NEARC 2105 In this workshop, you will learn how to use Collector for ArcGIS to capture locations, information, and photos of assets inside and

More information

Solutions for higher performance! Fundamentals of Mobile App Development Technology

Solutions for higher performance! Fundamentals of Mobile App Development Technology Solutions for higher performance! Fundamentals of Mobile App Development Technology Introduction The recent explosion in the popularity of apps has seen more and more people set out to develop their own,

More information

Set Up SOS Video Chat and Screen-Sharing

Set Up SOS Video Chat and Screen-Sharing Set Up SOS Video Chat and Screen-Sharing Salesforce, Winter 16 @salesforcedocs Last updated: October 1, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

extremely mobile Austrian Map mobile BEV

extremely mobile Austrian Map mobile BEV extremely mobile Austrian Map mobile 2 See you: www.bev.gv.at Table of Content Austrian Map mobile Maps, Geographic Names and Terrain Model Functions Download and technical specifications Data up-to-dateness

More information

Developing apps for mobile phones. by Scot C. Nelson

Developing apps for mobile phones. by Scot C. Nelson Developing apps for mobile phones by Scot C. Nelson Lecture outline: 1. 2. 3. 4. 5. 6. 7. 8. Concept development Outlining the app Design considerations and platforms Budget development Programming Graphic

More information

How To Protect The Agency From Hackers On A Cell Phone Or Tablet Device

How To Protect The Agency From Hackers On A Cell Phone Or Tablet Device PRODUCT DESCRIPTION Product Number: 0.0.0 MOBILE DEVICE MANAGEMENT (MDM) Effective Date: Month 00, 0000 Revision Date: Month 00, 0000 Version: 0.0.0 Product Owner: Product Owner s Name Product Manager:

More information

Client Overview. Engagement Situation

Client Overview. Engagement Situation Client Overview Our client is a key provider of software solutions for ensuring safety and quality standards of the supply chain of consumable goods manufacturers. Client's dedicated software platform

More information

Reminders. Lab opens from today. Many students want to use the extra I/O pins on

Reminders. Lab opens from today. Many students want to use the extra I/O pins on Reminders Lab opens from today Wednesday 4:00-5:30pm, Friday 1:00-2:30pm Location: MK228 Each student checks out one sensor mote for your Lab 1 The TA will be there to help your lab work Many students

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Native apps building platform

Native apps building platform Small or medium-scale focused research project (STREP) ICT SME-DCA Call 2013 FP7-ICT-2013-SME-DCA Data Publishing through the Cloud: A Data- and Platform-as-a-Service Approach to Efficient Open Data Publication

More information

Accenture Mobility Managed Services Overview. Enter

Accenture Mobility Managed Services Overview. Enter Accenture Mobility Managed Services Overview Enter With wireless connectivity enabled for more devices, companies and consumers are demanding new ways to conduct business. In the consumer electronics industry,

More information

Building Cross Platform Mobile Apps Dev Tools, MBaaS, Architecture, APIs

Building Cross Platform Mobile Apps Dev Tools, MBaaS, Architecture, APIs Building Cross Platform Mobile Apps Dev Tools, MBaaS, Architecture, APIs So You Want to Build a Mobile App What Mobile Platforms to Support? What backend services to integrate? What login credentials are

More information

2015 C2CRM Highlights

2015 C2CRM Highlights 2015 C2CRM Highlights Why C2CRM? Clear C2, Inc. (ClearC2), an IBM premier business partner, was founded in 1993 to provide custom- driven technology solutions, including Relationship Management, Sales

More information

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Safe Harbor Statement The following is intended to outline our general

More information

Esri GIS Mobile Solutions. John Sharrard jsharrard@esri.com

Esri GIS Mobile Solutions. John Sharrard jsharrard@esri.com Esri GIS Mobile Solutions John Sharrard jsharrard@esri.com If I had asked people what they wanted, they would have said faster horses. Henry Ford Trend: Increase demand for location services Pew Research

More information

Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies

Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies International Conference of Advance Research and Innovation (-2014) Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies Mohammad Nasim a,*, Prashant Kumar b

More information

Intro to Web App Builder. Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com

Intro to Web App Builder. Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com Intro to Web App Builder Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com The ArcGIS Platform enables Web GIS Enabling GIS Everywhere Desktop Web Device Simple Integrated Open

More information

Mobile Phones Operating Systems

Mobile Phones Operating Systems Mobile Phones Operating Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto Superior Técnico 2015-05-28 José Costa (DEI/IST) Mobile Phones Operating

More information

Product Guide GPS Fleet Easy

Product Guide GPS Fleet Easy Performance and Risk Management Package for Small and Medium Business Fleets Thank you for purchasing your new Fleet Management platform, with. This package is designed to easily implement Fleet Performance

More information

ios SDK possibilities & limitations

ios SDK possibilities & limitations ios SDK possibilities & limitations Licensing Licensing Registered as an Apple Developer (free) Access to XCode3 and ios SDK ios, Mac and Safari Dev Center Resources No possibility of distribution of developed

More information

Mobilize Your ERP with ADF Mobile

Mobilize Your ERP with ADF Mobile Mobilize Your ERP with ADF Mobile Ramesh Kumar ealliance Corp Founder & CEO rkumar@ealliancecorp.com 630-618-0916 1 ealliance Background ealliance started in 1998 as an Oracle Partner specializing in Oracle

More information

Design for Success: Designing for the Internet of Things with TiWiConnect

Design for Success: Designing for the Internet of Things with TiWiConnect Design for Success: Designing for the Internet of Things with TiWiConnect Today s presenters Scott Lederer Senior Software Architect Dave Burleton Vice President of Marketing LSR.com Today s Agenda Why

More information

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER

WEB, HYBRID, NATIVE EXPLAINED CRAIG ISAKSON. June 2013 MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER WEB, HYBRID, NATIVE EXPLAINED June 2013 CRAIG ISAKSON MOBILE ENGINEERING LEAD / SOFTWARE ENGINEER 701.235.5525 888.sundog fax: 701.235.8941 2000 44th St. S Floor 6 Fargo, ND 58103 www.sundoginteractive.com

More information

Cookbook. Flash ios Apps. Christopher Caleb. 100 practical recipes for developing ios apps with Flash Professional and Adobe AIR PUBLISHING MUMBAI

Cookbook. Flash ios Apps. Christopher Caleb. 100 practical recipes for developing ios apps with Flash Professional and Adobe AIR PUBLISHING MUMBAI Flash ios Apps Cookbook 100 practical recipes for developing ios apps with Flash Professional and Adobe AIR Christopher Caleb PUBLISHING BIRMINGHAM - MUMBAI Preface 1 Chapter 1: Getting Started with ios

More information

Bring Your Own Device - Case for Mobile Application Management -

Bring Your Own Device - Case for Mobile Application Management - Bring Your Own Device page 1 of 5 Bring Your Own Device - Case for Mobile Application Management - Hans Heising, Product Manager Gábor Vida, Manager Software Development Bring Your Own Device page 2 of

More information

How to Setup and Manage Spatial Assets with ArcGIS Online for a Mobile Workforce

How to Setup and Manage Spatial Assets with ArcGIS Online for a Mobile Workforce How to Setup and Manage Spatial Assets with ArcGIS Online for a Mobile Workforce W A U R I S A 2 0 1 4 Presented By Engineer Technician II Pierce County Public Works and Utilities Road Operations Division

More information

Current status and future directions of mobile GIS

Current status and future directions of mobile GIS Current status and future directions of mobile GIS Markus U. Müller 1, David Medyckyj-Scott 2, Andrew Cowie 2, Tim-Hinnerk Heuer 2 and Pierre Roudier 2 1 Landcare Research Manaaki Whenua University of

More information

Choosing a Mobile Application Development Approach

Choosing a Mobile Application Development Approach ASEAN Journal of Management & Innovation Vol. 1 No. 1, 69 74 by Stamford International University DOI: 10.14456/ajmi..4 ajmi.stamford.edu Choosing a Mobile Application Development Approach Phyo Min Tun

More information

Introduction to Mobile GIS. An overview of mobile GIS technologies for fun and profit.

Introduction to Mobile GIS. An overview of mobile GIS technologies for fun and profit. Introduction to Mobile GIS An overview of mobile GIS technologies for fun and profit. Contact Information Rob Fisher Analyst/Programmer GeographIT 1525 Oregon Pike Suite 202 Lancaster, Pa 17601 (717) 399-7007

More information

IBM MobileFirst Hands-on Labs environment with Linux on z Systems and z/os

IBM MobileFirst Hands-on Labs environment with Linux on z Systems and z/os IBM MobileFirst Hands-on Labs environment with Linux on z Systems and z/os Session Nr: 16772 + 16773 Wilhelm Mild Executive IT Architect wilhelm.mild@de.ibm.com Erich Amrehn Distinguished Engineer amrehn@de.ibm.com

More information

How to Remotely Track Any Lost Smartphone, Tablet, or PC

How to Remotely Track Any Lost Smartphone, Tablet, or PC How to Remotely Track Any Lost Smartphone, Tablet, or PC Whether your device was stolen or simply lost, you can remotely track, lock, and wipe it. Don t wait until you ve l hardware to think about this

More information

How To Use An Sap Business One App For Iphone Or Ipod Touch With A Cell Phone Or Ipo Touch With An Ipod Or Ipd Touch With Ios 3.2 Or Ios 2.2 (Ios)

How To Use An Sap Business One App For Iphone Or Ipod Touch With A Cell Phone Or Ipo Touch With An Ipod Or Ipd Touch With Ios 3.2 Or Ios 2.2 (Ios) Mobility in SAP Business One: SAP Business One Mobile Application for iphone October 2010 Mobile Capabilities in SAP Business One Mobile Capabilities based on Integration Component Technology to build

More information

ADVISORY & SOFTWARE FOR REAL ESTATE & FACILITY MANAGEMENT

ADVISORY & SOFTWARE FOR REAL ESTATE & FACILITY MANAGEMENT 29/07/2015 mymcs Mobile apps APP INSTALLATION GUIDE 1 Product Map 2 Installation MYMCS MOBILE APP INSTALLATION GUIDE 3 What is an app? An app is a stand-alone file which can be installed on your device.

More information

Going Social with ReplayKit and Game Center

Going Social with ReplayKit and Game Center Graphics and Games #WWDC15 Going Social with ReplayKit and Game Center What s new in social gaming Session 605 Edwin Iskandar Software Engineer Megan Gardner Software Engineer 2015 Apple Inc. All rights

More information

Why NetDimensions Learning

Why NetDimensions Learning Why NetDimensions Learning Quick To Implement Lower overall costs NetDimensions Learning can be deployed faster and with fewer implementation services than almost any other learning system in the market.

More information

ITG Software Engineering

ITG Software Engineering Basic Android Development Course ID: Page 1 Last Updated 12/15/2014 Basic Android Development ITG Software Engineering Course Overview: This 5 day course gives students the fundamental basics of Android

More information

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

More information