DOWNLOAD PDF GOOGLE ANDROID PLAN VIEWER

Size: px
Start display at page:

Download "DOWNLOAD PDF GOOGLE ANDROID PLAN VIEWER"

Transcription

1 Chapter 1 : Google Drive stellt sich vor â Alle Ihre Dateien an einem Ort File Viewer for Android is a universal file viewer that supports over file types, including PDFs, files, audio and video files, images, camera raw photos, archives, and more. In addition to viewing files, you can browse and manage files on your Android device and view file metadata. A route planner that transforms up to points to a smooth visualization with Roads. You can also set daily quotas to protect against unexpected increases. Pay only for what you use Our pricing scales to fit your needs with no commitments, termination fees, or usage limits â and you can use mobile Maps at no charge. Pricing for enterprise customers For large-scale enterprises or startups looking for volume pricing or industry-specific solutions, we offer access to: Frequently Asked Questions How has pricing changed? On July 16,, a new pay-as-you-go pricing plan went into effect for Maps, Routes, and Places. This new plan gives you more flexibility and control over how you use our APIs: You can use as much or as little as you need and only pay for what you use each month. You can also estimate your monthly bill with the pricing calculator. Is there anything I need to do? Starting November 1,, Premium Plan customers will be able to migrate to the new Google Maps Platform pay-as-you-go pricing plan once their current Premium Plan contract expires. Only contracts whose end date is November 1,, or later, are eligible to be migrated to Google Maps Platform. Contracts expiring prior to that date must be renewed on Premium Plan. For more information, see the Maps Platform Migration Guide. If you have additional projects not covered under your Premium Plan, please see the User Guide for more information. Can I still use Google Maps Platform for free? Based on the millions of users using our APIs today, most of them can continue to use Google Maps Platform for free with this credit. Maps, Routes, and Places. The credit does not apply to our gaming, ridesharing, or asset tracking industry solutions. You only pay for what you use. You can review rates and access your spending any time in your Google Cloud Platform Console, where you can also set daily quotas to protect against unexpected increases. You can also set billing alerts to receive notifications when charges reach a preset threshold determined by you. We want you to experience the speed, accuracy, and comprehensive coverage of our Maps, Routes and Places products. Is a credit card or billing account required? When do I need an Enterprise account? How is pricing structured for the Maps product? Will nonprofit organizations or other organizations who currently have Google grants continue to receive Google Maps Platform grants? Learn how to apply for Google Maps Platform credits. Please visit the billing section of the Google Cloud Platform Console, where you can view what each credit covers. Pick product s below. Page 1

2 Chapter 2 : Camera and View Maps SDK for Android Google Developers PDF Viewing is now available directly in Google Drive. For environments where this cannot be deployed, Google PDF Viewer offers the same capabilities in a standalone app. View, print, search and copy text from pdf documents while you're on the go. VR-glasses will be a cool gift and an amazing eco-friendly device for viewing VR-content Price: Up to 5 inches Material: All of the viewers here carry the Works with Google Cardboard badge, which means they work with your Cardboard apps. So find the viewer that fits you and your smartphone best, then enjoy your favorite immersive experiences. Beyond this software compatibility, Google makes no claims on the safety, quality, or functionality of these viewers. These companies are listed in no particular order. If you would like to certify a viewer for Works with Google Cardboard, visit the manufacturers page. Most Cardboard apps work with Android 4. Where can I find apps for Cardboard? Can I use Cardboard if I wear glasses? Yes, Cardboard works with most glasses. Some glasses may be more viewer-friendly than others, and some viewers may be more glasses-friendly than others. Can I use a pizza box to make my own Cardboard viewer? Make sure you order an extra large. Build It Yourself To build your own viewer all you need are a few everyday items you can find in your garage, online, or at your local hardware store: Download instructions For manufacturers Cardboard Corrugated cardboard sheet, preferably E Flute corrugated cardboard comes in a variety of thicknesses called "flutes", available at many art supply stores and online. For best results, you should look for strong, thin cardboard sturdy shoe box rather than moving box. Online sources here and here Lenses This is the trickiest component. Lenses that have a 45mm focal distance might work. Biconvex lenses work best because they prevent distortion around the edges. Magnets One neodymium ring magnet - like this or this - and one ceramic disk magnet - like this or this. Hook and loop fastener Two strips of regular strength adhesive-backed hook and loop fastener. Rubber band One rubber band, to prevent the phone from sliding out. Minimum length of 3. Program it with the URL cardboard: Get the latest news from the Google VR team. You are now subscribed to the newsletter. Enter your address. Page 2

3 Chapter 3 : Map Objects Maps SDK for Android Google Developers Map data  Google Imagery Â, Aerodata International Surveys, DigitalGlobe, GeoBasis-DE/BKG, GeoContent; Terms. Adding a SupportMapFragment in a layout definition Add a map to an Android app See the getting started guide for a quick way to create an app using the Google Maps template in Android Studio. The basic steps for adding a map are: You only need to do this step once. Follow the steps in the project configuration guide to get the API, obtain a key and add the required attributes to your Android manifest. Add a Fragment object to the Activity that will handle the map. The GoogleMap object is the internal representation of the map itself. To set the view options for a map, you modify its GoogleMap object. Call getmapasync on the fragment to register the callback. Below is more detail about each step. In this element, set the android: This automatically attaches a MapFragment to the activity. To do this, create a new MapFragment instance, and then call FragmentTransaction. The first step is to implement the callback interface: For example, if the layout file has the name main. Notice that the resource ID R. Then use getmapasync to set the callback on the fragment. If you are targeting an application earlier than API level 12, you can access the same functionality through the SupportMapFragment class. You must also include the Android Support Library. The callback is triggered when the map is ready to be used. It provides a non-null instance of GoogleMap. You can use the GoogleMap object to set the view options for the map or add a marker, for example. Not all icons on the map are clickable. However, markers that you add to the map are clickable, and the API has a listener callback interface for various marker interactions. In addition to mapping functionality, the API also supports a full range of interactions that are consistent with the Android UI model. For example, you can set up interactions with a map by defining listeners that respond to user gestures. The key class when working with a map object is the GoogleMap class. GoogleMap models the map object within your application. GoogleMap handles the following operations automatically: Connecting to the Google Maps service. Displaying tiles on the device screen. Displaying various controls such as pan and zoom. Responding to pan and zoom gestures by moving the map and zooming in or out. In addition to these automatic operations, you can control the behavior of maps with objects and methods of the API. For example, GoogleMap has callback methods that respond to keystrokes and touch gestures on the map. You can also set marker icons on your map and add overlays to it, using objects you provide to GoogleMap. MapFragment objects act as containers for the map, and provide access to the GoogleMap object. Unlike a View, a Fragment represents a behavior or a portion of user interface in an activity. You can combine multiple fragments in a single activity to build a multi-pane UI and reuse a fragment in multiple activities. Refer to the Android documentation on Fragments to learn more. A View represents a rectangular region of the screen, and is a fundamental building block for Android applications and widgets. Much like a MapFragment, the MapView acts as a container for the map, exposing core map functionality through the GoogleMap object. When using the API in fully interactive mode, users of the MapView class must forward the following activity lifecycle methods to the corresponding methods in the MapView class: The ApiDemos repository on GitHub includes a sample that demonstrates how to forward the activity lifecycle methods. When using the API in lite mode, forwarding lifecycle events is optional. For details, see the lite mode documentation. For example, an atlas usually contains political maps that focus on showing boundaries, and road maps that show all of the roads for a city or region. Normal Typical road map. Shows roads, some features built by humans, and important natural features like rivers. Road and feature labels are also visible. Hybrid Satellite photograph data with road maps added. Satellite Satellite photograph data. Road and feature labels are not visible. The map includes colors, contour lines and labels, and perspective shading. Some roads and labels are also visible. The map will be rendered as an empty grid with no tiles loaded. For example, to display a satellite map: Indoor maps At high zoom levels, the map shows floor plans for indoor spaces such as airports, shopping malls, large retail stores, and transit stations. They are automatically enabled when the user zooms in, and they fade away when the map is zoomed out. In a future release, indoor maps will only be available on the normal map type. From that future release, indoor maps will Page 3

4 not be supported on satellite, terrain or hybrid maps. Even where indoor is not supported, isindoorenabled will continue to return the value that has been set via setindoorenabled, as it does now. By default, setindoorenabled is true. The release notes will let you know when indoor support becomes unavailable on those map types. You can disable indoor maps by calling GoogleMap. By default, indoor maps are enabled. Indoor maps are displayed on one map at a time. By default this is the first map added to your app. To disable the default level picker floor picker, call GoogleMap. For more details, see Interacting with the Map. An interface on GoogleMap, OnIndoorStateChangeListener, allows you to set a listener to be called when either a new building comes into focus, or a new level is activated in a building. You can then find the currently active level by calling IndoorBuilding. Refer to the reference documentation to see all the information available in the IndoorBuilding and IndoorLevel objects. Styling of the base map does not affect indoor maps. Add floor plans Indoor maps floor plans are available in select locations. If floor plan data is not available for a building that you would like to highlight in your application, you can: Add floor plans to Google Maps directly. This will make your floor plans available to all users of Google Maps. Display a floor plan as a ground overlay or tile overlay on your map. This will enable only users of your application to view your floor plans. You can specify the following: The camera position, including: See Camera and View for more details on camera positioning. The gestures a user can use to manipulate the camera. Whether lite mode is enabled or not. A lite mode map is a bitmap image of a map that supports a subset of the functionality supplied by the full API. Using XML attributes This section describes how to set the initial state of the map if you have added a map to your application using an XML layout file. The following attributes are currently defined: This allows you to specify the type of map to display. These allow you to specify the initial camera position. See here for more details on Camera Position and its properties. These allow you to specify whether you want the zoom controls and compass to appear on the map. See UiSettings for more details. Note that this will cover all other views that could appear on the map e. Only valid with a MapFragment. See here for more details. A value of true sets the map to lite mode. The default value of this attribute is false. In order to use these custom attributes within your XML layout file, you must first add the following namespace declaration. The same attributes can be applied to a MapView as well. Page 4

5 Chapter 4 : Google Cardboard â Google VR You can remove floor plans or walking information from your Google Account. After you've disassociated the info, Google may still have the floor plans and walking information, but the floor plans and walking information won't be tied to your Google Account or be used to identify you. The following images show the visual appearance of different zoom levels: A map at zoom level 5. A map at zoom level Due to screen size and density, some devices may not support the lowest zoom levels. If you need to show the entire world in the viewport, it may be better to use Lite Mode. This is achieved by changing the position of the camera as opposed to moving the map. When you change the camera, you have the option of animating the resulting camera movement. The animation interpolates between the current camera attributes and the new camera attributes. You can also control the duration of the animation. All programmatic camera movements are calculated against size of the GoogleMap object after first taking into account any padding that has been added to the map. For example, adding pixels of padding to the left edge of your map will shift the center of your map to the right by 50 pixels. More information is available in the map padding documentation. To change the position of the camera, you must specify where you want to move the camera, using a CameraUpdate. The following options are available: For example, satellite or terrain may have a lower maximum zoom than the base map tiles. Changing camera position There are two convenience methods for the common position changes. For full flexibility in changing the camera position, use CameraUpdateFactory. Builder using new CameraPosition. A positive x value causes the camera to move to the right, so that the map appears to have moved to the left. A positive y value causes the camera to move down, so that the map appears to have moved up. Conversely, negative x values cause the camera to move to the left, so that the map appears to have moved right and negative y values cause the camera to move up. For example, if the camera has a bearing of 90 degrees, then east is "up". To do this, first calculate the LatLngBounds that you want to be visible on the screen. You can then use CameraUpdateFactory. The returned CameraUpdate ensures that the gap in pixels between the given bounds and the edge of the map will be at least as much as the specified padding. Note that the tilt and bearing of the map will both be 0. You can only invoke newlatlngbounds boundary, padding to change the camera after the map layout is complete. This is because the API calculates the display boundaries of the map during layout. If you want to call newlatlngbounds before layout has occurred, you can use newlatlngbounds boundary, width, height, padding described below. Centering the map within an area In some cases, you may wish to center your camera within a bounds instead of including the extreme borders. For example, to center the camera on a country while maintaining a constant zoom. The getcenter method will return the geographic center of the LatLngBounds. The returned CameraUpdate will move the camera such that the specified LatLngBounds are centered on screen within the given rectangle at the greatest possible zoom level, taking into account the padding required. Only use the simpler method newlatlngbounds boundary, padding to generate a CameraUpdate if it is going to be used to move the camera after the map has undergone layout. During layout, the API calculates the display boundaries of the map which are needed to correctly project the bounding box. In comparison, you can use the CameraUpdate returned by the more complex method newlatlngbounds boundary, width, height, padding at any time, even before the map has undergone layout, because the API calculates the display boundaries from the arguments that you pass. For example, a retail app for a shopping centre or airport may want to constrain the map to a particular bounds, allowing users to scroll and pan within those bounds. The user can scroll and pan, provided the camera target remains within the bounded area. The cross represents the camera target: The map always fills the viewport, even if that results in the viewport showing areas that are outside the defined bounds. For example, if you position the camera target at a corner of the bounded area, the area beyond the corner is visible in the viewport but users cannot scroll further into that area. The following diagram illustrates this scenario. In the following diagram, the camera target has a very restricted bounds, offering the user very little opportunity to scroll or pan the map. Updating the camera view To apply a CameraUpdate to the map, you can either move the camera instantly or animate the camera smoothly. To move the camera instantly with the Page 5

6 given CameraUpdate, you can call GoogleMap. You can make the user experience more pleasing, especially for short moves, by animating the change. To do this instead of calling GoogleMap. The map will move smoothly to the new attributes. The most detailed form of this method, GoogleMap. For animation, the methods are called in the following circumstances: Chapter 5 : Anmelden â Google Konten To start, you print the PDF templates for the Cardboard viewer parts onto three xin. paper sheets. Pictured here is the template for the largest part (which I'll call the Viewer Case). Chapter 6 : Get Cardboard â Google VR Plan your day like magic. Google Trips makes it easier than ever to plan and organize your trips. It automatically maps out a half day or a full day with suggestions for things to see and do. Chapter 7 : Google Kalender Find the top Android phones at Verizon, featuring the amazing Galaxy series, the new Google Pixel line and phones from Motorola, Asus, and LG. Get the best Android smartphones from Verizon the best network with the best unlimited. Chapter 8 : Complying with the ECâ s Android decision Starting November 1,, Premium Plan customers will be able to migrate to the new Google Maps Platform pay-as-you-go pricing plan once their current Premium Plan contract expires. Only contracts whose end date is November 1,, or later, are eligible to be migrated to Google Maps Platform. Chapter 9 : Use Street View in Google Maps - Computer - Google Maps Help With Street View, explore world landmarks, see natural wonders, and step inside places such as museums, arenas, restaurants, or small businesses. You can use Street View in Google Maps, the Street View gallery, or the Street View app. Page 6

Fragments and the Maps API

Fragments and the Maps API Fragments and the Maps API Alexander Nelson October 6, 2017 University of Arkansas - Department of Computer Science and Computer Engineering Fragments Fragments Fragment A behavior or a portion of a user

More information

Table of contents. DMXzone Google Maps Manual DMXzone.com

Table of contents. DMXzone Google Maps Manual DMXzone.com Table of contents Table of contents... 1 About DMXzone Google Maps... 2 Features in Detail... 3 The Basics: Insterting DMXzone Google Maps on a Page... 16 Advanced: Creating Dynamic DMXzone Google Maps...

More information

Nokia N9 How to. Issue 1

Nokia N9 How to. Issue 1 Nokia N9 How to Issue 1 2 Maps and navigation Maps and navigation Maps About Maps Maps shows you what is nearby, and guides you where you want to go. Find cities, streets, and places of interest. Plan

More information

Table of contents. DMXzone Google Maps 2 DMXzone

Table of contents. DMXzone Google Maps 2 DMXzone Table of contents Table of contents... 1 About... 2 Features in Detail... 3 The Basics: Inserting Google Maps on a Page... 20 Advanced: Control Google Maps with Behaviors... 27 Advanced: Track Your Current

More information

Programming with Android: The Google Maps Library. Slides taken from

Programming with Android: The Google Maps Library. Slides taken from Programming with Android: The Google Slides taken from Marco Di Felice Android: Deploying Map-based Apps Two versions of Android Google API API v1 API v2 - Deprecated, not supported anymore since 18th

More information

Module Title : 20484C:Essentials of Developing Windows Store Apps Using C#

Module Title : 20484C:Essentials of Developing Windows Store Apps Using C# Module Title : 20484C:Essentials of Developing Windows Store Apps Using C# Duration : 5 days Overview About this course In this course students will learn essential programming skills and techniques that

More information

Introduction to the Azure Portal

Introduction to the Azure Portal Page 1 of 17 Introduction to the Azure Portal The new Azure portal is an all-in-one, work-anywhere experience. Now you can manage App Service Apps, databases and Visual Studio Team Services projects in

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

Essentials of Developing Windows Store Apps Using C#

Essentials of Developing Windows Store Apps Using C# Essentials of Developing Windows Store Apps Using C# Course 20484A; 5 Days, Instructor-led Course Description In this course, students will learn essential programming skills and techniques that are required

More information

GPS USER MANUAL November 2015

GPS USER MANUAL November 2015 GPS USER MANUAL November 2015 Contents Introduction... 2 Standard Operating Procedure for using GPS navigation... 2 Tablet... 2 Hardware and buttons... 2 Home screen... 3 Using the SYGIC Navigation Software...

More information

Produced by. Mobile Application Development. Eamonn de Leastar David Drohan

Produced by. Mobile Application Development. Eamonn de Leastar David Drohan Mobile Application Development Produced by Eamonn de Leastar (edeleastar@wit.ie) David Drohan (ddrohan@wit.ie) Department of Computing & Mathematics Waterford Institute of Technology http://www.wit.ie

More information

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

More information

iphones for beginners

iphones for beginners iphones for beginners This handout uses text and images from gcflearnfree.org. Check out www.gcflearnfree.org/iphonebasics for more information! The parts of the iphone: Note: The headphone jack was removed

More information

City of Richmond Interactive Map (RIM) User Guide for the Public

City of Richmond Interactive Map (RIM) User Guide for the Public Interactive Map (RIM) User Guide for the Public Date: March 26, 2013 Version: 1.0 3479477 3479477 Table of Contents Table of Contents Table of Contents... i About this

More information

Intelligent Video Analytics V1.5 Version 1 Release 5. Intelligent Video Analytics V1.5 User's Guide

Intelligent Video Analytics V1.5 Version 1 Release 5. Intelligent Video Analytics V1.5 User's Guide Intelligent Video Analytics V1.5 Version 1 Release 5 Intelligent Video Analytics V1.5 User's Guide Intelligent Video Analytics V1.5 Version 1 Release 5 Intelligent Video Analytics V1.5 User's Guide Note

More information

65, 75, or 32 touch 4K resolution, LED Display Integrated WIFI Router

65, 75, or 32 touch 4K resolution, LED Display Integrated WIFI Router SmartMedia Interactive Tables LED 4K, with Player Android Built-in Perfect for offices, architectural firms, accountant firms, surveyors, medical firms, hospitals, notary offices, museums, banks Player

More information

business every step of the way

business every step of the way The small business support network 3 July 30 July 2017 With your business every step of the way Letʼs make it happen 1800 785 265 optus.com.aubusiness 1417300 0717 We re b i g believers in small business

More information

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Course 20481A; 5 Days, Instructor-led Course Description In this course, students will learn essential programming skills and techniques

More information

ORACLE UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

ORACLE UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Android Syllabus Pre-requisite: C, C++, Java Programming SQL & PL SQL Chapter 1: Introduction to Android Introduction to android operating system History of android operating system Features of Android

More information

The Photo Gallery. Adding a Photo Gallery Page. Adding a Photo Gallery App

The Photo Gallery. Adding a Photo Gallery Page. Adding a Photo Gallery App Adding a Photo Gallery Page The Photo Gallery Above the Summary tab, in the list of Current Pages, click on the New Page button. Choose Photo Gallery from the Available Page Types. Give the page a name.

More information

GreenFolders User Manual

GreenFolders User Manual GreenFolders User Manual Welcome! Welcome to GreenFolders the Electronic Records Management Solution. GreenFolders allows you to store and retrieve files with many easy-to-use features for working with

More information

WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL

WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL Contents Introduction 4 Product Features 5 Garage Door Controller LED Indicators 6 What s Included 7 Wi-Fi Requirements 8 Mobile Device Requirements

More information

Introduction. See page #6 for device requirements.

Introduction. See page #6 for device requirements. W-FI CAMERA USER MANUAL Contents Introduction 4 Camera LED Indicators 5 Wi-Fi Requirements 6 Mobile Device Requirements 6 Download the Momentum App 7 Create an Account 8 Setup 10 Pairing 10 Connecting

More information

Salesforce.com Summer '10 Release Notes

Salesforce.com Summer '10 Release Notes Salesforce.com: Summer '10 Salesforce.com Summer '10 Release Notes Last updated: July 20, 2010 Copyright 2000-2010 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of

More information

Course 20484: Essentials of Developing Windows Store Apps Using C#

Course 20484: Essentials of Developing Windows Store Apps Using C# Course 20484: Essentials of Developing Windows Store Apps Using C# Type:Course Audience(s):Developers Technology:Visual Studio Level:200 This Revision:C Delivery method: Instructor-led (classroom) Length:5

More information

ORACLE FUSION MIDDLEWARE MAPVIEWER

ORACLE FUSION MIDDLEWARE MAPVIEWER ORACLE FUSION MIDDLEWARE MAPVIEWER 10.1.3.3 MAPVIEWER KEY FEATURES Component of Fusion Middleware Integration with Oracle Spatial, Oracle Locator Support for two-dimensional vector geometries stored in

More information

ANDROID APPS (NOW WITH JELLY BEANS!) Jordan Jozwiak November 11, 2012

ANDROID APPS (NOW WITH JELLY BEANS!) Jordan Jozwiak November 11, 2012 ANDROID APPS (NOW WITH JELLY BEANS!) Jordan Jozwiak November 11, 2012 AGENDA Android v. ios Design Paradigms Setup Application Framework Demo Libraries Distribution ANDROID V. IOS Android $25 one-time

More information

COMPUTER DESCRIPTION...

COMPUTER DESCRIPTION... Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

Manual For Android Phones From Verizon

Manual For Android Phones From Verizon Manual For Android Phones From Verizon Wireless New Non-smartphones More than 20 smartphones, including the exclusive Droid Turbo by Motorola, are If you don't want to buy a new prepaid cell phone, Verizon

More information

Updated: April, 2018 (see what s new) Table of Contents. Overview Switching from Maintenance to Subscription Pricing for Switching...

Updated: April, 2018 (see what s new) Table of Contents. Overview Switching from Maintenance to Subscription Pricing for Switching... Important Updates on Maintenance Plans Frequently Asked Questions Customers This document answers frequently asked questions about maintenance plan changes as we move to one business model. Updated: April,

More information

Frequently Asked Questions Customers

Frequently Asked Questions Customers Important Updates on Maintenance Plans Frequently Asked Questions Customers This document answers frequently asked questions about maintenance plan changes as we move to one business model. Updated: May

More information

Getting to Know Windows 10. Handout

Getting to Know Windows 10. Handout Handout Handout Session Overview We re excited to share the exciting new features of Windows 10 and look forward to answering any questions in real time as we learn more about this updated platform together.

More information

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Course 20481C: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Course Details Course Outline Module 1: Overview of the Windows 8.1 Platform and Windows Store Apps This module introduces

More information

RVC3000 User Guide VERSION 1.2. Vytru, Inc. 0

RVC3000 User Guide VERSION 1.2. Vytru, Inc. 0 2015 RVC3000 User Guide VERSION 1.2 Vytru, Inc. 0 Contents 1.1 Vytru RVC3000 System... 2 1.2 About Vytru RVC3000 User Guide... 2 2. Getting Started with the RVC3000... 2 2.1 Powering the System On and

More information

How to Select the Right Marketing Cloud Edition

How to Select the Right Marketing Cloud Edition How to Select the Right Marketing Cloud Edition Email Studio, Mobile Studio, and Web Studio ith Salesforce Marketing Cloud, marketers have one platform to manage 1-to-1 customer journeys through the entire

More information

Android System Architecture. Android Application Fundamentals. Applications in Android. Apps in the Android OS. Program Model 8/31/2015

Android System Architecture. Android Application Fundamentals. Applications in Android. Apps in the Android OS. Program Model 8/31/2015 Android System Architecture Android Application Fundamentals Applications in Android All source code, resources, and data are compiled into a single archive file. The file uses the.apk suffix and is used

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

BlackBerry Apps Experience. Everything You Need to Know and More.

BlackBerry Apps Experience. Everything You Need to Know and More. { BlackBerry Apps Experience Everything You Need to Know and More. Agenda BlackBerry Application Ecosystems Rules of the Road to Mobility Steps to App World Success Do-It-Yourself Apps with Major Impact

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

Snap PT. Quick Start Guide

Snap PT. Quick Start Guide Snap PT Quick Start Guide 1 Getting to know your Snap PT The Snap PT is a smart WiFi Pan & Tilt IP camera with a built-in rechargeable battery. The battery lasts several hours, giving you flexibility to

More information

A Guide to App Studio 9.1

A Guide to App Studio 9.1 A Guide to App Studio 9.1 CONTENTS Contents App Studio...4 Understanding App Studio...5 Understanding the AVE-Mag and AVE-Doc formats...6 Understanding layout families...7 Understanding App Studio publishing...8

More information

SPECIFICATIONS Insert Client Name

SPECIFICATIONS Insert Client Name ESSENTIAL LMS BRANDING SPECIFICATIONS Insert Client Name Creation Date: June 23, 2011 Last Updated: July 11, 2017 Version: 16.5 Page 1 Contents Branding Elements... 3 Theme Management... 3 Header Images...

More information

Media Mapper Mobile Iteration #10 updated mockups

Media Mapper Mobile Iteration #10 updated mockups Topic Media Mapper Mobile Iteration #10 updated mockups By Martha Roden November 14, 2013 Quick Overview 2 What Does MMM Do? (diagram) 3 Startup and Home Screens 4 Home > GPS Details & Point of Interest

More information

Application Development in ios 7

Application Development in ios 7 Application Development in ios 7 Kyle Begeman Chapter No. 1 "Xcode 5 A Developer's Ultimate Tool" In this package, you will find: A Biography of the author of the book A preview chapter from the book,

More information

We do More VMAP DOCUMENTATION

We do More VMAP DOCUMENTATION We do More VMAP DOCUMENTATION Overview VMap Component is a uniquely designed Joomla Extension that allows you to put your listings on Google Map. It provides you a very simple and flexible way to put anything

More information

User Guide pdoc Signer for Apple ipad

User Guide pdoc Signer for Apple ipad User Guide pdoc Signer for Apple ipad Version 1.4 July 18, 2017 Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Spidertracks Website User Guide

Spidertracks Website User Guide Version 7.1.0 4 May 2016 Spidertracks Website User Guide For using the Spidertracks Go website and additional information. 1 Table of Contents 1. Website Architecture 2. Create a User Account 3. Creating

More information

Design Guidelines: Windows. Computer users need to consult multiple sources rapidly. They require the adoption of multiplewindow display strategy.

Design Guidelines: Windows. Computer users need to consult multiple sources rapidly. They require the adoption of multiplewindow display strategy. Design Guidelines: Windows Computer users need to consult multiple sources rapidly. They require the adoption of multiplewindow display strategy. Design Challenge for Multiple- Window Strategy Offer users

More information

business every step of the way

business every step of the way The small business support network 31 July 3 September With your business every step of the way Letʼs make it happen optus.com.aubusiness 1417300 0817 We re b i g believers in small business Get in the

More information

Welcome To Autotrak Alert + Help Menu

Welcome To Autotrak Alert + Help Menu Welcome To Autotrak Alert + Help Menu Dear Valued Customer welcome to Alert+. In this document you will find an easy to follow break down of the Alert+ website and examples to help you along the way. Please

More information

Help Documentation. Copyright 2007 WebAssist.com Corporation All rights reserved.

Help Documentation. Copyright 2007 WebAssist.com Corporation All rights reserved. Help Documentation Copyright 2007 WebAssist.com Corporation All rights reserved. Using Pro Maps for Google This wizard adds a Pro Map for Google to your web page, allowing you to configure and specify

More information

Mobile Banking Frequently Asked Questions

Mobile Banking Frequently Asked Questions Mobile Banking Frequently Asked Questions What types of Mobile Banking does Midwest BankCentre offer? We offer three types of Mobile Banking: Mobile Apps allows you to easily connect to Midwest BankCentre

More information

EMBEDDED SYSTEMS PROGRAMMING UI and Android

EMBEDDED SYSTEMS PROGRAMMING UI and Android EMBEDDED SYSTEMS PROGRAMMING 2016-17 UI and Android STANDARD GESTURES (1/2) UI classes inheriting from View allow to set listeners that respond to basic gestures. Listeners are defined by suitable interfaces.

More information

Shadow Casting in World Builder. A step to step tutorial on how to reach decent results on the creation of shadows

Shadow Casting in World Builder. A step to step tutorial on how to reach decent results on the creation of shadows Shadow Casting in World Builder A step to step tutorial on how to reach decent results on the creation of shadows Tutorial on shadow casting in World Builder 3.* Introduction Creating decent shadows in

More information

Caption Pro User Manual

Caption Pro User Manual Version 1.4 June 2018 This document is for the use of Aleka Consulting, its staff, and clients. You must not forward, or copy this document. Any such action is unauthorized and prohibited. All rights reserved.

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max.

To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max. Job No: 01 Duration: 8H Job Title: User interface overview Objective: To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max. Students should be

More information

ArcGIS Runtime SDK for ios and macos: Building Apps. Suganya Baskaran, Gagandeep Singh

ArcGIS Runtime SDK for ios and macos: Building Apps. Suganya Baskaran, Gagandeep Singh ArcGIS Runtime SDK for ios and macos: Building Apps Suganya Baskaran, Gagandeep Singh Get Started Core Components Agenda - Display Map Content - Search for Content - Perform Analysis - Edit Content Summary

More information

Forms for Palm OS Version 4 Manual

Forms for Palm OS Version 4 Manual Forms for Palm OS Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in

More information

Installation and Configuration Manual

Installation and Configuration Manual Installation and Configuration Manual IMPORTANT YOU MUST READ AND AGREE TO THE TERMS AND CONDITIONS OF THE LICENSE BEFORE CONTINUING WITH THIS PROGRAM INSTALL. CIRRUS SOFT LTD End-User License Agreement

More information

Last day to purchase a NEW perpetual license: January 31, Top 3 Most Frequently Asked Questions

Last day to purchase a NEW perpetual license: January 31, Top 3 Most Frequently Asked Questions Autodesk Perpetual Licensing Changes Questions and answers for Customers This document features frequently asked questions and answers that explain upcoming changes to perpetual licenses. Last day to purchase

More information

TIME AND MONEY SAVERS

TIME AND MONEY SAVERS Resource Guide: TIME AND MONEY SAVERS Get Distinctive NOW! Are you getting these type of comments from your prospects, customers and clients? I appreciate your brief how-to videos. Your technology is cool!

More information

Index LICENSED PRODUCT NOT FOR RESALE

Index LICENSED PRODUCT NOT FOR RESALE Index LICENSED PRODUCT NOT FOR RESALE A Absolute positioning, 100 102 with multi-columns, 101 Accelerometer, 263 Access data, 225 227 Adding elements, 209 211 to display, 210 Animated boxes creation using

More information

The small business support network 4 September 3 October Supporting your business every step of the way Letʼs make it happen optus.com.

The small business support network 4 September 3 October Supporting your business every step of the way Letʼs make it happen optus.com. The small business support network 4 September 3 October Supporting your business every step of the way Letʼs make it happen optus.com.aubusiness 1417300 0917 We re b i g believers in small business ipad.

More information

CardNav by CO-OP 3.0. Quick Reference Guide. CO-OP Financial Services

CardNav by CO-OP 3.0. Quick Reference Guide. CO-OP Financial Services CardNav by CO-OP 3.0 Quick Reference Guide CO-OP Financial Services TABLE OF CONTENTS Getting Started Installing and Upgrading Contents Logging in to the App Navigating the App Viewing Card Information

More information

Syllabus- Java + Android. Java Fundamentals

Syllabus- Java + Android. Java Fundamentals Introducing the Java Technology Syllabus- Java + Android Java Fundamentals Key features of the technology and the advantages of using Java Using an Integrated Development Environment (IDE) Introducing

More information

Cadrage Director s Viewfinder USER MANUAL

Cadrage Director s Viewfinder USER MANUAL For ios & Android User Manual February 2018 Current App Versions: ios: 3.0.1 Android: 4.0 www.cadrage.at Table of contents GET STARTED QUICKLY 4 BASIC FUNCTIONALITY 6 Introduction 6 The Main View 6 Prime

More information

Garmin DriveSmart 50/60/70

Garmin DriveSmart 50/60/70 Garmin DriveSmart 50/60/70 Owner s Manual 190-01921-00_0A Getting Started 6 Click Add a Device. WARNING See the Important Safety and Product Information guide in the product box for product warnings and

More information

POWERFLASH. In This Issue. Contact Us. Hello, Everybody!

POWERFLASH. In This Issue. Contact Us. Hello, Everybody! POWERFLASH Power Flash Newsletter Summer 2016 In This Issue Summary of Updates Customer App Driver App Corporate Accounts Viewing Orders Order Change Tracking Group Orders Gift Cards Restaurant Accounting

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

CloudHealth. AWS and Azure On-Boarding

CloudHealth. AWS and Azure On-Boarding CloudHealth AWS and Azure On-Boarding Contents 1. Enabling AWS Accounts... 3 1.1 Setup Usage & Billing Reports... 3 1.2 Setting Up a Read-Only IAM Role... 3 1.3 CloudTrail Setup... 5 1.4 Cost and Usage

More information

EUROSTAT STATISTICAL ATLAS GUIDE

EUROSTAT STATISTICAL ATLAS GUIDE EUROSTAT STATISTICAL ATLAS GUIDE (LAST UPDATED 07/10/2015) DESCRIPTION The Eurostat Statistical Atlas has been designed to visualise statistical data. It currently contains the statistical data covered

More information

Help Guide Rev

Help Guide Rev Help Guide Rev. 1.0 07152014 Home Page The home page displays your vehicle(s) on a satellite map. The information box, showing vehicle information will already be opened. The information box displays your

More information

FleetLocate v2.7 User Guide

FleetLocate v2.7 User Guide FleetLocate v2.7 User Guide User Guide v2.7 - FleetLocate: Fleet & Asset Intelligence Contents FleetLocate Fleet Intelligence v2.7 User Guide... 5 Map Tab... 6 Changing and Printing the Map View... 6 Bookmarks

More information

Enerdeq Browser Transition from PI/Dwights PLUS Data on CD

Enerdeq Browser Transition from PI/Dwights PLUS Data on CD IHS > Critical Information Product Enerdeq Browser Transition from PI/Dwights PLUS Data on CD October, 2013 2013 IHS, All Rights Reserved. All trademarks belong to IHS or its affiliated and subsidiary

More information

GSCCCA Notary Online. User Manual

GSCCCA Notary Online. User Manual GSCCCA Notary Online User Manual Created By: Richard McPhaul Last Edited: November 2, 2009 History and Overview of Notary Online The Notary Online program is a voluntary program developed by the GSCCCA

More information

Yandex.Maps API Background theory

Yandex.Maps API Background theory 8.02.2018 .. Version 1.0 Document build date: 8.02.2018. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2018 Yandex LLC. All rights reserved.

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Contents Getting Started 3 Backup & Sync 7 Using NeatCloud on the Web 9 Using NeatMobile 9 Using NeatVerify 10 Adding files to my NeatCloud 10 Searching my NeatCloud files and

More information

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool:

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool: Revision Description 7/21/2010 Original SQL-Hero Tracing Introduction Let s start by asking why you might want to do SQL tracing in the first place. As it turns out, this can be an extremely useful activity

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.9.0-stable CMExtension November 16, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Virtual Keypad App Help Last update: 2017/02/02

Virtual Keypad App Help Last update: 2017/02/02 Virtual Keypad App Help 16461 Last update: 2017/02/02 Table of Contents Virtual Keypad App Help Center... 1 Managing Your App Account... 2 Using Your App... 3 System in Alarm... 4 Contacting Your Security

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.5.0-beta CMExtension April 12, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

Introduction. Built-in speaker. Infrared lights. Camera lens. Reset button. Indicator light. Micro- USB port for power supply.

Introduction. Built-in speaker. Infrared lights. Camera lens. Reset button. Indicator light. Micro- USB port for power supply. Axel USER MANUAL Contents Introduction 4 LED Indicators 5 What s Included 6 Wi-Fi Requirements 7 Mobile Device Requirements 7 Download the Momentum App 8 Pairing 9 Pairing additional Momentum Devices 11

More information

HBS Training - IT Solutions. PlanWeb. Intermediate

HBS Training - IT Solutions. PlanWeb. Intermediate HBS Training - IT Solutions PlanWeb Intermediate CONTENTS Logging on to the system...3 The PlanWeb Window...5 The Tool Bar...6 The Status Bar...6 The Map Window...6 The Information Window...7 Changing

More information

Zip Code Locator Software Hosted Solution

Zip Code Locator Software Hosted Solution Zip Code Locator Software Hosted Solution USER S GUIDE / Documentation www.geosprawl.com Document Version Control Version Date Change Description 1.0 12/17/2008 Created 2008Reachoutside, LLC. Do not copy

More information

Polishing and Running a Presentation

Polishing and Running a Presentation Polishing and Running a Presentation Objectives Add pictures Add sound Add video Set slide transitions and timing Animate slide objects 2 Objectives Use speaker notes and slide show commands Print handouts

More information

The smartest of smartphones

The smartest of smartphones The smartest of smartphones Samsung Galaxy S II now available on TransACT's Endless mobile plan! Over 250,000 Android TM apps $39 Min cost is $39 on a -to- plan. 500MB SIM only plan Switch to TransACT

More information

User Manual. igo Navigation app. Navigation software for the igo Navigation app. UK English August 2016, ver. 1.0

User Manual. igo Navigation app. Navigation software for the igo Navigation app. UK English August 2016, ver. 1.0 User Manual igo Navigation app Navigation software for the igo Navigation app UK English August 2016, ver. 1.0 Table of contents 1 Getting started... 5 1.1 Initial set-up... 5 1.2 Downloading new maps

More information

Contents. I. Starting a New Presentation Try it! II. Choosing a Theme III. Tailoring the theme IV Background Styles...

Contents. I. Starting a New Presentation Try it! II. Choosing a Theme III. Tailoring the theme IV Background Styles... Contents PowerPoint 2007... 2 I. Starting a New Presentation... 4... 4 II. Choosing a Theme... 4... 4 III. Tailoring the theme... 5 IV Background Styles... 5... 5 V. Add slides, pick layouts... 6... 6

More information

2012 nüvi Product Line. Follow the leader.

2012 nüvi Product Line.   Follow the leader. 1 Not available for all interchanges/intersections in all areas. 2 A nümaps Lifetime subscription entitles you to receive up to 4 map data updates per year, when and as such updates are made available

More information

Fig. 2.2 New Android Application dialog. 2.3 Creating an App 41

Fig. 2.2 New Android Application dialog. 2.3 Creating an App 41 AndroidHTP_02.fm Page 41 Wednesday, April 30, 2014 3:00 PM 2.3 Creating an App 41 the Welcome app s TextView and the ImageViews accessibility strings, then shows how to test the app on an AVD configured

More information

AIRCALL GUIDE FOR ADMINS

AIRCALL GUIDE FOR ADMINS AIRCALL GUIDE FOR ADMINS 1 TABLE OF CONTENTS Welcome to Aircall! 1. Configure your Account Configure your numbers Manage your agents Explore Analytics Choose your plan & pricing 2. Configure your App Make

More information

Kiosk Release Station User Guide Version 4

Kiosk Release Station User Guide Version 4 Kiosk Release Station User Guide Version 4 eprintit Campus Solutions a division of St. Joseph Communications Page 1 Table of contents 1 Print Your Documents... 3 USB or Memory Card... 3 Cloud Files...

More information

Market Insight Geo Mapping User Guide v1.0

Market Insight Geo Mapping User Guide v1.0 Market Insight Geo Mapping v1.0 D&B Market Insight Geo Mapping Manual Version: 1.0 Software Version: System: 2017 Q3 Training (UK) Contents Introduction... 1 Data Structure... 2 How to Login... 3 Map Options...

More information

GARMIN DRIVELUXE 51. Owner s Manual

GARMIN DRIVELUXE 51. Owner s Manual GARMIN DRIVELUXE 51 Owner s Manual 2016 Garmin Ltd. or its subsidiaries All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written consent of

More information

ZP NEWS ZONEPRO CUSTOMER SUPPORT NEWSLETTER. August 2010 Volume 14, Number 2

ZP NEWS ZONEPRO CUSTOMER SUPPORT NEWSLETTER. August 2010 Volume 14, Number 2 ZP NEWS ZONEPRO CUSTOMER SUPPORT NEWSLETTER August 2010 Volume 14, Number 2 HOPPING ON THE GO-TO-MEETING BANDWAGON Maybe you've seen the commercials or read the ads. GoToMeeting.com is everywhere these

More information

User Manual Alpine Navigation

User Manual Alpine Navigation User Manual Alpine Navigation Navigation software for the Alpine INE-W960/INE-W960S/INE-NAV-60 US English January 2015, ver. 1.0 Thank you for choosing the Alpine unit as your navigator. Start using your

More information

Reach the Next Billion with Engaging Apps: Full Developers

Reach the Next Billion with Engaging Apps: Full Developers JavaOne 2012, San Francisco Reach the Next Billion with Engaging Apps: Full Touch for Java ME Developers Reha Chakroborty Senior Product Manager, Series 40 Developer Product (Java) Oct 2012 What is Series

More information

User Guide for The Core

User Guide for The Core User Guide for The Core Version 3.1 www.rock7mobile.com General Overview The Back-Office system is designed to provide a single-point of control for Iridium-based tracking devices. The system can support

More information