Getting Started with the ArcGIS Mobile APIs. Kris Bezdecny, David Martinez Andy Gup, David Cardella

Size: px
Start display at page:

Download "Getting Started with the ArcGIS Mobile APIs. Kris Bezdecny, David Martinez Andy Gup, David Cardella"

Transcription

1 Getting Started with the ArcGIS Mobile APIs Kris Bezdecny, David Martinez Andy Gup, David Cardella

2 Agenda Overview ArcGIS for - ios - Windows Phone - Android Wrap up - Q and A

3 What is mobile GIS? Extends the reach of ArcGIS from the office to the field With a mobile GIS solution you can - Carry your maps to the field - Collect and Update Geographic Information - Track and Geo-collaborate

4 What are the benefits of mobile GIS? Leverages the investment of your enterprise GIS Improve Efficiency and Accuracy of Field Operations Rapid Data Collection and Seamless Data Integration Helps to Make Informed and Timely Decisions Replaces paper based work flows

5 ArcGIS System Mobile Web Discover Create Manage Visualize Analyze Collaborate Cloud Enterprise Local Desktop ArcGIS mobile functionality exposed through applications and APIs

6 Esri Mobile Technologies Mobile capabilities of the ArcGIS system Apps and APIs Platforms ios Windows Phone Linux Windows Mobile Windows 7 Android Form Factors ArcGIS Mobile Functionality (Mobility Services)

7 Esri Mobile Products ArcGIS for ArcGIS Mobile ArcPad ios Microsoft Windows Phone Android Rugged Devices Smartphones and Slates

8 ArcGIS on Rugged Devices Windows and Windows Mobile Devices Designed for harsh field conditions One handed/vehicle-mounted use Occasionally connected workflows High accuracy data collection - GPS integration - Laser integration Replace Paper Surveys - Intelligent forms - Barcode integration Water Facilities Mapping Asset Maintenance/Inspection First Responders Land Management

9 ArcGIS Mobile Application - Rapid Deployment of Maps, Apps & Projects - Task-based, Workflow Driven User Experience - Synchronization of Data between Field & Office - Local Caching of Data API - Build focused, custom solutions Pre-Planned Applications plus SDK

10 ArcGIS Mobile SDK Using the SDK Coarse-grained.NET SDK Extend COTS application Embed ArcGIS into existing line of business applications Platforms Windows XP, Vista, Windows 7 Windows Mobile Download from Customer Care Portal Help and Samples location at ArcGIS Mobile Resource Center

11 ArcGIS on Smartphones and Slates ios, Windows Phone and Android Devices Designed for touch-screen phones One handed use Connected Workflows (Wifi, 3G) Assisted-GPS Integration Replace Paper Surveys - Intelligent forms - Field Validation - Media Integration Emergency Operations Service Requests VGI Parcel Valuation Campus Maps

12 ArcGIS on Smartphones and Slates ios, Windows Phone and Android Devices Application Easy access to your content Gateway to online ArcGIS system API Build focused mapping applications Native API

13 Introductions Kris Bezdecny David Martinez Andy Gup

14 ArcGIS API for ios

15 What is ArcGIS for ios? API - Build custom iphone applications - Integrate GIS into existing applications - Native Objective-C library Application - Built on the ArcGIS API for ios - Access to on-premise ArcGIS Server content - Gateway to online ArcGIS content

16 What can you do with the API Service Layers - Supports multiple map projections - Dynamic, cached, and feature layers - Bing Maps and Open StreetMap - Secured Services Graphics - Sketch graphic elements on a map - Create Callouts Tasks - Query, Identify, and Find GIS features - Add/Update/Delete GIS features - Locate/Geocode addresses - Geometry operations - Analytical Tasks Demo

17 Setup Hardware Intel-based Macintosh - Snow Leopard ios device(s) - Essential for testing - iphone, ipad, ipod Touch

18 Setup Software Apple ios SDK 4.x - Includes Xcode, Interface Builder, instruments, ios simulator ArcGIS API for ios - Native Objective-C library

19 ArcGIS API for ios Resource Center API package download Conceptual and reference help Community resources Samples Demo

20 Additional Tips-and-tricks Learn Objective-C - Xcode and Interface Builder Debugging - TN2239 Performance testing - Use a physical device Universal apps Demo

21 Additional resources Apple ios Developer Center Human Interface Guidelines Esri ArcGIS for ios Resource Center Mockup tools Web training - Mobile GIS: Getting Started with the ArcGIS API for ios - Mobile GIS: Using the ArcGIS for ios Application - Mobile GIS: Creating Web Maps for Lightweight Mobile Apps - Mobile GIS: Creating Data Collection Applications Using the ArcGIS API for ios (available Q2 2011)

22 Recommended Tech Sessions for ios Introduction to ArcGIS API for ios - Tuesday, 1:00pm, Pasadena/Sierra/Ventura Advanced Development with the ArcGIS API for ios - Thursday, 8:30am, Primrose C/D - Thursday, 1:30pm, Primrose C/D

23 ArcGIS API for Windows Phone 7

24 Agenda What it is - H/W - Diff. types of devices - S/W - Understanding Windows Phone How to use it - Setup - Config - Sample App Demo Performance Considerations

25 What is ArcGIS for Windows Phone? API - Develop custom native mapping applications - For Silverlight development environment - Maps, graphics and task Application - Built on the ArcGIS API for Windows Phone - Access to ArcGIS.com Web Maps and Services - Gateway to online ArcGIS content

26 Demo Applications

27 What do you need to get started? Hardware and OS Windows 7 Windows Vista with Service Pack 2 Memory 2 GB of RAM 3 GB of free disk space Graphics card of DirectX 10 or card with WDDM 1.1 driver. Windows Phone device - Samsung Focus, HTC Surround, LG Quantum...

28 Windows Phone Hardware Each Windows Phone 7 hardware will have these minimum specifications: - WVGA (480x800) display - Capacitive 4-point multi-touch screens - DirectX 9 hardware acceleration - A standard suite of sensors A-GPS*, accelerometer*, compass, light, proximity - A digital camera* - A common set of hardware controls and buttons that include the Start, Search, and Back buttons - Support for data connectivity using cellular networks and Wi-Fi MB (or more) of RAM and 8 GB (or more) of flash storage

29 What do you need to get started? Software Windows Phone Developer Tools - Visual Studio for Express for Windows Phone - Windows Phone Emulator Resources - Silverlight Tools - XNA Game Studio Microsoft Expression Blend for Windows Phone - *Windows Phone Developer Registration Tool ArcGIS API for Windows Phone

30 Libraries ESRI.ArcGIS.Client.dll - Map, ArcGIS Service Layers, Graphics, Geometry, Symbols, Editing ESRI.ArcGIS.Client.Bing.dll - Adds support for using Bing layers and services ESRI.ArcGIS.Client.Toolkit.dll - Common set of controls for map interaction: Legend, InfoWindow ESRI.ArcGIS.Client.Toolkit.DataSources.dll - Common set of data sources - CodePlex URL: ESRI.ArcGIS.Client.WebMap.dll - ArcGIS.com WebMap support

31 Understanding Windows Phone 7

32 A Smartphone OS A completely new OS - Started from scratch brand new OS - Locked down for seamless upgrades - Microsoft will provide for OS upgrades not vendors - Zune application - Similar to Apple s model with iphone thru itunes - Marketplace - Silverlight and XNA applications - Access via Phone or Zune - Apps have option for Try before you buy experience

33 Silverlight & Touch Tap Double-Tap Pan/Drag Touch & Hold Flick Stretch Pinch

34 How to use it. Setup Config Layout Consuming services Gestures

35 Demo Resources & Examples

36 Layout and Services Frame and Page Navigation Main.xaml Service specifications Reading services from code

37 Demo

38 Performance Considerations Images- Use the appropriate image format Understand the UI thread, it is the main thread Emulator - Avoid closing the emulator User Input - Use manipulation events over mouse events.

39 What about your existing Silverlight apps?

40 Helpful Resources App Hub- Windows Phone Training kit ArcGIS API for Windows Phone Resource Centerhttp://resources.arcgis.com/

41 Recommended Tech Sessions for Windows Phone Introduction to ArcGIS API for Windows Phone - Wednesday, 2:45pm, Pasadena/Ventura/Sierra Advanced Development with ArcGIS API for Windows Phone - Thursday, 10:15am, Pasadena/Ventura/Sierra

42 ArcGIS API for Android

43 What is ArcGIS API for Android? API /SDK - Build focused, native Mapping applications - Android 2.1, 2.2 applications - Target smartphones and tablet devices - Integrate Esri s GIS into an existing apps - Native Java API - Eclipse plug-ins

44 What do you need to get started? Hardware Windows, Mac OS X (Intel), Linux Android device - Nexus One, Incredible, Evo. - Essential for testing - Apps can be directly deployed to devices from within Eclipse development environment

45 What do you need to get started? Software Eclipse 3.5 (Galileo) ArcGIS API for Android (Eclipse Plug-ins) Google s Android SDK + Eclipse ADT Plug-in - Android Debug Bridge (ADB) Java Developer Kit 6 All Free of charge

46 What do you need to get started? Software USB driver for phone No registration required to start developing. Works on a non-rooted phone! Registration is required to deploy on Android Market

47 Demo ArcGIS App

48 Project Setup Install Android SDK - ADT for Eclipse Plug-in ADB (Android Debug Bridge) Register for the Beta - Import ArcGIS API for Android into Eclipse - Setup an Android Virtual Device Run ArcGIS API for Android Samples

49 Help and API doc

50 Demo ArcGIS Project Setup

51 Tips-and-tricks Install Eclipse in c:\eclipse (If possible) On phone, set USB Debugging ON Set Eclipse heapsize - Check options at: java -X - Eclipse.ini - Or, eclipse [normal args] vmargs Xmx1024M [more VM args] Send debug messages to logcat: Log.e("Debug", String.valueOf(_currentLocation.getLatitude())); Setting up phone VMs

52 Recommended Tech Sessions for Android Introduction to ArcGIS API for Android - Tuesday, 4:30pm, Primrose C/D Advanced Development with ArcGIS API for Android - Thursday, 8:30am, Primrose A - Thursday, 1:30pm, Primrose A

53 Upcoming Training: ArcGIS API for Android April 21, Live Training Seminar: Introduction to Android and Android API Available Q Mobile GIS: Getting Started with the ArcGIS API for Android - Mobile GIS: Creating Data Collection Applications Using the ArcGIS API for Android

54 Authoring Mobile Maps Design for purpose - Remove unnecessary layers of information - Set scale dependency (walk, drive, etc) Design for the environment - Establish contrast, choose meaningful symbology 1280x1024 BIG Sunlight washes out Colors 320x240 Small

55 Authoring Mobile Maps Design for device form factor - Set scale dependency based on device resolution - Set symbol width based upon device resolution Development - Interface guidelines

56 Deployment considerations Platform developer requirements Esri Attribution Esri Licensing Submittal

57 Developer Developer Requirements Developer account SDK - OS updates Devices Deploying - Development - App Store/Marketplace - Enterprise

58 Esri Attribution Attribution in About or Credits - API - Data Esri Logo - If using data from AGOL

59 Esri Licensing Enterprise apps deployed Internally - Requires ArcGIS Server license - Deploy unlimited number of applications Public Apps deployed in App Store/Marketplace - Free app - Deploy unlimited number of applications - For fee (or with ads) - Free when using your ArcGIS Server license - Otherwise partner group

60 Current Status All smartphone APIs in Public beta!

61

A Developers Guide To Mobile GIS. David Cardella, Jeff Shaner

A Developers Guide To Mobile GIS. David Cardella, Jeff Shaner A Developers Guide To Mobile GIS David Cardella, Jeff Shaner What is mobile GIS? Extends the reach of ArcGIS from the office to the field With a mobile GIS solution you can: - Carry your maps to the field

More information

Getting Started with the Smartphone and Tablet ArcGIS Runtime SDKs. David Martinez, Kris Bezdecny, Andy Gup, David Cardella

Getting Started with the Smartphone and Tablet ArcGIS Runtime SDKs. David Martinez, Kris Bezdecny, Andy Gup, David Cardella Getting Started with the Smartphone and Tablet ArcGIS Runtime SDKs David Martinez, Kris Bezdecny, Andy Gup, David Cardella Agenda Intro - Trends - Overview ArcGIS for - ios - Windows Phone - Android Wrap

More information

ArcGIS SDK for Windows Phone and ArcGIS for SharePoint. Jo Fraley Nikki Golding

ArcGIS SDK for Windows Phone and ArcGIS for SharePoint. Jo Fraley Nikki Golding ArcGIS SDK for Windows Phone and ArcGIS for SharePoint Jo Fraley Nikki Golding ArcGIS for SharePoint Agenda Welcome / Introductions ArcGIS for SharePoint Demo - Working with the product Road map ArcGIS

More information

Getting Started with ArcGIS Runtime. Jeff Shaner David Cardella

Getting Started with ArcGIS Runtime. Jeff Shaner David Cardella Getting Started with ArcGIS Runtime Jeff Shaner David Cardella Agenda ArcGIS Runtime SDK Overview WPF SDK Java SDK ios, Android, Win Phone SDKs Road Ahead Making ArcGIS available from any device anywhere

More information

Building Apps with the ArcGIS Runtime SDK for ios

Building Apps with the ArcGIS Runtime SDK for ios Building Apps with the ArcGIS Runtime SDK for ios Nick Furness @geeknixta ArcGIS Runtime SDKs 10.2 Released! Runtime platforms OS X Desktop Desktop Client Windows Store QT ios.net JavaSE Mobile Android

More information

ArcGIS for Mobile An Introduction. Bonnie Stayer

ArcGIS for Mobile An Introduction. Bonnie Stayer ArcGIS for Mobile An Introduction Bonnie Stayer Benefits of mobile GIS? Accessibility Timely Decisionmaking Efficiency and Accuracy Rapid Data Collection Types of mobile solutions? Apps & APIs Functionality

More information

Building Applications with ArcGIS Runtime SDK for ios - Part I. Divesh Goyal Mark Dostal

Building Applications with ArcGIS Runtime SDK for ios - Part I. Divesh Goyal Mark Dostal Building Applications with ArcGIS Runtime SDK for ios - Part I Divesh Goyal Mark Dostal Agenda The ArcGIS System Using the Runtime SDK for ios - Display Maps - Perform Analysis - Visualize Results Q&A

More information

ArcGIS for Mobile Devices: An Overview. Jeff Shaner Bonnie Stayer

ArcGIS for Mobile Devices: An Overview. Jeff Shaner Bonnie Stayer ArcGIS for Mobile Devices: An Overview Jeff Shaner Bonnie Stayer Agenda Esri Positioning and Key Benefits Your Mobility Strategy Q & A Positioning and Benefits Key Benefits of Mobile Solutions Leverage

More information

Getting Started with the ArcGIS Runtime SDKs. Dave, Will, Euan

Getting Started with the ArcGIS Runtime SDKs. Dave, Will, Euan Getting Started with the ArcGIS Runtime SDKs Dave, Will, Euan Agenda Why native app development? What can you do with the runtime SDKs Latest release Future Native Apps Are Everywhere Apple s App Store

More information

Creating Web Mapping Applications. Nikki Golding

Creating Web Mapping Applications. Nikki Golding Creating Web Mapping Applications Nikki Golding Agenda Web Mapping and Map Services Fundamentals ArcGIS Web Mapping Applications - ArcGIS.com Viewer - ArcGIS Explorer Online - ArcGIS Viewer for Flex -

More information

ArcGIS Viewer for Microsoft Silverlight An Introduction

ArcGIS Viewer for Microsoft Silverlight An Introduction Esri International User Conference San Diego, CA Technical Workshops July 12, 2011 ArcGIS Viewer for Microsoft Silverlight An Introduction Art Haddad, Rich Zwaap, and Derek Law Agenda Background Product

More information

Programming and Design Patterns for the ArcGIS Mobile SDK

Programming and Design Patterns for the ArcGIS Mobile SDK Programming and Design Patterns for the ArcGIS Mobile SDK Best Practices Jay Chen and Mike Shaw Developer Summit 2008 1 Agenda Overview Positioning ArcGIS Mobile Mobile Architecture ArcGIS Mobile Workflow

More information

Building Applications with the ArcGIS Runtime SDK for WPF

Building Applications with the ArcGIS Runtime SDK for WPF Esri International User Conference San Diego, California Technical Workshops 24 th July 2012 Building Applications with the ArcGIS Runtime SDK for WPF Euan Cameron & Paul Pilkington Agenda Introduction

More information

ArcGIS API for Silverlight An Introduction

ArcGIS API for Silverlight An Introduction Esri Middle East and Africa User Conference December 10 12 Abu Dhabi, UAE ArcGIS API for Silverlight An Introduction Jo Fraley Agenda Silverlight platform API Overview Building Apps Road Ahead ArcGIS is

More information

What s New in ArcGIS Server 10

What s New in ArcGIS Server 10 What s New in ArcGIS Server 10 Derek Law ArcGIS Server Product Management What s s new in ArcGIS Server 10? Agenda Highlights: Enhanced Web mapping More powerful server-based analysis Geo-collaboration

More information

Tom Brenneman. Good morning and welcome, introductions and thank you for being here.

Tom Brenneman. Good morning and welcome, introductions and thank you for being here. Welcome Tom Brenneman Good morning and welcome, introductions and thank you for being here. This is a best practices seminar. We're going to be sharing with you what we found to be best practices that

More information

An introduction to ArcGIS Runtime

An introduction to ArcGIS Runtime 2013 Europe, Middle East, and Africa User Conference October 23-25 Munich, Germany An introduction to ArcGIS Runtime Christine Brunner Lars Schmitz Welcome! Christine Brunner, Germany - Software Developer

More information

Web Mapping Applications with ArcGIS. Bernie Szukalski Derek Law

Web Mapping Applications with ArcGIS. Bernie Szukalski Derek Law Web Mapping Applications with ArcGIS Bernie Szukalski Derek Law Agenda Web Mapping and Map Services Fundamentals ArcGIS Web Mapping Applications - Hosted online - Hosted on-premise Summary Web Application

More information

Implementing ArcGIS Mobile Applications for the Enterprise

Implementing ArcGIS Mobile Applications for the Enterprise Implementing ArcGIS Mobile Applications for the Enterprise Myles Sutherland Glenn Meister ESRI Developer Summit 2008 1 Schedule 75 minute session 60 65 minute lecture 10 15 minutes Q & A following the

More information

An Introduction to GIS for developers

An Introduction to GIS for developers An Introduction to GIS for developers Part 4: GIS Sharing Canserina Kurnia & Tom Shippee Agenda Web GIS ArcGIS Online Cloud-based ArcGIS Server ArcGIS Server on-premises ArcGIS a complete platform discover,

More information

Getting Started with ArcGIS Runtime SDK for Java SE

Getting Started with ArcGIS Runtime SDK for Java SE Getting Started with ArcGIS Runtime SDK for Java SE Elise Acheson, Vijay Gandhi, and Eric Bader Demo Source code: https://github.com/esri/arcgis-runtime-samples-java/tree/master/devsummit-2014 Video Recording:

More information

Deploying ios Apps. Al Pascual

Deploying ios Apps. Al Pascual Deploying ios Apps Al Pascual Overview Device Platform Strategy Built from a common GIS Runtime Configurable Apps ArcGIS for ios, Android, Windows Phone Collector for ArcGIS Operations Dashboard Additional

More information

Developing Applications for ios

Developing Applications for ios Developing Applications for ios Lecture 1: Mobile Applications Development Radu Ionescu raducu.ionescu@gmail.com Faculty of Mathematics and Computer Science University of Bucharest Evaluation Individual

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

ArcGIS Runtime SDK for WPF

ArcGIS Runtime SDK for WPF Esri Developer Summit in Europe November 9 th Rotterdam ArcGIS Runtime SDK for WPF Mike Branscomb Mark Baird Agenda Introduction SDK Building the Map Query Spatial Analysis Editing and Geometry Programming

More information

ArcPad An Introduction

ArcPad An Introduction 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop ArcPad An Introduction Chris LeSeuer, Marika Vertzonis, Hannah Ferrier Esri UC2013. Technical Workshop.

More information

Developing Qt Apps with the Runtime SDK

Developing Qt Apps with the Runtime SDK Developing Qt Apps with the Runtime SDK Thomas Dunn and Michael Tims Esri UC 2014 Technical Workshop Agenda Getting Started Creating the Map Geocoding and Routing Geoprocessing Message Processing Work

More information

Working with the ArcGIS Viewer for Flex Application Builder

Working with the ArcGIS Viewer for Flex Application Builder Working with the ArcGIS Viewer for Flex Application Builder Esri Canada User Conference St. John s November 15, 2012 Presented By: Greg Yetman gyetman@esri.ca Agenda This seminar is designed to help you

More information

Trimble GeoCollector for ArcGIS: An Introduction. Morgan Zhang (Esri), Matthew Morris (Trimble)

Trimble GeoCollector for ArcGIS: An Introduction. Morgan Zhang (Esri), Matthew Morris (Trimble) Trimble GeoCollector for ArcGIS: An Introduction Morgan Zhang (Esri), Matthew Morris (Trimble) Overview Introduction to mobile GIS Overview of ArcGIS for Windows Mobile Overview of Trimble Positions software

More information

Getting Started with ArcGIS Runtime SDK for ios and OS X. Divesh Goyal & Mary Harvey

Getting Started with ArcGIS Runtime SDK for ios and OS X. Divesh Goyal & Mary Harvey Getting Started with ArcGIS Runtime SDK for ios and OS X Divesh Goyal & Mary Harvey Topics Overview of Runtime Quick intro to SDK resources SDK functionality & patterns - Displaying maps - Performing analysis

More information

ESRI Mobile GIS Solutions Overview. Justin Fan

ESRI Mobile GIS Solutions Overview. Justin Fan ESRI Mobile GIS Solutions Overview Justin Fan Agenda Mobile GIS challenges ESRI Mobile GIS solutions ArcPad ArcGIS Mobile ArcGIS Engine Selecting a mobile GIS solution Q & A Objective To help you select

More information

Getting Started with ArcGIS Runtime SDK for Qt. Thomas Dunn & Nandini Rao

Getting Started with ArcGIS Runtime SDK for Qt. Thomas Dunn & Nandini Rao Getting Started with ArcGIS Runtime SDK for Qt Thomas Dunn & Nandini Rao Agenda Getting Started Creating the Map Geocoding and Routing Geoprocessing Message Processing Work Offline The Next Release ArcGIS

More information

Build a Mobile App in 60 Minutes with MAF

Build a Mobile App in 60 Minutes with MAF Build a Mobile App in 60 Minutes with MAF Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF to create mobile applications

More information

ArcGIS Runtime SDK for.net Getting Started. Jo Fraley

ArcGIS Runtime SDK for.net Getting Started. Jo Fraley ArcGIS Runtime SDK for.net Getting Started Jo Fraley Agenda What is the ArcGIS Runtime? What s new for ArcGIS developers? ArcGIS Runtime SDK 10.2 for WPF ArcGIS Runtime SDK for.net Building Windows Store

More information

ArcGIS Runtime SDK for Java: A Beginner s Guide. Mark Baird JC Malott

ArcGIS Runtime SDK for Java: A Beginner s Guide. Mark Baird JC Malott ArcGIS Runtime SDK for Java: A Beginner s Guide Mark Baird JC Malott Outline Intro to ArcGIS Runtime SDKs Get started: download and install the SDK Tour of the functionality of the API Basics of building

More information

ArcGIS Runtime SDK for.net: Building Xamarin Apps. Rich Zwaap Thad Tilton

ArcGIS Runtime SDK for.net: Building Xamarin Apps. Rich Zwaap Thad Tilton ArcGIS Runtime SDK for.net: Building Xamarin Apps Rich Zwaap Thad Tilton ArcGIS Runtime session tracks at DevSummit 2018 ArcGIS Runtime SDKs share a common core, architecture and design Functional sessions

More information

Developing Cross-Platform Native Apps with AppStudio for ArcGIS. Jo Fraley Erwin Soekianto

Developing Cross-Platform Native Apps with AppStudio for ArcGIS. Jo Fraley Erwin Soekianto Developing Cross-Platform Native Apps with AppStudio for ArcGIS Jo Fraley Erwin Soekianto AppStudio for ArcGIS ios Android Linux 1App Windows Mac What is AppStudio for ArcGIS? A suite of productivity tools

More information

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10 ICIT Brian Hiller ESRI Account Manger What s new in ArcGIS 10 ArcGIS 10 Fast Easy Powerful Everywhere late June 2010 ArcGIS System for Geographic Information Desktop Server Mobile Online A System A Complete

More information

ArcPad An Introduction

ArcPad An Introduction ArcPad An Introduction Chris LeSueur, Marika Vertzonis, Hannah Ferrier ArcPad Sessions at the UC Demo Theatre - Preparing and Deploying Data to ArcPad - Using ArcPad in the Field - Customizing ArcPad without

More information

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1 Android Lesson 1 1 1 1.0 to Android 2 Contents Android is an ecosystem Android platform architecture Android Versions Challenges of Android app development App fundamentals 3 Android Ecosystem 4 What is

More information

Developing mapping applications with ArcGIS Runtime SDK for ios. Divesh Goyal Eric Ito

Developing mapping applications with ArcGIS Runtime SDK for ios. Divesh Goyal Eric Ito Developing mapping applications with ArcGIS Runtime SDK for ios Divesh Goyal Eric Ito Agenda Directions & Navigation Finding places and addresses Accessing your map content What is a mapping app? Introduction

More information

ArcGIS Apps: An Overview

ArcGIS Apps: An Overview Federal GIS Conference February 9 10, 2015 Washington, DC ArcGIS Apps: An Overview Chris LeSueur Product Manager Marisa Cowdry NCMEC Agenda Apps Introduction Rugged Device Apps Essential Mapping Apps -

More information

Introduction to ArcGIS API for ios. Divesh Goyal Eric Ito

Introduction to ArcGIS API for ios. Divesh Goyal Eric Ito Introduction to ArcGIS API for ios Divesh Goyal Eric Ito Agenda Introduction Getting Started Objective-C basics Common design patterns Key Concepts Q&A Remember to turn in your surveys. ArcGIS - A Complete

More information

Esri Developer Summit in Europe Building Applications with ArcGIS Runtime SDK for Java

Esri Developer Summit in Europe Building Applications with ArcGIS Runtime SDK for Java Esri Developer Summit in Europe Building Applications with ArcGIS Runtime SDK for Java Mark Baird Mike Branscomb Agenda Introduction SDK Building the Map Editing Querying Data Geoprocessing Asynchronous

More information

Mobile Computing Meets Research Data

Mobile Computing Meets Research Data Mobile Computing Meets Research Data Engineer Bainomugisha Pilot Research Data Center Workshop Mombasa/Kenya Software Languages Lab. Department of Computer Science Vrije Universiteit Brussel, Belgium Department

More information

Web AppBuilder Presented by

Web AppBuilder Presented by Web AppBuilder Presented by Agenda Product overview Web AppBuilder for ArcGIS tour What s new in the ArcGIS Online June 2016 update Customization Community and Resources Summary The ArcGIS Platform enables

More information

Configuring and Customizing the ArcGIS Viewer for Silverlight. Katy Dalton

Configuring and Customizing the ArcGIS Viewer for Silverlight. Katy Dalton Configuring and Customizing the ArcGIS Viewer for Silverlight Katy Dalton kdalton@esri.com Agenda Overview of the ArcGIS Viewer for Silverlight Extensibility endpoints - Tools, Behaviors, Layouts, Controls

More information

Ios Sdk Documentation For Windows 7 32 Bit Full Version

Ios Sdk Documentation For Windows 7 32 Bit Full Version Ios Sdk Documentation For Windows 7 32 Bit Full Version Download Latest ios SDK & Sample Project Got the SDK? v5.3.0 (May 7, 2015) Native ios SDK now sends the version of the Unity wrapper SDK along with

More information

ArcGIS Runtime SDK for Qt: Building Apps. Koushik Hajra and Lucas Danzinger

ArcGIS Runtime SDK for Qt: Building Apps. Koushik Hajra and Lucas Danzinger ArcGIS Runtime SDK for Qt: Building Apps Koushik Hajra and Lucas Danzinger Cross-platform apps Agenda for today Intro to Qt Framework and ArcGIS Runtime SDK for Qt App design patterns with this SDK SDK

More information

Getting Started with ArcGIS Runtime SDK for ios. Nick Furness / Al Pascual

Getting Started with ArcGIS Runtime SDK for ios. Nick Furness / Al Pascual Getting Started with ArcGIS Runtime SDK for ios Nick Furness / Al Pascual ArcGIS Runtime Family of SDKs for multiple platforms - Consistent capabilities Native to the platform - For building great apps

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 APP RISK ANALYSIS What about Functional Testing What Does it do? Does the app perform the designed tasks? Does the app perform non-designed tasks? Is prevention of actions

More information

Online and Mobile Banking Requirements Guide

Online and Mobile Banking Requirements Guide Online and Mobile Banking Requirements Guide Introduction This document explains the hardware and software requirements for Valley First Credit Union s Online and Mobile Banking Experience. Members are

More information

EUCOM/AFRICOM DEFENSE USER GROUP MEETING MARCH 2010 STUTTGART WELCOME!

EUCOM/AFRICOM DEFENSE USER GROUP MEETING MARCH 2010 STUTTGART WELCOME! EUCOM/AFRICOM DEFENSE USER GROUP MEETING 23-25 MARCH 2010 STUTTGART WELCOME! AGENDA March 23, Tuesday 0800-0900 Registration 0900-0915 Welcome and Introductions 0915-1000 Getting Started with ArcGIS Server

More information

DEVELOPING APPS FOR. Note: This ebook relies on and uses information from the Google Glass Developers site.

DEVELOPING APPS FOR. Note: This ebook relies on and uses information from the Google Glass Developers site. DEVELOPING APPS FOR Note: This ebook relies on and uses information from the Google Glass Developers site. Table of Contents GLASS What is Google Glass? 3 Technology Basics.... 3 Design for Google Glass

More information

Android Overview. Francesco Mercaldo, PhD

Android Overview. Francesco Mercaldo, PhD Android Overview Francesco Mercaldo, PhD Post-Doctoral researcher Corso di Sicurezza delle Reti e dei Sistemi Software Università degli Studi del Sannio (fmercaldo@unisannio.it) Things are not always what

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

Building Applications with ArcGIS Runtime SDK for Android Part II. Will Crick Dan O Neill

Building Applications with ArcGIS Runtime SDK for Android Part II. Will Crick Dan O Neill Building Applications with ArcGIS Runtime SDK for Android Part II Will Crick Dan O Neill Agenda Intro Connected editing summary Offline capabilities - Local features - Geometry Engine Platform integration

More information

BYOD Success Kit. Table of Contents. Current state of BYOD in enterprise Checklist for BYOD Success Helpful Pilot Tips

BYOD Success Kit. Table of Contents. Current state of BYOD in enterprise Checklist for BYOD Success Helpful Pilot Tips Table of Contents Current state of BYOD in enterprise Checklist for BYOD Success Helpful Pilot Tips 2 Current State of BYOD in the Enterprise Defining BYOD Bring-Your-Own-Device (BYOD): a business practice

More information

Mobile Technologies. Types of Apps

Mobile Technologies. Types of Apps Mobile Technologies Types of Apps What is mobile? Devices and their capabilities It s about people Fundamentally, mobile refers to the user, and not the device or the application. Barbara Ballard, Designing

More information

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements System requirements The computer you use must meet the following minimum requirements: PC or Mac with at least a 1-GHz processor and 1 GB of RAM. Available browser updates applied for improved security

More information

Copyright

Copyright 1 Mobile APPS: Distribution/Installation: Android.APK What is TEST FAIRY? TestFairy offers some great features for app developers. One of the stand out features is client side Video recording and not just

More information

Developers Road Map to ArcGIS Desktop and ArcGIS Engine

Developers Road Map to ArcGIS Desktop and ArcGIS Engine Developers Road Map to ArcGIS Desktop and ArcGIS Engine Core ArcObjects Desktop Team ESRI Developer Summit 2008 1 Agenda Dev Summit ArcGIS Developer Opportunities Desktop 9.3 SDK Engine 9.3 SDK Explorer

More information

Android Sdk Tutorial For Windows 7 64 Bit Full Version

Android Sdk Tutorial For Windows 7 64 Bit Full Version Android Sdk Tutorial For Windows 7 64 Bit Full Version I will be doing the same tutorial for Windows 7 next. First of all you need to know which. Windows XP (32-bit), Vista (32- or 64-bit), or Windows

More information

ArcGIS Online. The Road Ahead Geoff Mortson

ArcGIS Online. The Road Ahead Geoff Mortson ArcGIS Online The Road Ahead Geoff Mortson gmortson@esricanada.com ArcGIS Online Easily create and share maps Delivered as intelligent maps Access on virtually any device anyone, anywhere Compliments and

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND

ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND ArcGIS Enterprise: Portal Administration BILL MAJOR CRAIG CLEVELAND Agenda Welcome & Introduction to ArcGIS Enterprise Portal for ArcGIS - Basic Configuration - Advanced Configuration - Deploying Apps

More information

Mobilize Your Users Now with Oracle Mobile Application Framework (MAF)

Mobilize Your Users Now with Oracle Mobile Application Framework (MAF) Mobilize Your Users Now with Oracle Mobile Application Framework (MAF) Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF

More information

Build a Mobile App in 60 Minutes with MAF

Build a Mobile App in 60 Minutes with MAF Build a Mobile App in 60 Minutes with MAF Presented by: John Jay King Download this paper from: OAUG web site Or 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF to create mobile

More information

Building WPF Apps with the new ArcGIS Runtime SDK for.net. Antti Kajanus Mike Branscomb

Building WPF Apps with the new ArcGIS Runtime SDK for.net. Antti Kajanus Mike Branscomb Building WPF Apps with the new ArcGIS Runtime SDK for.net Antti Kajanus Mike Branscomb Agenda ArcGIS Runtime SDK for.net Windows Desktop API Build a map Edit Search Geocoding and Routing Perform analysis

More information

Configuring ArcGIS Enterprise in Disconnected Environments

Configuring ArcGIS Enterprise in Disconnected Environments Configuring ArcGIS Enterprise in Disconnected Environments BILL MAJOR Disconnected Environments Not everyone has internet access? How many of you run disconnected today, i.e. no internet access? Many customers

More information

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen ArcGIS Runtime: Building Cross-Platform Apps Rex Hansen Mark Baird Michael Tims Morten Nielsen Agenda Cross-platform review ArcGIS Runtime cross-platform options - Java - Qt -.NET ArcGIS Runtime: Building

More information

Copyright

Copyright 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide App Risk Analysis 2 Mobile APPS:

More information

Mobile Solutions. Christopher Grasteit CA/NV/HI Technical Marketing ESRI

Mobile Solutions. Christopher Grasteit CA/NV/HI Technical Marketing ESRI Mobile Solutions Christopher Grasteit CA/NV/HI Technical Marketing ESRI Agenda GIS in the field or office? Considerations ArcPad 7.1 Overview ArcPad 7.1 Highlights Wrap up ArcGIS Engine Applications ArcGIS

More information

Introduction to ArcPad

Introduction to ArcPad Introduction to ArcPad Jennifer McKee Prepared by: With support from: NSF DUE-090270 in partnership with: Mobile GIS Allows field staff to capture, update, analyze spatial data Extends reach of the office

More information

SeeTest Quality Assurance Platform On-premise Digital Assurance Lab

SeeTest Quality Assurance Platform On-premise Digital Assurance Lab SeeTest Quality Assurance Platform On-premise Digital Assurance Lab On-premise Digital Assurance Lab Centrally manage browsers & mobile devices (physical/emulated), and allow your team to remotely access

More information

New ArcGIS Server Application Developers? Experience in Programming with Java? Knowledge of Web Technologies? Experience with the Java WebADF?

New ArcGIS Server Application Developers? Experience in Programming with Java? Knowledge of Web Technologies? Experience with the Java WebADF? Extending ArcGIS Server with Java Eric Bader Dan O Neill Ranjit Iyer Introductions 75 minute session 60 65 minute lecture 10 15 minutes Q & A following the lecture Who are we? Dan O Neill - Lead SDK Engineer,

More information

Administering Your ArcGIS Enterprise Portal Bill Major Craig Cleveland

Administering Your ArcGIS Enterprise Portal Bill Major Craig Cleveland Administering Your ArcGIS Enterprise Portal Bill Major Craig Cleveland Agenda Welcome & Introduction to ArcGIS Enterprise Portal for ArcGIS Administration - Basic Configuration - Advanced Configuration

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

Paul Hardy. We Live in a Rapidly Changing World. Mobile Mapping: Collect, Manage, Produce, Share. MMT Krakow, Many Forces Are Converging

Paul Hardy. We Live in a Rapidly Changing World. Mobile Mapping: Collect, Manage, Produce, Share. MMT Krakow, Many Forces Are Converging Mobile Mapping: Collect, Manage, Produce, Share MMT Krakow, 2011 Paul Hardy We Live in a Rapidly Changing World Increasingly Driven by Population Growth & Human Action Impacting Environment Society Economy

More information

ArcGIS Runtime SDK for.net Building Apps. Antti Kajanus David Cardella

ArcGIS Runtime SDK for.net Building Apps. Antti Kajanus David Cardella ArcGIS Runtime SDK for.net Building Apps Antti Kajanus akajanus@esri.com David Cardella dcardella@esri.com Thank You to Our Generous Sponsor SDK Highlights High-performance 2D and 3D mapping Integration

More information

ArcGIS Viewer for Silverlight Advanced Topics

ArcGIS Viewer for Silverlight Advanced Topics Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Viewer for Silverlight Advanced Topics Rich Zwaap Agenda Add-ins overview Tools Behaviors Controls Layouts

More information

Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy

Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy Jianxia Song & Derek Law July 21, 2015 Agenda Product overview Web AppBuilder for ArcGIS tour What s New July 2015 ArcGIS Online update

More information

Desktop. ArcGIS Server. ArcGIS

Desktop. ArcGIS Server. ArcGIS Getting Started with ArcGIS Server Nakul Bhatia and David Crosby ESRI Charlotte 1 Agenda g Overview of ArcGIS Server 9.3.1 Working with GIS Services Using g Web GIS Service Clients ArcGIS Online Map Caching

More information

Supported Devices, OS, and Browsers

Supported Devices, OS, and Browsers Kony Visualizer Supported Devices, OS, and Browsers Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

An overview of mobile and embedded platforms

An overview of mobile and embedded platforms ES3 Lecture 2 An overview of mobile and embedded platforms Basic Classes Embedded devices: These are in toasters, cars, mice, etc. Usually very real-time focused (us accuracy) Very small memory, not usually

More information

Best Development Practices and Patterns Using ArcGIS Runtime SDK for Android. Xueming Wu Puneet Prakash

Best Development Practices and Patterns Using ArcGIS Runtime SDK for Android. Xueming Wu Puneet Prakash Best Development Practices and Patterns Using ArcGIS Runtime SDK for Android Xueming Wu Puneet Prakash Agenda Introduction Developer Popup Feature Highlight & Drawing Order Road Ahead for the Runtime SDKs

More information

Hit the Ground Running. ArcGIS Runtime SDK for Android

Hit the Ground Running. ArcGIS Runtime SDK for Android Hit the Ground Running ArcGIS Runtime SDK for Android Presenters Dan O Neill - @jdoneill Xueming Wu Introduction to the Android SDK Maps & Layers Analysis & Display Information Place Search Offline Patterns

More information

EM L05 Symantec Mobile Management Managing ios and Android Devices

EM L05 Symantec Mobile Management Managing ios and Android Devices EM L05 Symantec Mobile Managing ios and Android Devices Scott Jareo Principal Field Enablement Mgr. EM L05 SMM Managing ios and Android Devices 1 Kindle Introduction Touch the power button on the bottom

More information

Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS)

Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS) Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS) Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the need for something like Oracle Mobile

More information

Building Java Apps with ArcGIS Runtime SDK

Building Java Apps with ArcGIS Runtime SDK Building Java Apps with ArcGIS Runtime SDK Mark Baird and Vijay Gandhi A step back in time Map making 50 years ago - http://www.nls.uk/exhibitions/bartholomew/maps-engraver - http://www.nls.uk/exhibitions/bartholomew/printing

More information

Developing Mobile Apps with the ArcGIS Runtime SDK for.net

Developing Mobile Apps with the ArcGIS Runtime SDK for.net Developing Mobile Apps with the ArcGIS Runtime SDK for.net Rich Zwaap Morten Nielsen Esri UC 2014 Technical Workshop Agenda The ArcGIS Runtime Getting started with.net Mapping Editing Going offline Geocoding

More information

Mobile Internet Devices and the Cloud

Mobile Internet Devices and the Cloud Mobile Internet Devices and the Cloud What Is a Smartphone? Mobile Operating Systems for Smartphones 1. iphone 2. Google (Android) 3. Blackberry 4. Windows Mobile 5. Ubuntu Mobile Internet Device (MID)

More information

Understanding ArcGIS Online - why organizations should embrace the cloud now

Understanding ArcGIS Online - why organizations should embrace the cloud now Understanding ArcGIS Online - why organizations should embrace the cloud now Presented to: GeoAlberta - workshop Presented by: David Parry September 25, 2013 Today s Agenda Introduction - Why the Cloud?

More information

IT-G400 Series. Android 6.0 Quick Start Guide. This document is a Development Guide Book for IT-G400 application developers. Ver 1.

IT-G400 Series. Android 6.0 Quick Start Guide. This document is a Development Guide Book for IT-G400 application developers. Ver 1. IT-G400 Series Android 6.0 Quick Start Guide This document is a Development Guide Book for IT-G400 application developers. Ver 1.04 No part of this document may be produced or transmitted in any form or

More information

Extend GIS. The Reach. Of Your GIS. Chris Cappelli Nathan Bennett

Extend GIS. The Reach. Of Your GIS. Chris Cappelli Nathan Bennett Extend The Reach GIS Of Your GIS Chris Cappelli Nathan Bennett Where do your co-workers, managers, customers, and citizens go when they want to find or make a map? GIS is a practical system for problem

More information

Mobile and Wireless Systems Programming

Mobile and Wireless Systems Programming to Android Android is a software stack for mobile devices that includes : an operating system middleware key applications Open source project based on Linux kernel 2.6 Open Handset Alliance (Google, HTC,

More information

COPYRIGHTED MATERIAL. 1Hello ios! A Suitable Mac. ios Developer Essentials

COPYRIGHTED MATERIAL. 1Hello ios! A Suitable Mac. ios Developer Essentials 1Hello ios! Hello and welcome to the exciting world of ios application development. ios is Apple s operating system for mobile devices; the current version as of writing this book is 5.0. It was originally

More information

Transitioning to the ArcGIS Runtime SDK for.net. Antti Kajanus & Mike Branscomb

Transitioning to the ArcGIS Runtime SDK for.net. Antti Kajanus & Mike Branscomb Transitioning to the ArcGIS Runtime SDK for.net Antti Kajanus & Mike Branscomb Transitioning from MapObjects ArcGIS API for Silverlight ArcGIS Engine Desktop / Mobile ArcGIS Runtime SDK for WPF Mobile

More information

Instruction How To Use Wifi In Mobile Phone Via Laptop >>>CLICK HERE<<<

Instruction How To Use Wifi In Mobile Phone Via Laptop >>>CLICK HERE<<< Instruction How To Use Wifi In Mobile Phone Via Laptop You could also just connect your phone to your laptop and draw power from of the Wi-Fi hotspot feature, but you can also tether via a USB cable or

More information

DATA DISASTER AVERTED! HOW TO BACK UP YOUR ANDROID SMARTPHONE

DATA DISASTER AVERTED! HOW TO BACK UP YOUR ANDROID SMARTPHONE DATA DISASTER AVERTED! HOW TO BACK UP YOUR ANDROID SMARTPHONE Planning ahead is the easiest way to make sure your data isn t lost to the ether, even if your phone is destroyed. Luckily, Google automatically

More information