Tizen Ver2.2 Application API Example

Size: px
Start display at page:

Download "Tizen Ver2.2 Application API Example"

Transcription

1 Tizen Ver2.2 Application API Example

2 Contents Application API Application Control Example

3 Application API Privilege, Functions

4 Application API Enables searching running applications list and executing other applic ations using the application control. To take a picture, executing the Camera application, or to listening the music, using the Music Player are the typical examples. Application control has similar role as if in Android, implicit or explicit intent accesses to other applications. Here is its privileges:

5 Application API getappsinfo : get applications informa tion installed on the devi ce currently.

6 Application API getappscontext : get currently running ap plications information

7 Application API getappinfo :call specific application s information.

8 Application API getappcontext : get current application s i nformation.

9 Application API launch : launch a specific applica tion. (need launch privile ge)

10 Application Control

11 Application Control There are different types of application control requests for launching other applicatio ns. The system determines which application is suitable for handling the application co ntrol request: Explicit launch Determine which application must be launched. If you specify the exact application ID, t he application ID determines which application is launched and the application perform s the operation as specified in the application control request. (showed before slide) Implicit launch You provide information to describe the request to be performed by the newly launche d application without the application ID. The system uses the information to resolve the application control, by trying to find the proper application to perform the requested a pplication control and then launching the selected application.

12 Application Control Following attributes are used to resolve which application is launched: Operation (Mandatory) : string that defines the action to be performed by the applicatio n control. URI : data on which the action is performed. MIME type : specific type of the URI additional data : key-value pairs providing additional information for the control request.

13 Application Control Operation Key Description on/view on/call - Display the requested data (show an image or text, or play music or a video). The URI scheme must co ntain the path to the requested data. These are standard operations. You can also generate custom operation. - Make a call to a specific phone number. The URI s cheme must be tel:or set to NULL. on/pick on/create_content l/data/selected l/data/selected Provide a selection window for requested items an d return the selection. The return value (the path t o the selected item) must be stored with the data key. Create content (such as a photo or video). The ret urn value (the path to the created content) must b e stored with the data key. on/dial - Show the dialer UI and dial a number using the re quested phone number. The URI scheme must be tel:or set to NULL. If the URI scheme is NULL, th e dialer UI is shown without a phone number. on/share - Share content (for example, share a picture with fri ends using SNS services). The URI scheme must co ntain the path of the data. on/multi_share l/data/path Share multiple files. Each data path must be saved as anapplicationcontroldataobject with the data key.

14 Application Control How to call predefined applications that are provided by Tizen platform Service Operation Scheme MIME Browsing a Web page ration/view http https - Displaying an i mage ration/view file http image/bmp image/gif https image/jpeg image/png Playing a sound file file audio/aac audio/amr audio/mp3 audio/wav Playing a video file Selecting a file ration/pick video/mp4 video/3gpp */* image/* video/* audio/*

15 Application Control Predefined applications can be called explicitly by specifing particular application using application ID. The list of provided application ID is here

16 Example Application Control Example

17 Example This is a application control example. (make app_control.js file in the project) operation URI MIME ApplicationControl : parameters are operatio n, URI, MIME, additional data. launchappcontrol : parameters are defined ApplicationControl, application ID (when explici t), success callback, fail callb ack, data return callback

18 Example Execution Result main.js result app_control.js result In here, the window will be opened which asks choosing an application bet ween Gallary and File Manager.(or there would be other applications)

19 Reference Hojun Jaygarl at al. Professional Tizen Application Development, 2014 Tizen Dev Guide

CS378 -Mobile Computing. Intents

CS378 -Mobile Computing. Intents CS378 -Mobile Computing Intents Intents Allow us to use applications and components that are part of Android System and allow other applications to use the components of the applications we create Examples

More information

Programming with Android: Intents. Luca Bedogni. Dipartimento di Scienze dell Informazione Università di Bologna

Programming with Android: Intents. Luca Bedogni. Dipartimento di Scienze dell Informazione Università di Bologna Programming with Android: Intents Luca Bedogni Dipartimento di Scienze dell Informazione Università di Bologna Outline What is an intent? Intent description Handling Explicit Intents Handling implicit

More information

Tizen 3.0 Compliance Specification for IVI Profile

Tizen 3.0 Compliance Specification for IVI Profile Tizen 3.0 Compliance Specification for IVI Profile Version 3.0 Copyright 2015 Intel Corporation Copyright 2015 Samsung Electronics Co., Ltd. Linux is a registered trademark of Linus Torvalds. Tizen is

More information

Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel

Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel Version 3.80 2007 Sony Computer Entertainment Inc. All Rights Reserved. [Trademarks] "PlayStation" is a registered trademark

More information

Tizen Web Device API & W3C DeviceOrientation Example

Tizen Web Device API & W3C DeviceOrientation Example Tizen Web Device API & W3C DeviceOrientation Example 2014. 08. 21 Contents HTML5 Device API Tizen Device API Example Web API Web API provides advanced access to the device s platform capabilities. Using

More information

Programming with Android: Activities and Intents. Dipartimento di Informatica Scienza e Ingegneria Università di Bologna

Programming with Android: Activities and Intents. Dipartimento di Informatica Scienza e Ingegneria Università di Bologna Programming with Android: Activities and Intents Luca Bedogni Marco Di Felice Dipartimento di Informatica Scienza e Ingegneria Università di Bologna Outline What is an intent? Intent description Handling

More information

android application development CONTENTS 1.1 INTRODUCTION TO O ANDROID OPERATING SYSTEM... TURES Understanding the Android Software Stack...

android application development CONTENTS 1.1 INTRODUCTION TO O ANDROID OPERATING SYSTEM... TURES Understanding the Android Software Stack... Contents android application development FOR m.tech (jntu - h) i semester - CSE, ii semester - WEB TECHNOLOGIES CONTENTS i UNIT - I [CH. H. - 1] ] [INTRODUCTION TO ANDROID OPERATING SYSTEM]... 1.1-1.32

More information

Camera and Intent. Elena Fortini

Camera and  Intent. Elena Fortini Camera and Email Intent Elena Fortini An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several

More information

CS378 -Mobile Computing. What's Next?

CS378 -Mobile Computing. What's Next? CS378 -Mobile Computing What's Next? Fragments Added in Android 3.0, a release aimed at tablets A fragment is a portion of the UI in an Activity multiple fragments can be combined into multi-paned UI fragments

More information

FLOATING IMAGE Android Application

FLOATING IMAGE Android Application FLOATING IMAGE Android Application Projet 2016-2017 DEREYMEZ Maxime FUSTES Raphaël Index Floating Image, the current application... 3 Aim of our project... 4 The project s realisation... 4 Tools... 5 IDE...

More information

Mobile Programming Practice Explicit intent Implicit intent Intent filter Lab#4 PA #1

Mobile Programming Practice Explicit intent Implicit intent Intent filter Lab#4 PA #1 1 Mobile Programming Practice Explicit intent Implicit intent Intent filter Lab#4 PA #1 Prof. Hwansoo Han T.A. Sung-in Hong T.A. Minseop Jeong 2 Lecture schedule Spring 2019 (Tuesday) This schedule can

More information

Tizen/Artik IoT Practice Part 5 IoTivity Simple Server and Simple Client

Tizen/Artik IoT Practice Part 5 IoTivity Simple Server and Simple Client 1 Tizen/Artik IoT Practice Part 5 IoTivity Simple Server and Simple Client Sungkyunkwan University IoTivity Resource 2 In IoTivity, an entity(e.g. Sensor, Actuator) is being handled as a resource(ocf Resource

More information

1. Overview Account Configuration Details... 3

1. Overview Account Configuration Details... 3 WhatsApp Enterprise API - Technical Guide V4.4 July 2018 Index 1. Overview... 3 2. Account Configuration Details... 3 2.1 Provisioning of a Demo API... 3 2.2 Activation of Production API... 3 2.3 Setting

More information

MOTOROKR EM30. Quick Start Guide

MOTOROKR EM30. Quick Start Guide MOTOROKR TM EM30 Quick Start Guide welcome One touch from talk to music. That s all it takes with your MOTOROKR EM30 phone! Touch a button and your phone keypad instantly transforms into a dedicated music

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

Understanding Application

Understanding Application Introduction to Android Application Development, Android Essentials, Fifth Edition Chapter 4 Understanding Application Components Chapter 4 Overview Master important terminology Learn what the application

More information

Mobile Application Development

Mobile Application Development Mobile Application Development The principal goal of education is to create men and women who are capable of doing new things, not simply repeating what other generations have done. -Jean Piaget Mobile

More information

ExtraHop 7.3 ExtraHop Trace REST API Guide

ExtraHop 7.3 ExtraHop Trace REST API Guide ExtraHop 7.3 ExtraHop Trace REST API Guide 2018 ExtraHop Networks, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machinereadable form without

More information

Developing Android Applications

Developing Android Applications Developing Android Applications Introduction to Software Engineering Fall 2015 Updated 21 October 2015 Android Lab 02 Advanced Android Features 2 Class Plan UI Elements Activities Intents Data Transfer

More information

application components

application components What you need to know for Lab 1 code to publish workflow application components activities An activity is an application component that provides a screen with which users can interact in order to do something,

More information

Intents. https://developer.android.com/guide/components/intents-filters.html Repo: https://github.com/karlmorris/androidintents

Intents. https://developer.android.com/guide/components/intents-filters.html Repo: https://github.com/karlmorris/androidintents Intents https://developer.android.com/guide/components/intents-filters.html Repo: https://github.com/karlmorris/androidintents Overview Android's intent system Intent makeup Common intents Pending intents

More information

Tizen Architecture Overview

Tizen Architecture Overview Tizen Architecture Overview sunil.saxena@intel.com Tizen Vision Tizen Vision Cross-device, cross-architecture, open software platform based on a true, standards-based HTML5 implementation that delights

More information

Android Fundamentals - Part 1

Android Fundamentals - Part 1 Android Fundamentals - Part 1 Alexander Nelson September 1, 2017 University of Arkansas - Department of Computer Science and Computer Engineering Reminders Projects Project 1 due Wednesday, September 13th

More information

The Intent Class Starting Activities with Intents. Explicit Activation Implicit Activation via Intent resolution

The Intent Class Starting Activities with Intents. Explicit Activation Implicit Activation via Intent resolution The Intent Class Starting Activities with Intents Explicit Activation Implicit Activation via Intent resolution A data structure that represents An operation to be performed, or An event that has occurred

More information

HotSpot USER MANUAL. twitter.com/vortexcellular facebook.com/vortexcellular instagram.com/vortexcellular

HotSpot USER MANUAL.  twitter.com/vortexcellular facebook.com/vortexcellular instagram.com/vortexcellular HotSpot USER MANUAL www.vortexcellular.com twitter.com/vortexcellular facebook.com/vortexcellular instagram.com/vortexcellular 1 Contents Quick User Guide... 2 1. Power On/Off... 2 2. Turn On /Off Screen...

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

Another difference is that the kernel includes only the suspend to memory mechanism, and not the suspend to hard disk, which is used on PCs.

Another difference is that the kernel includes only the suspend to memory mechanism, and not the suspend to hard disk, which is used on PCs. 9. Android is an open-source operating system for mobile devices. Nowadays, it has more than 1.4 billion monthly active users (statistic from September 2015) and the largest share on the mobile device

More information

Using Declarative Models in Multi-device Smart Space

Using Declarative Models in Multi-device Smart Space Using Declarative Models in Multi-device Smart Space Environments Sailesh Sathish 1 2005 Nokia w3cpresentation.ppt / 2007-06-05 / SS Introduction Smart Space What is smart space? Smart space is any smart

More information

Android Essentials with Java

Android Essentials with Java Android Essentials with Java Before You Program o Exercise in algorithm generation Getting Started o Using IntelliJ CE Using Variables and Values o Store data in typed variables Static Methods o Write

More information

Android Online Training

Android Online Training Android Online Training IQ training facility offers Android Online Training. Our Android trainers come with vast work experience and teaching skills. Our Android training online is regarded as the one

More information

Android Apps Development

Android Apps Development National Level workshop Cum Championship on Android Apps Development Grand Final competition Grand Finale of all zonal center winners will be at IIT-Roorkee during Cognizance Zonal Level Competition Prelims

More information

Tizen Ver. 2.3 Native UI Sample. Calculator Application

Tizen Ver. 2.3 Native UI Sample. Calculator Application Tizen Ver. 2.3 Native UI Sample Calculator Application Beginning Native UI sample 2 Beginning Native UI sample 3 Beginning Native UI sample 4 Beginning Native UI sample 5 6 Beginning Native UI sample Change

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

Android. Mobile operating system developed by Google A complete stack. Based on the Linux kernel Open source under the Apache 2 license

Android. Mobile operating system developed by Google A complete stack. Based on the Linux kernel Open source under the Apache 2 license Android Android Mobile operating system developed by Google A complete stack OS, framework A rich set of applications Email, calendar, browser, maps, text messaging, contacts, camera, dialer, music player,

More information

Revision December 2018

Revision December 2018 Revision 2.0.6 December 2018 Contents Introduction... 3 What s New... 4 Managing Recordings... 6 The Recorder View... 8 Transcription Service... 12 Sharing... 15 Notifications... 17 Home Screen Widget...

More information

Android Softphone User Guide

Android Softphone User Guide Android Softphone User Guide Dialer Screen From the main screen you can dial local extensions or external phone numbers, and access any of the Softphone features. NOTE: It is NOT to be used to dial 9-1-1.

More information

Mate2. Quick Start Guide

Mate2. Quick Start Guide Mate2 Quick Start Guide Your phone at a glance Thank you for choosing HUAWEI Ascend Mate2. Before you start, let's take a look at your new phone. Press the power button to turn on or turn off the screen.

More information

Smart Watch: GM8588. User Guide. Please read the manual before use.

Smart Watch: GM8588. User Guide. Please read the manual before use. Smart Watch: GM8588 User Guide Please read the manual before use. 1. Safety Warning The information in this document won t be modified or extended in accordance with any notice. The watch should be charged

More information

Series 40 5th Edition SDK. User s Guide

Series 40 5th Edition SDK. User s Guide Series 40 5th Edition SDK User s Guide June 2007 Copyright Nokia 2007. All rights reserved. This document is for use with the Series 40 5th Edition SDK. Reproduction, transfer, distribution or storage

More information

Required Core Java for Android application development

Required Core Java for Android application development Required Core Java for Android application development Introduction to Java Datatypes primitive data types non-primitive data types Variable declaration Operators Control flow statements Arrays and Enhanced

More information

R300. Quick Start Guide 15G06A E3403

R300. Quick Start Guide 15G06A E3403 R300 E3403 Quick Start Guide 15G06A348000 Layout Features 1 2 6 5 3 4 7 8 9 10 11 12 1 External Antenna port Connects to an external antenna for better signal performance (the external antenna is optional)

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

Android Programming (5 Days)

Android Programming (5 Days) www.peaklearningllc.com Android Programming (5 Days) Course Description Android is an open source platform for mobile computing. Applications are developed using familiar Java and Eclipse tools. This Android

More information

Your phone at a glance

Your phone at a glance Quick Start Guide Your phone at a glance Thank you for choosing the Honor 6. Before you start, let's take a look at your new phone. Press the power button to turn on or turn off the screen. Press and hold

More information

DLNA in the Car Oct 22, 2015/12:30 Intended Audience

DLNA in the Car Oct 22, 2015/12:30 Intended Audience DLNA in the Car Oct 22, 2015/12:30 Intended Audience 28-Oct-15 Wolfram Kusterer Presentation Business Title and GENIVI Role ACCESS Europe GmbH. Dashboard image reproduced with the permission of Visteon

More information

MOTOROKR E8. User s Guide

MOTOROKR E8. User s Guide MOTOROKR E8 User s Guide HELLOMOTO Introducing your new MOTOROKR E8 GSM wireless phone. Here s a quick anatomy lesson. Lanyard Hook Headset Jack (on top of phone) Camera Lens (on back of phone) Micro

More information

Minds-on: Android. Session 2

Minds-on: Android. Session 2 Minds-on: Android Session 2 Paulo Baltarejo Sousa Instituto Superior de Engenharia do Porto 2016 Outline Activities UI Events Intents Practice Assignment 1 / 33 2 / 33 Activities Activity An activity provides

More information

Mobile Application Development Android

Mobile Application Development Android Mobile Application Development Android Lecture 3 MTAT.03.262 Satish Srirama satish.srirama@ut.ee Android Lecture 2 -recap Views and Layouts Events Basic application components Activities Intents BroadcastReceivers

More information

SPARK LITE Quick Start Guide

SPARK LITE Quick Start Guide SPARK LITE Quick Start Guide Search ZTE Australia on Facebook, Google+ and Twitter to keep in touch. 2016 Version 1.0 1 Get to Know Your Phone LED Camera Earpiece Sensor Volume Keys Display Power Key Back

More information

Tizen 2.3 API Overview. Hobum (Vincent) Kwon Principal Engineer at Samsung Electronics

Tizen 2.3 API Overview. Hobum (Vincent) Kwon Principal Engineer at Samsung Electronics Tizen 2.3 API Overview Hobum (Vincent) Kwon Principal Engineer at Samsung Electronics Tizen Architecture & Public APIs & 3 rd Party Applications Web API Web is the primary application development environment

More information

brief contents PART 1 INTRODUCING WINDOWS PHONE... 1 PART 2 CORE WINDOWS PHONE... 57

brief contents PART 1 INTRODUCING WINDOWS PHONE... 1 PART 2 CORE WINDOWS PHONE... 57 brief contents PART 1 INTRODUCING WINDOWS PHONE... 1 1 A new phone, a new operating system 3 2 Creating your first Windows Phone application 30 PART 2 CORE WINDOWS PHONE... 57 3 Fast application switching

More information

Visual Voice Mail Client - VVMC. Product Description

Visual Voice Mail Client - VVMC. Product Description Visual Voice Mail Client - VVMC Product Description Table of Contents 1. Introduction... 3 2. User experience... 3 3. Service flow... 4 3.1. Installation... 4 3.2. Setup... 4 3.3. Message inbox... 5 3.4.

More information

Lecture 1 - Introduction to Android

Lecture 1 - Introduction to Android Lecture 1 - Introduction to Android This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Integrating Device Services with ADF Mobile 2 Apache Cordova / PhoneGap ADF Mobile utilizes PhoneGap to access most of the onboard devices services To be replaced by Apache Cordova soon Provides access

More information

Eyes-Free User Interaction

Eyes-Free User Interaction Eyes-Free User Interaction T. V. Raman Google Research http://emacspeak.sf.net/raman February 9, 2009 Overview Android Dialer Contacts Shell Conclusion Eyes-Free Interaction Stanford February 2009 2 /

More information

DOWNLOAD PDF CAN I ADD A PAGE TO MY WORD UMENT

DOWNLOAD PDF CAN I ADD A PAGE TO MY WORD UMENT Chapter 1 : How to Add a Word Document to a Word Document blog.quintoapp.com Adding a Word document file into another helps save time. There are a number of ways you can do this. You can copy the document

More information

IGEEKS TECHNOLOGIES. Software Training Division. Academic Live Projects For BE,ME,MCA,BCA and PHD Students

IGEEKS TECHNOLOGIES. Software Training Division. Academic Live Projects For BE,ME,MCA,BCA and PHD Students Duration:40hours IGEEKS TECHNOLOGIES Software Training Division Academic Live Projects For BE,ME,MCA,BCA and PHD Students IGeekS Technologies (Make Final Year Project) No: 19, MN Complex, 2nd Cross, Sampige

More information

The Intent Class Starting Activities with Intents. Explicit Activation Implicit Activation via Intent resolution

The Intent Class Starting Activities with Intents. Explicit Activation Implicit Activation via Intent resolution The Intent Class Starting Activities with Intents Explicit Activation Implicit Activation via Intent resolution a data structure that represents An operation to be performed, or An event that has occurred

More information

Mobile Computing. Introduction to Android

Mobile Computing. Introduction to Android Mobile Computing Introduction to Android Mobile Computing 2011/2012 What is Android? Open-source software stack for mobile devices OS, middleware and key applications Based upon a modified version of the

More information

SHWETANK KUMAR GUPTA Only For Education Purpose

SHWETANK KUMAR GUPTA Only For Education Purpose Introduction Android: INTERVIEW QUESTION AND ANSWER Android is an operating system for mobile devices that includes middleware and key applications, and uses a modified version of the Linux kernel. It

More information

How to create a Slide Show with NeroVision Express 2

How to create a Slide Show with NeroVision Express 2 How to create a Slide Show with NeroVision Express 2 1. First to launch NeroVision Express 2: Go to Start->All Programs->Nero>NeroVision Express 2->NeroVision Express. Or you can just go to Start->NeroVision

More information

CS378 -Mobile Computing. Audio

CS378 -Mobile Computing. Audio CS378 -Mobile Computing Audio Android Audio Use the MediaPlayer class Common Audio Formats supported: MP3, MIDI (.mid and others), Vorbis(.ogg), WAVE (.wav) and others Sources of audio local resources

More information

Introduction. Lecture 1. Operating Systems Practical. 5 October 2016

Introduction. Lecture 1. Operating Systems Practical. 5 October 2016 Introduction Lecture 1 Operating Systems Practical 5 October 2016 This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

More information

Mobile Application Development Android

Mobile Application Development Android Mobile Application Development Android Lecture 3 MTAT.03.262 Satish Srirama satish.srirama@ut.ee Android Lecture 2 - recap Views and Layouts Events Basic application components Activities Intents 9/15/2014

More information

Introduction What is Android?

Introduction What is Android? Introduction What is Android? CS 2046 Mobile Application Development Fall 2010 Everything you know is wrong Most desktop/web applications: Large screen size vs. Everything you know is wrong Most desktop/web

More information

CS 528 Mobile and Ubiquitous Computing Lecture 4a: Fragments, Camera Emmanuel Agu

CS 528 Mobile and Ubiquitous Computing Lecture 4a: Fragments, Camera Emmanuel Agu CS 528 Mobile and Ubiquitous Computing Lecture 4a: Fragments, Camera Emmanuel Agu Fragments Recall: Fragments Sub-components of an Activity (screen) An activity can contain multiple fragments, organized

More information

1. REMOVE BACK COVER 2. INSERT SIM CARDS AND MEMORY CARD

1. REMOVE BACK COVER 2. INSERT SIM CARDS AND MEMORY CARD QUICK START GUIDE 1. REMOVE BACK COVER 2. INSERT SIM CARDS AND MEMORY CARD 3. INSERT BATTERY 4. CHARGE FOR 8 HOURS BEFORE TURNING ON. 5. TURN CELL PHONE ON AND WAIT FOR INITIAL SETUP 6. MULTIMEDIA PLAYER

More information

Setera Office+ Installation and User Guide for Android devices

Setera Office+ Installation and User Guide for Android devices Setera Office+ Installation and User Guide for Android devices Installation Welcome to use Setera Office+ Mobile! Installation of the mobile client is fast and easy. You can install Setera Office+ Android

More information

Tizen IVI Architecture New features

Tizen IVI Architecture New features Tizen IVI Architecture New features, Intel Open Source dominig.arfoll@fridu.net Agenda 2 What is Tizen IVI How to join the project Our road map Architecture New Features Tizen IVI Support Intel and ARM

More information

Android App Development

Android App Development Android App Development Course Contents: Android app development Course Benefit: You will learn how to Use Advance Features of Android with LIVE PROJECTS Original Fees: 15000 per student. Corporate Discount

More information

Android Apps Development

Android Apps Development NWTP-2018 in Association with EDC IIT-Roorkee National Winter Training program on Android Apps Development Highlights of Android Apps Development Training After completing the Android Development training

More information

MP Music & Video Player VOL. User Guide

MP Music & Video Player VOL. User Guide MP414-4 Music & Video Player 4 VOL User Guide In the box VOL slick MENU VOL Player Headphones USB Cable MP414-4 Music & Video Player 4 User Guide User Guide CD Location of controls 1 OFF ON 2 slick MENU

More information

ANDROID COURSE BROCHURE

ANDROID COURSE BROCHURE Page 1 1Pointer Technology Chacko Towers,Anna nagar Main Road, Anna Nager(Annai Insititute 2nd Floor) Pondicherry-05 Mobile :+91-9600444787,9487662326 Website : http://www.1pointer.com/ Email : info@1pointer.com/onepointertechnology@gmail.com

More information

Security when applications become web sites

Security when applications become web sites 1/20 Security when applications become web sites Andrea Bittau, Arti Gupta, and David Mazières April 30, 2010 Web and apps perceived differently 2/20 Users know software can do bad things. Conservative:

More information

The Ubiquitous Web. Dave Raggett (W3C/Volantis) CE2006, 19 September Contact:

The Ubiquitous Web. Dave Raggett (W3C/Volantis) CE2006, 19 September Contact: The Ubiquitous Web Dave Raggett (W3C/Volantis) CE2006, 19 September 2006 Contact: dsr@w3.org Web of Everything Incorporates a very wide range of devices Physical world of sensors and effectors Access to

More information

imovie Guide Create a new imovie Project The imovie Interface

imovie Guide Create a new imovie Project The imovie Interface imovie Guide Create a new imovie Project. Open imovie.. From the FILE menu choose NEW PROJECT. Enter an appropriate title, choose WIDESCREEN (6:9) for Aspect Ratio, and leave NONE selected for the theme.

More information

Lecture 2 Android SDK

Lecture 2 Android SDK Lecture 2 Android SDK This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a

More information

Make Your Pictures Come to Life with Photo Story 3

Make Your Pictures Come to Life with Photo Story 3 Page 1 of 6 Click Here to Install Silverlight United States Change All Microsoft Sites Search Microsoft.com Submit Windows Media Home For Home Windows Media Player Music & Video Cool Devices For Professionals

More information

Revision August 2016

Revision August 2016 Revision 1.1.4 August 2016 Contents Introduction...3 What's New...4 Managing Recordings...6 The Recorder View...7 Sharing...10 Notifications...12 Home Screen Widget...13 Tablet Support...14 Settings...15

More information

MOTOROKR TM E8 Quick Start Guide

MOTOROKR TM E8 Quick Start Guide MOTOROKR TM E8 Quick Start Guide welcome One touch from talk to music. That's all it takes, on your MOTOROKR E8 phone! Touch a button and your phone keypad instantly transforms into a dedicated music player,

More information

*EK-B Android user please download BT3.0

*EK-B Android user please download BT3.0 User Manual V1.0 Thank you for choosing our company smart watches. You can read this manual, fully understand the use of device. Experienced the function and simple operation. This device is mainly used

More information

COPYRIGHTED MATERIAL. Getting Started with. Windows 7. Lesson 1

COPYRIGHTED MATERIAL. Getting Started with. Windows 7. Lesson 1 Lesson 1 Getting Started with Windows 7 What you ll learn in this lesson: What you can do with Windows 7 Activating your copy of Windows 7 Starting Windows 7 The Windows 7 desktop Getting help The public

More information

Android Application Development 101. Jason Chen Google I/O 2008

Android Application Development 101. Jason Chen Google I/O 2008 Android Application Development 101 Jason Chen Google I/O 2008 Goal Get you an idea of how to start developing Android applications Introduce major Android application concepts Provide pointers for where

More information

Tizen Framework (Tizen Ver. 2.3)

Tizen Framework (Tizen Ver. 2.3) Tizen Framework (Tizen Ver. 2.3) Spring 2015 Soo Dong Kim, Ph.D. Professor, Department of Computer Science Software Engineering Laboratory Soongsil University Office 02-820-0909 Mobile 010-7392-2220 sdkim777@gmail.com

More information

Tizen Multiple App FW support Automotive Linux Conference Tokyo, Japan

Tizen Multiple App FW support Automotive Linux Conference Tokyo, Japan Tizen Multiple App FW support Automotive Linux Conference Tokyo, Japan Dominig ar Foll (Intel Open Source Technology Centre) dominig.arfoll@fridu.net May 2013 Application Framework Provides Launching Application

More information

Android Basics Nanodegree Syllabus

Android Basics Nanodegree Syllabus Android Basics Nanodegree Syllabus Before You Start This is an entry-level program. No prior programming experience required. Project 1: Build a Single Screen App Design and implement a single screen app

More information

How to Make a Two Button Communication Board for Go Talk Now By Rebecca Mcguffin

How to Make a Two Button Communication Board for Go Talk Now By Rebecca Mcguffin Rebecca McGuffin EIPT 5513 Needs Analysis Handout April 3, 2015 How to Make a Two Button Communication Board for Go Talk Now By Rebecca Mcguffin 1 How to Make a Two Button Communication Board for 1. This

More information

Welcome Packing List Specifications Safety Precautions

Welcome Packing List Specifications Safety Precautions USER MANUAL Welcome Thanks for purchasing product KOCASO Discover. Please read this instruction manual carefully before use. Packing List Upon opening the package, please check for the following items:

More information

Download the Driver software from the following link: Establish Bluetooth Connection

Download the Driver software from the following link: Establish Bluetooth Connection Download the Driver software from the following link: http://files.microinv.com/micro_drivers/usb50bt%20driver.zip Establish Bluetooth Connection A connection is normally initiated from the client. On

More information

Developer s overview of the Android platform

Developer s overview of the Android platform Developer s overview of the Android platform Erlend Stav SINTEF November 10, 2009 mailto:erlend.stav@sintef.no 1 Overview Vendors and licensing Application distribution Platform architecture Application

More information

INTENTS android.content.intent

INTENTS android.content.intent INTENTS INTENTS Intents are asynchronous messages which allow application components to request functionality from other Android components. Intents allow you to interact with components from the same

More information

Understanding Intents and Intent Filters

Understanding Intents and Intent Filters 255 Chapter 11 Understanding Intents and Intent Filters This chapter will delve into intents, which are messaging objects that carry communications between the major components of your application your

More information

Skype for Business Softphone FAQ

Skype for Business Softphone FAQ Skype for Business Softphone FAQ Page 1 Q: How do I make my speakers ring while using headphones? 1. Click the Headset icon in the bottom left corner of your Skype contact list window > Select Audio Device

More information

Under The Hood: Performance Tuning With Tizen. Ravi Sankar Guntur

Under The Hood: Performance Tuning With Tizen. Ravi Sankar Guntur Under The Hood: Performance Tuning With Tizen Ravi Sankar Guntur How to write a Tizen App Tools already available in IDE v2.3 Dynamic Analyzer Valgrind 2 What s NEXT? Want to optimize my application App

More information

Seagate Access for Personal Cloud User Manual

Seagate Access for Personal Cloud User Manual Seagate Access for Personal Cloud User Manual 2015 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology, the Wave logo, and FreeAgent are trademarks or registered trademarks of Seagate

More information

SMARTWATCH User Manual

SMARTWATCH User Manual SMARTWATCH User Manual Please refer to this manual before using your LOGIC LIFE 20 SmartWatch. ENGLISH Pages OVERVIEW 3 CHARGING 4 USABILITY 5 PAIRING 6-7 FUNCTIONS 8-12 TECHNICAL SPECIFICATIONS 13 2 1.

More information

Mobile Application Development Android

Mobile Application Development Android Mobile Application Development Android Lecture 2 MTAT.03.262 Satish Srirama satish.srirama@ut.ee Android Lecture 1 -recap What is Android How to develop Android applications Run & debug the applications

More information

Smartwatch User Manual

Smartwatch User Manual Smartwatch User Manual Download/Install APP MT-SMART Wireless Connection REMARKS: Smart watch support full functions based on original Android OS4.4 and above Android mobiles You can check Android mobile

More information

First-Time Employee Registration

First-Time Employee Registration How to HighFive 1 First-Time Employee Registration 1. Open a browser and go to: adcomm.highfive.com 2. Choose Download Highfive App Choose run when the download starts 3. Choose open the Highfive App 4.

More information

Using Intents to Launch Activities

Using Intents to Launch Activities Using Intents to Launch Activities The most common use of Intents is to bind your application components. Intents are used to start, stop, and transition between the Activities within an application. The

More information