Open the solution in Xamarin Studio. Notice that the Xamarin project already has the Xamarin Test Cloud Agent installed via NuGet.

Size: px
Start display at page:

Download "Open the solution in Xamarin Studio. Notice that the Xamarin project already has the Xamarin Test Cloud Agent installed via NuGet."

Transcription

1 Calabash Quickstart for Xamarin.iOS Overview In this quick start we'll add a Calabash feature to a Xamarin.iOS application and run the test locally and in Xamarin Test Cloud. The test will confirm that the application will display the correct error message when the user enters a credit card number that is too short. Conceptually, the test will be compromised of the following steps: 1. Wait for the View Controller to load Typically a view controller is quick to load, but to be safe the test will verify that the correct view controller has loaded. 2. Enter 15 digits for the credit card number The test must simulate data entry. 3. Tap the Validate Credit Card button Simulate what a user would do to call the validation logic. 4. Confirm the Error Message Finally, the test should assert the application has displayed the correct error message. To save time, download the ZIP file that contains the sample application. Open the solution in Xamarin Studio. Notice that the Xamarin project already has the Xamarin Test Cloud Agent installed via NuGet. Run the application to confirm that the application builds and runs in your development environment. This will also compile the application and install on the simulator. You will not be able to run your Calabash tests using Visual Studio. Requirements This quickstart assumes you are using Xamarin Studio 5.9 or higher. It is assumed that you already have installed the Calabash Ruby gems. It is not possible to run Calabash tests against Xamarin.iOS using Windows. Create the features Folder

2 The features folder is a special folder where Cucumber expects the test code to reside. Calabash can create this folder and provide some boilerplate code to get us started. Start up a Terminal session, and change the working directory to the project folder, i.e.: In the project folder, run calabash-ios as shown below: $ calabash-ios gen Question I'm about to create a subdirectory called features. features will contain all your calabash tests. Please hit return to confirm that's what you want Info Features subdirectory created. Make sure you've build your -cal scheme in XCode and try executing cucumber This has created a features folder with the following structure:

3 Lets move on to create the first test. Creating the First Test To create the first test, edit the file features/my_first.feature and replace the existing contents with the following: Feature: Credit card validation. Credit card numbers must be exactly 16 characters. Scenario: Credit card number is too long Given I wait to see a navigation bar titled "Simple Credit Card Validator" When I enter " " into input field number 1 When I touch the "Validate Credit Card" button Then I should see "Credit card number is too long." Here is a quick description of this snippet: A Feature must have name, and my optionally provide a description. A Feature is broken down into Scenarios. A Scenario is a formal example of how the Feature (or a rule in the Feature) works. Scenarios, in turn, are broken down into Steps. We will write code that implement the Steps and allow Calabash to test our application. Running the Test in the ios Simulator

4 The test is complete and it can be run at command line usingcucumber. Run cucumber in the same directory that contains the features folder. You should see the following output: $ cucumber Feature: Credit card validation. Credit card numbers must be exactly 16 characters. Scenario: Credit card number is too long # features/my_first.feature:4 Given I am on the main screen # features/step_definitions/my_first_steps.rb:1 And I try to validate a credit card number that is 17 characters long # features/step_definitions/my_first_steps.rb:5 Then I should see the error message "Credit card number is too long." # features/step_definitions/my_first_steps.rb:14 1 scenario (1 passed) 3 steps (3 passed) 0m11.068s With the test passing locally, it's time to run it in Xamarin Test Cloud. To do this, we must first create a team *test run* in Xamarin Test Cloud. Running the Test in Xamarin Test Cloud If you want to run the tests in Xamarin Test Cloud there are three tasks to complete before actually submitting the tests: 1. Build an IPA You can build an IPA at the command line using xbuild in the features directory as shown below: /Library/Frameworks/Mono.framework/Commands/xbuild /p:configuration=debug /p:platform=iphone /p:buildipa=true /target:build../creditcardvalidator.ios.sln 2. Create a Gemfile. A Gemfile is a text file that tells Test Cloud what version of the gems your project uses. Create a text file in the directory that holds your Calabash features folder, and name it Gemfile. A sample Gemfile is shown below:

5 source ' gem 'calabash-cucumber', '0.16.3' gem 'calabash-android', '0.5.14' gem 'xamarin-test-cloud', '1.1.2' The gems and their version number listed should match the version number of the gems you have installed. 3. Create a Test Run This involves logging in to Xamarin Test Cloud, and creating a Test Run. The Creating a Test Run guide contains details how to do this. Once you have compiled the IPA and created the Test Run, you can upload the tests and IPA: $ test-cloud submit./bin/iphone/debug/creditcardvalidator.ios-1.0.ipa $XTC_TEAM_API_KEY --devices <DEVICES_ID> --app-name "Simple Credit Card Validator" --user < _ADDRESS> Summary At this point you have finished this quick start. For practice, why not try to writing the remaining Scenarios for this feature.

ArcGIS Runtime SDK for.net Building Apps. Rex Hansen

ArcGIS Runtime SDK for.net Building Apps. Rex Hansen ArcGIS Runtime SDK for.net Building Apps Rex Hansen Thank You to Our Sponsors Agenda Overview of the ArcGIS Runtime SDK for.net Resources for developers Common developer workflows: App templates, NuGet

More information

In order to update you will have to uninstall the current version and install the newer version using the same procedure.

In order to update you will have to uninstall the current version and install the newer version using the same procedure. Installing the 3M Cloud Library app on your Kindle Fire DISCLAIMER These instructions are to be used as a reference only. Please note that by downloading the 3M Cloud Library app you assume all risk of

More information

https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d d95f-41eb-addd- 5e6eff41b083

https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d d95f-41eb-addd- 5e6eff41b083 Site Owners Guide Table of Contents Site Owners Guide... 1 Create a list in SharePoint Server 2016... 2 Add a list to a page in SharePoint Server 2016... 3 Minimize or restore a list or library on a SharePoint

More information

Watir-Webdriver Cucumber Automation Framework Setup Guide

Watir-Webdriver Cucumber Automation Framework Setup Guide Watir-Webdriver Cucumber Automation Framework Setup Guide Documentation version table: Document updating summary. Version Date Date Created 1.0 08/05/15 Index Page 1 November 18, 2015 Table of Contents

More information

Moodle 2.2 Student User Guide My Private Files

Moodle 2.2 Student User Guide My Private Files Moodle 2.2 Student User Guide My Private Files Using My Private Files My Private Files saves files in the cloud. Only the user may access it, but you can access it from any computer where you can access

More information

Skype for Business. Improve your team s productivity

Skype for Business. Improve your team s productivity Skype for Business Improve your team s productivity Presented by Biren Shukla, President & CEO Forum Info-Tech About Forum Info-Tech Working as a trusted partner since 2005, Forum Info-Tech is a B2B company

More information

[ :25:55.588] [Info] Installation ID: 04cdabde-1d90-49ee-9df5-7daeed7f6d51 [ :25:55.594] [Info] Operating system: Mac OS X

[ :25:55.588] [Info] Installation ID: 04cdabde-1d90-49ee-9df5-7daeed7f6d51 [ :25:55.594] [Info] Operating system: Mac OS X [2017-08-21 19:25:55.588] [Info] Installation ID: 04cdabde-1d90-49ee-9df5-7daeed7f6d51 [2017-08-21 19:25:55.594] [Info] Operating system: Mac OS X v10.12.6 (10.12.6; Mac OS X 10.12.6 (10.12.6 build version:

More information

Steps to Set Up the Environment of Xamarin in Visual

Steps to Set Up the Environment of Xamarin in Visual Before a couple of years ago many people were on the thinking line that Native Languages like Objective-C, Swift and Java is the only choice to develop native Mobile Applications. Well gone are those days

More information

This guide illustrates how to set up an Apple device for deployment, and deploy an application. It covers how to:

This guide illustrates how to set up an Apple device for deployment, and deploy an application. It covers how to: Device Provisioning Overview Before you can deploy your application to a device, you need to have an active subscription with the Apple Developer Program. Visit the Apple Developer Portal to get registered.

More information

1 of 5 3/28/2010 8:04 AM XCode Notes Home Class Info Links Lectures Newsgroup Assignmen Xcode is a free integrated development environment (IDE) for C, C++, Java and other languages on MacOS X. It comes

More information

Paraben s Photo Backup Stick V2.1. User Manual

Paraben s Photo Backup Stick V2.1. User Manual Paraben s Photo Backup Stick V2.1 User Manual About Paraben s Photo Backup Stick The Photo Backup Stick is an easy-to-use picture and video backup tool for Windows computers, Apple iphones and ipads, and

More information

Puffin Academy User Guide

Puffin Academy User Guide Puffin Academy (from CloudMosa, Inc.) is a fast and functional mobile web browser designed for K-12 students, parents and teachers. It is designed to enable use of Adobe Flash based educational web materials

More information

SeeMeCNC Guides. Step 5: Installing the Firmware. This guide will show you how to install the firmware on your Rostock MAX v3 3D printer.

SeeMeCNC Guides. Step 5: Installing the Firmware. This guide will show you how to install the firmware on your Rostock MAX v3 3D printer. SeeMeCNC Guides Step 5: Installing the Firmware This guide will show you how to install the firmware on your Rostock MAX v3 3D printer. Written By: geneb 2016 seemecnc.dozuki.com Page 1 of 7 Step 1 Download

More information

ANDROID SDK EXAMPLE DOCUMENTATION

ANDROID SDK EXAMPLE DOCUMENTATION page 1 / 7 page 2 / 7 android sdk example documentation pdf Android Sdk Example Documentation Android Sdk Example Documentation - Android software development - Wikipedia The Android software development

More information

Walkthrough: Binding an ios Objective-C Library

Walkthrough: Binding an ios Objective-C Library Walkthrough: Binding an ios Objective-C Library Binding an existing ios Objective-C Library with Objective Sharpie Overview When working on ios, you might encounter cases where you want to consume a third-party

More information

Developing Mobile Apps with Xamarin and Azure

Developing Mobile Apps with Xamarin and Azure Developing Mobile Apps with Xamarin and Azure Xamarin, a recent addition to Microsoft s list of products, allows developers to build apps using a single code base with close-to-native appearance and performance.

More information

GS1 Connect 2017 Mobile App

GS1 Connect 2017 Mobile App GS1 Connect 2017 Mobile App The 2017 mobile app features the following icons to help make the most of your mobile conference experience: Attendees Schedule Speakers Sponsors Exhibitors Click Passport Program

More information

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device Mobile Microsoft OneDrive for Business is a part of Office 365 (O365) and is your private professional document library, it uses O365 to store your work files in the cloud and is designed to make working

More information

The Visual Studio 2015 Checklist

The Visual Studio 2015 Checklist The Visual Studio 2015 Checklist ANTI-INFLAMMATORY 5 ways to take the pain out of coding Do you want to? 1 Slash the amount of boilerplate code you have to write? 2 Test faster? Hi Developers, My name

More information

Note, you must have Java installed on your computer in order to use Exactly. Download Java here: Installing Exactly

Note, you must have Java installed on your computer in order to use Exactly. Download Java here:   Installing Exactly Exactly: User Guide Exactly is used to safely transfer your files in strict accordance with digital preservation best practices. Before you get started with Exactly, have you discussed with the archive

More information

Make changes to a Panopto recording using an external video editor - Windows version

Make changes to a Panopto recording using an external video editor - Windows version Make changes to a Panopto recording using an external video editor - Windows version Overview As more and more AV professionals in businesses and universities use Panopto, we've received a growing number

More information

Cross-Platform Mobile Platforms and Xamarin. Presented by Mir Majeed

Cross-Platform Mobile Platforms and Xamarin. Presented by Mir Majeed Cross-Platform Mobile Platforms and Xamarin Presented by Mir Majeed Agenda 1. Sharing Code Among Different Platforms File-Linking into each App Project Portable Class Libraries 2. Solution Population Strategies

More information

Azure Developer Immersions Application Insights

Azure Developer Immersions Application Insights Azure Developer Immersions Application Insights Application Insights provides live monitoring of your applications. You can detect and diagnose faults and performance issues, as well as discover how users

More information

Access Expense App Tutorial

Access Expense App Tutorial Contents Access Expense App Tutorial Where to download... 2 The Basics - Logging In... 3 The Directory Button... 3 Creating an Expense... 4 Add a receipt... 4 Change the Type... 4 Changing the values...

More information

Managing Files & Folders

Managing Files & Folders Managing Files & Folders 1 Navigation Pane 2 Back, Forward, and Up Buttons 3 Ribbon 4 Address Bar or Navigation Bar 5 File List 6 Column Headings 7 Search Box 8 Status Bar 9 Preview Pane Identify parts

More information

NotifySCM Workspace Administration Guide

NotifySCM Workspace Administration Guide NotifySCM Workspace Administration Guide TABLE OF CONTENTS 1 Overview... 3 2 Login... 4 2.1 Main View... 5 3 Manage... 6 3.1 PIM... 6 3.2 Document...12 3.3 Server...13 4 Workspace Configuration... 14 4.1

More information

Nexonia Expense Reporting: Mobile. A Quickstart Guide to using Nexonia on the Mobile App

Nexonia Expense Reporting: Mobile. A Quickstart Guide to using Nexonia on the Mobile App Nexonia Expense Reporting: Mobile A Quickstart Guide to using Nexonia on the Mobile App Nexonia Expenses: Downloading the Mobile App The Nexonia Expenses mobile app is available for free through all the

More information

What is PayTix? No App Usage Fee Commitment Why use PayTix?

What is PayTix? No App Usage Fee Commitment Why use PayTix? PayTix What is PayTix? PayTix has partnered with cities across the US to enable users to pay for parking tickets in a safe and secure mobile environment without any added usage fee other than a member

More information

NIAS2018 The Crowd Compass Attendee Hub Mobile App FAQ

NIAS2018 The Crowd Compass Attendee Hub Mobile App FAQ NIAS2018 The Crowd Compass Attendee Hub Mobile App FAQ NIAS Events Team T: +32 65 44 3496 / 5112 T: +31 70 374 3021 M: events@ncia.nato.int Where can I download the events app? Go to the correct store

More information

Infinity Management Guide

Infinity Management Guide Infinity Management Guide 1. What is Infinity Management? Infinity Management is a deployment tool offered by Heimdal Security that will provide you the ability to deploy software within your organization

More information

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate IBM BlueMix Workshop Lab D Build Android Application using Mobile Cloud Boiler Plate IBM EcoSystem Development Team The information contained herein is proprietary to IBM. The recipient of this document,

More information

CSCI 3300 Assignment 3

CSCI 3300 Assignment 3 Austin Peay State University, Tennessee Fall 2016 CSCI 3300: Introduction to Web Development Dr. Leong Lee CSCI 3300 Assignment 3 Total estimated time for this assignment: 10 hours When you see Richard

More information

PDA Workspace User Guide

PDA Workspace User Guide PDA Workspace User Guide An Introduction to PDA s Online Task Force/Technical Report Team Management and Collaboration Platform Table of Topic Page # Account sign up 3 Finding your group 4-5 Accessing

More information

Visual Basic.NET for Xamarin using Portable Class Libraries

Visual Basic.NET for Xamarin using Portable Class Libraries Portable Visual Basic.NET Visual Basic.NET for Xamarin using Portable Class Libraries Overview In this guide we re going to walk through creating a new Visual Basic class library in Visual Studio as a

More information

Filemaker Go is required to use the E-CODE Assistant. It is free to download and install from the App Store.

Filemaker Go is required to use the E-CODE Assistant. It is free to download and install from the App Store. Install Filemaker Go 14 on your ipad Filemaker Go is required to use the E-CODE Assistant. It is free to download and install from the App Store. 1. Open the App Store on your ipad Tap the icon when you're

More information

ONE BY MOVISTA Movista, L.L.C. All Rights Reserved

ONE BY MOVISTA Movista, L.L.C. All Rights Reserved BY MOVIST 2015 Movista, L.L.C. ll Rights Reserved BY MOVIST How many photos can I attach to a single mplan question? Our solution allows you to attach up to 10 pictures per mplan question. How many signatures

More information

Team One Mobile Banking App DETAILED ENHANCEMENTS

Team One Mobile Banking App DETAILED ENHANCEMENTS Team One Mobile Banking App DETAILED ENHANCEMENTS Team One Mobile Banking App DETAILED ENHANCEMENTS Table of Contents Page Touch ID 3 QuickBalance 4 MiSnap 6 Bill Pay Enhancement 6 AnyWhereMobile Set Up

More information

XAMARIN Application Development - Workshop

XAMARIN Application Development - Workshop XAMARIN Application Development - Workshop Program 1: August 6 to 10 2017 Program 2: November 5 to 9 2017 Duration:(5days) 9 am to 4 pm Hotel Majestic- Dubai ISIDUS TECH TEAM FZE PO Box 9798 Dubai UAE,

More information

CSE 5236 Project Description

CSE 5236 Project Description Instructor: Adam C. Champion, Ph.D. Spring 2018 Semester Total: 60 points The team project (2 3 students per team) for this class involves conceptualizing, designing, and developing a mobile application

More information

STORE LOCATOR PLUGIN USER GUIDE

STORE LOCATOR PLUGIN USER GUIDE support@simicart.com Support: +84.3127.1357 STORE LOCATOR PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ON APP... 13 SimiCart Store

More information

Long Beach Unified School District. Portal User s Guide. August 2014

Long Beach Unified School District. Portal User s Guide. August 2014 Long Beach Unified School District Portal User s Guide August 2014 INTRODUCTION The Long Beach Unified School District s PORTAL (mylbusd) provides users with access to District applications, services,

More information

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work.

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work. Installing and Configuring hopto Work To configure and install hopto Work on your Microsoft Windows server, you ll need to have Administrator status. Note: The recommended setup is that Active Directory

More information

In the first class, you'll learn how to create a simple single-view app, following a 3-step process:

In the first class, you'll learn how to create a simple single-view app, following a 3-step process: Class 1 In the first class, you'll learn how to create a simple single-view app, following a 3-step process: 1. Design the app's user interface (UI) in Xcode's storyboard. 2. Open the assistant editor,

More information

Automating Your Way out of the Dark Ages

Automating Your Way out of the Dark Ages Automating Your Way out of the Dark Ages Our experience with (and without) PhoneGap Build @burin creative commons licensed (BY-NC-ND) flickr photo by Fred Seibert: http://flickr.com/photos/84568447@n00/2060261678

More information

Day 3: 26/April/2012 Scaffolding Generation of Skeletons; Test run Memopad

Day 3: 26/April/2012 Scaffolding Generation of Skeletons; Test run Memopad Day 3: 26/April/2012 Scaffolding Generation of Skeletons; Test run Memopad p Generate WEB screens of the MemoPad Database Application n Setting up for Database Connection n Automatic generation of DB Files

More information

Introduction to Xamarin Cross Platform Mobile App Development

Introduction to Xamarin Cross Platform Mobile App Development Introduction to Xamarin Cross Platform Mobile App Development Summary: In this document, we talk about the unique ability to create native ios, Android, Mac and Windows apps using C# making Xamarin, a

More information

Introduction to Mobile Development

Introduction to Mobile Development Introduction to Mobile Development Building mobile applications can be as easy as opening up the IDE, throwing something together, doing a quick bit of testing, and submitting to an App Store all done

More information

Student Registration in ACE Database

Student Registration in ACE Database Student Registration in ACE Database 1.Go to: www.acementor.org > Students > Registration/login This will direct you to the registration/login page: 2(a)Returning Students Only: If you have participated

More information

SAFETY TRAINING APP INSTRUCTION GUIDE Powered by. For Android Devices

SAFETY TRAINING APP INSTRUCTION GUIDE Powered by. For Android Devices For Android Devices 1 For Android Devices 1. Download App page 3 2. Create Account page 4-5 3. Login to App page 6-7 4. Create Attendees page 8-9 5. Create Training Event page 10-13 6. Document Training

More information

Live Webinar: Elevating Customer Experience with a Mobile QA Strategy That Works

Live Webinar: Elevating Customer Experience with a Mobile QA Strategy That Works Live Webinar: Elevating Customer Experience with a Mobile QA Strategy That Works Today s Speakers Guido Lubinski QA Principal Manager Kumaresan Narayanaswamy Head, Test Automation CoE Tal Barmeir CEO 2

More information

Xamarin Crossplatform Application Development By Jonathan Peppers READ ONLINE

Xamarin Crossplatform Application Development By Jonathan Peppers READ ONLINE Xamarin Crossplatform Application Development By Jonathan Peppers READ ONLINE Xamarin Cross Platform Development Bundle: Streamline Your App Creation Workflow With Over 57 Hours of Training In This Hot

More information

Take Your Team Mobile with Xamarin

Take Your Team Mobile with Xamarin Take Your Team Mobile with Xamarin Introduction Enterprises no longer question if they should go mobile, but are figuring out how to implement a successful mobile strategy, and in particular how to go

More information

Printing wirelessly from your own device at KDL branches. Creating an account as a first time user

Printing wirelessly from your own device at KDL branches. Creating an account as a first time user Printing wirelessly from your own device at KDL branches Creating an account as a first time user 1. Go to the SmartALEC portal through any online browser (ie, Chrome, Safari, Edge, Opera) by going to

More information

Studio 2010 Command Prompt

Studio 2010 Command Prompt How To Install Windows Service Using Visual Studio 2010 Command Prompt Installing the Windows Service using InstallUtil.exe using InstallUtil.exe from Note: I am making use of Visual Studio 2010, and hence

More information

Cloud Implementation 1

Cloud Implementation 1 Cloud Implementation 1 Welcome and Introduction Right Networks will work with CLA staff and CLA clients to assist with migration to the Right Networks Cloud. Migration and onboarding services will be provided

More information

Merchant Online Reporting System (MORS) Login with OTP

Merchant Online Reporting System (MORS) Login with OTP Merchant Online Reporting System (MORS) Login with OTP How to download and use the OTP Generator upon first login 1. Log in to MORS by typing your User ID and Password on the Login page. 2. On the Navigate

More information

Installing and Building Apps on a Mac

Installing and Building Apps on a Mac Installing and Building Apps on a Mac Last updated: 10 May 2017 1 Contents 1. Introduction... 3 2. Installing Prerequisites for Android... 3 2.1. Java SE Development Kit (JDK)... 3 2.2. Installing Android

More information

How Do I Sync My New Iphone To My Icloud. Account >>>CLICK HERE<<<

How Do I Sync My New Iphone To My Icloud. Account >>>CLICK HERE<<< How Do I Sync My New Iphone To My Icloud Account If you back up your iphone, ipad, or ipod touch, you'll have a copy of your Backups let you transfer data from your last device to your new one. In case

More information

OneDrive for Business

OneDrive for Business OneDrive for Business Presented by: LITS Messaging Team This document contains multiple knowledge articles related to Emory University s One Drive for Business service. Visit it.emory.edu/office365/onedrive

More information

Wodify Mobile App Member Quickstart Guide

Wodify Mobile App Member Quickstart Guide Wodify Mobile App Member Quickstart Guide INDEX 1. Signing into your account 2. Booking classes 3. Recording your performance 4. Manually creating performance 5. Finding performance history 6. Adding or

More information

Welcome to the Ascend Virtual Sales Office Training Series Ascend

Welcome to the Ascend Virtual Sales Office Training Series Ascend Welcome to the Ascend Virtual Sales Office Training Series 2014 Ascend Today s Agenda Introduction Housekeeping Scope of Appointment Solution Acend for ipad and Windows Completing an electronic enrollment

More information

Getting Started with Osmo Masterpiece

Getting Started with Osmo Masterpiece Getting Started with Osmo Masterpiece Updated 6.23.2017 Version 2.1.24 Page 1 What s Included? (Creative Set) 1 x Osmo Creative Board 6 x Yoobi Erasable Markers 1 x Blue Fuzzy Pouch Osmo Creative Board

More information

WorksPad. User Guide

WorksPad. User Guide Version 3.0.6 January 2017 MobilityLab, LLC. 2011-2017 MobilityLab, LLC. All rights reserved. MobilityLab,, the logo are trademarks or registered trademarks of MobilityLab, LLC. in the U.S., Russia and

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

EECE.2160: ECE Application Programming Spring 2018 Programming Assignment #1: A Simple C Program Due Monday, 1/29/18, 11:59:59 PM

EECE.2160: ECE Application Programming Spring 2018 Programming Assignment #1: A Simple C Program Due Monday, 1/29/18, 11:59:59 PM Spring 2018 Programming Assignment #1: A Simple C Program Due Monday, 1/29/18, 11:59:59 PM 1. Introduction This program simply tests your ability to write, compile, execute, and submit programs using the

More information

Razvoj multiplatformskih mobilnih aplikacija sa Xamarin Forms. Andrej Radinger, MVP, Mobendo

Razvoj multiplatformskih mobilnih aplikacija sa Xamarin Forms. Andrej Radinger, MVP, Mobendo Razvoj multiplatformskih mobilnih aplikacija sa Xamarin Forms Andrej Radinger, MVP, Mobendo andrej@mobendo.com Native User Interfaces Native API Access Native Performance Silo Approach ios Android Windows

More information

Participant Handbook

Participant Handbook Participant Handbook Table of Contents 1. Create a Mobile application using the Azure App Services (Mobile App). a. Introduction to Mobile App, documentation and learning materials. b. Steps for creating

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

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

Link-OS SDK for Xamarin README

Link-OS SDK for Xamarin README Link-OS SDK for Xamarin README This readme is specific to the LinkOS Xamarin SDK. This SDK is a Xamarin PCL in the plugin format. Also included in the files is a sample app showing use of specific APIs.

More information

Welcome to Now Casting!

Welcome to Now Casting! Welcome to Now Casting! Your agency has been created and your username and password activated. Inside this packet you will find information on the basics from logging in (including your username and password)

More information

Infopath 2007 The Form Contains Schema. Validation Errors >>>CLICK HERE<<<

Infopath 2007 The Form Contains Schema. Validation Errors >>>CLICK HERE<<< Infopath 2007 The Form Contains Schema Validation Errors 09/24/14--07:26: Schema validation found non-datatype errors. Contact us about Email contains the form data, and would show all elected approvers.

More information

Instructions I Lost My Iphone Contacts After. Update >>>CLICK HERE<<<

Instructions I Lost My Iphone Contacts After. Update >>>CLICK HERE<<< Instructions I Lost My Iphone Contacts After Update "Lost My Contact List on iphone after ios 8 Upgrade" have icloud backup files, try this method to recover iphone contacts from icloud after ios 8 installation.

More information

Workloads tab: - Select Mobile development with.net. Individual components tab - Select Xamarin

Workloads tab: - Select Mobile development with.net. Individual components tab - Select Xamarin Workloads tab: - Select Mobile development with.net Individual components tab - Select Xamarin Xamarin Studio 6.2.0.1821 Xamarin.VS 4.3.0.784 Xamarin.iOS 10.4.0.123 Xamarin.Android 7.1.0.41 Xamarin.Mac

More information

Briefcase ios 3.7. Administrator s Guide

Briefcase ios 3.7. Administrator s Guide Briefcase ios 3.7 Administrator s Guide Contents Colligo Briefcase ios Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges...

More information

Using a debugger. Segmentation fault? GDB to the rescue!

Using a debugger. Segmentation fault? GDB to the rescue! Using a debugger Segmentation fault? GDB to the rescue! But first... Let's talk about the quiz Let's talk about the previous homework assignment Let's talk about the current homework assignment K findkey(v

More information

Index. Alessandro Del Sole 2017 A. Del Sole, Beginning Visual Studio for Mac,

Index. Alessandro Del Sole 2017 A. Del Sole, Beginning Visual Studio for Mac, Index A Android applications, Xamarin activity and intent, 116 APIs in C# Activity classes, 123 Android manifest, 129 App.cs, 123 app properties, setting, 128 CreateDirectoryForPictures methods, 124 device

More information

MOBILE APP For ios and Android

MOBILE APP For ios and Android MOBILE APP For ios and Android QUICK START GUIDE Release 1.0 TABLE OF CONTENTS Introduction... page 3 Getting Started... page 4 Features... page 5 Support... page 8 PAGE 2 770-000015-01 r05 MOBILE APP

More information

Xamarin Mobile Application Development: Cross-Platform C# And Xamarin.Forms Fundamentals By Dan Hermes READ ONLINE

Xamarin Mobile Application Development: Cross-Platform C# And Xamarin.Forms Fundamentals By Dan Hermes READ ONLINE Xamarin Mobile Application Development: Cross-Platform C# And Xamarin.Forms Fundamentals By Dan Hermes READ ONLINE If searching for a book Xamarin Mobile Application Development: Cross-Platform C# and

More information

What is this pop up when I sign in?

What is this pop up when I sign in? With the newest update to the zipform + SkySlope integration, thing are getting bigger and better! Here are some frequently asked questions about the newest update to the integration. What is this pop

More information

Lease Offers Mobile Quick Start

Lease Offers Mobile Quick Start Lease Offers Mobile Quick Start 1 Lease Offers Mobile ID Card BNP Paribas Leasing Solutions offers equipment financing solutions such as loans, finance lease, operating lease and related services to businesses

More information

FACEBOOK CONNECT PLUG-IN USER GUIDE

FACEBOOK CONNECT PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.8585.4587 FACEBOOK CONNECT PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO USE FACEBOOK CONNECT... 5 a. Login with Facebook

More information

Code Signing Your Buzztouch Application By Ed Goodall Goodall)

Code Signing Your Buzztouch Application By Ed Goodall Goodall) Code Signing Your Buzztouch Application By (@) Step 1) Creating your App ID with Apple 1a) Bring up the Certificates, Identities and Profiles portal in the Apple Developer Center. 1b) Click on Identifiers.

More information

Interact2 Help and Support

Interact2 Help and Support Exporting and Importing an Interact2 Site Best practice for transferring subject content into a new session subject site is: Export/Import process -> Publish Subject Outline -> Merging (only if required).

More information

As a first-time user, when you log in you won t have any files in your directory yet.

As a first-time user, when you log in you won t have any files in your directory yet. Welcome to Xythos WFS. This program allows you to share files with others over the Internet. When you store a file within your WFS account, you can make it selectively available to be viewed, edited, deleted,

More information

FreeRangeRemote Access

FreeRangeRemote Access City of Westminster User Guide to FreeRangeRemote Access For Android tablets using the native browser (Chrome) https://freerange.cityofwestminster.us IMPORTANT! Some versions of Chrome on Android are unable

More information

Can I Sync My Jailbroken Ipod Touch With Itunes

Can I Sync My Jailbroken Ipod Touch With Itunes Can I Sync My Jailbroken Ipod Touch With Itunes When itunes syncing works as intended, that's fantastic, but sometimes things just filling up your device with music and song names that can't actually play.

More information

HPE AppPulse Mobile. Software Version: 2.1. Adding AppPulse Mobile to Your ios App

HPE AppPulse Mobile. Software Version: 2.1. Adding AppPulse Mobile to Your ios App HPE AppPulse Mobile Software Version: 2.1 Adding AppPulse Mobile to Your ios App Document Release Date: November 2015 Contents How to Add HP AppPulse Mobile to Your ios App 3 Advanced Options 7 Crash Stack

More information

General. What is Freegal?

General. What is Freegal? General What is Freegal? Freegal is a downloadable music service from your library. All you need is your library card number and, if your library requires it, a PIN. Freegal offers access to about 3 million

More information

CSCI 3300 Assignment 3

CSCI 3300 Assignment 3 Austin Peay State University, Tennessee Spring 2014 CSCI 3300: Introduction to Web Development Dr. Leong Lee CSCI 3300 Assignment 3 When you see Richard Ricardo in the example screen captures, change it

More information

Engage ios App Administrator s Guide

Engage ios App Administrator s Guide Engage ios App Administrator s Guide Contents Contents... 1 Introduction... 2 Target Audience... 2 Devices Supported... 2 SharePoint Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying

More information

Using Jive for SharePoint Online and O365

Using Jive for SharePoint Online and O365 Using Jive for SharePoint Online and O365 Contents 2 Contents Using Jive for SharePoint Online and O365...3 What Is Jive for SharePoint Online and Office 365?...3 Jive for SharePoint Online System Requirements...3

More information

OCC Church App Using the Church App

OCC Church App Using the Church App OCC Church App Using the Church App You can download the app onto your mobile device from the App Store or Google Play. Once the app has completed downloading, open the app. 1. Enter the authentication

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Introduction to Visual Studio App Center. RYAN DAVIS Queensland C# Mobile Developers Meetup

Introduction to Visual Studio App Center. RYAN DAVIS Queensland C# Mobile Developers Meetup Introduction to Visual Studio App Center RYAN DAVIS Queensland C# Mobile Developers Meetup 2018 02 27 whoami Ryan Davis Hobby Developer,.NET and mobile Xamarin Microsoft MVP ryandavis.io rdavis_au rdavisau

More information

Making the Most of IT. Introduction to computing, learning technology and libraries at The University of Edinburgh

Making the Most of IT. Introduction to computing, learning technology and libraries at The University of Edinburgh Making the Most of IT Introduction to computing, learning technology and libraries at The University of Edinburgh Today s session Getting started essentials Email and Office 365 University computing, printing

More information

Software Development Kit for ios and Android

Software Development Kit for ios and Android Software Development Kit for ios and Android With Bomgar's software development kit for mobile devices, a developer can integrate your mobile app with Bomgar to provide faster support for your app. The

More information

Profile Can't Be Found Jenkins

Profile Can't Be Found Jenkins Iphone Books Code Sign Error Provisioning Profile Can't Be Found Jenkins Code signing is required for product type Unit Test Bundle in SDK ios 8.0 profile accordingly, installed both, but can't get past

More information

Program Setup Instructions

Program Setup Instructions Regional Settings: Program Setup Instructions 1. Click on 2. Click on 3. Click on (This should open up the Control Panel window ) 4. Double-click the icon named (Windows 95/98 users) or (Windows 2000/XP

More information