Tizen Ver. 2.3 Native UI Sample. Calculator Application

Size: px
Start display at page:

Download "Tizen Ver. 2.3 Native UI Sample. Calculator Application"

Transcription

1 Tizen Ver. 2.3 Native UI Sample Calculator Application

2 Beginning Native UI sample 2

3 Beginning Native UI sample 3

4 Beginning Native UI sample 4

5 Beginning Native UI sample 5

6 6 Beginning Native UI sample Change a Launcher Icon tizen-manifiest.xml File sets up the application (Privileges, Features, ID, )

7 Tizen Ver 2.3 Native UI Sample

8 8 Structure of Application Structure Structure and Functions

9 9 Function of Application Functions Type void void Evas_Object Evas_Object Void Evas_Object Evas_Object Evas_Object Evas_Object void Formal Function Form win_delete_request_cb (void *data, Evas_Object *obj, void *event_info) win_back_cb(void *data, Evas_Object *obj, void *event) create_bg(evas_object *parent) create_conform(evas_object *parent) rotation_cb(void *data, Evas_Object *obj, void *event_info) create_panel_basic_content(evas_object *parent, appdata_s *ad) create_panel_advanced_content(evas_object *parent, appdata_s *ad) create_panel(evas_object *parent, appdata_s *ad) create_entry(evas_object *parent) create_base_gui(appdata_s *ad)

10 10 Creation to Base GUI

11 11 Window This code is creating a Window

12 12 Rotation setting If a rotation of the device is changed, the view is changed

13 13 Rotation setting

14 14 Rotation setting According to rotation degree, Panel content is packed

15 15 Rotation of the Device Landscape Portrait

16 16 Rotation of the Device Reverse Landscape Reverse Portrait

17 17 Back and End event EFL Smart Call back add

18 18 Back and End event Add or register a callback function to a given evas object Add or register a callback function to the smart event specified by event on the smart object Back callback and Termination callback

19 Elementary Background Widget Add a Object bg to the parent as a new background 19

20 Elementary Background Widget Supports indicator and virtual keypad area 20

21 21 Elementary Grid Container It provides functions for composing atypical Window than Box or Table containers

22 22 Elementary Grid Container Adds a new grid to the parent ( ad->conform) Returns the new object, otherwise NULL It is a macro about elm_object_part_content_set Sets the content at a part of a given container widget It contains many contents(widgets) The Grid uses a "Virtual resolution" that is stretched to fill the grid widgets size itself

23 23 Elementary Entry The Entry is created and added to Grid container

24 Elementary Entry The Entry is created and added to Grid container This function packs the child at a given position and size 24

25 25 Elementary Entry

26 26 Elementary Panel Widget Create a Panel of Elementary Widgets

27 27 Elementary Panel Widget Parent Evas_Object Object panel will be added on Grid container Set the orientation of the panel (TOP, LEFT, RIGHT, BOTTOM) A Grid container is added on the Panel widget Calculator components are added on the Grid Such as 0~9, *, /, +, - and so on related on Calculator Advanced components are added on the Grid Such as 0~9, *, /, +, - and so on related on Calculator

28 28 create_panel_basic_content Composing calculator Objects on the Panel Padding the Table widget Position of Panel

29 29 Application Basic User Interface create_panel_advanced_content Padding the Table widget Composing advanced Objects on the Panel Position of Panel

30 Tizen Ver 2.3 Native UI Sample

31 31 Application Creation event_callback.create = app_create;

32 32 Flow of the Application Window Rotation Conformant Grid Panel Entry Base_GUI Flow operation

33 33 Flow of the Application Main Grid Panel Grid Basic Components Table Advanced Components Table Panel GUI Flow operation

34 34 Flow of the Application Basic Components Table Advanced Components Table Callback function Callback function Callback function Callback function Callback function Callback function Callback function Callback function Button Object Smart Callback

35 35 Screen of the Application Shows the screen of Calculator application Button clicked screen

36 36 Button Clicked Call back

37 37 Button Clicked Call back

38 38 Button Clicked Call back

39 39 Button Clicked Call back Those objects do not have smart callback function

40 40 Screen of the Application Rotate: Landscape Screen The position of Advanced panel is hided Landscape rotation makes the screen

41 41 Screen of the Application Advanced components are added on the Panel In this sample, however, there is no callback function about the Advanced Components

42 42 Application Termination At the time of Application termination The application window is released

43 43 Conclusion Conclusion The sample of Calculator application Composing to base GUI This sample does not have calculation operation The callback function has only appending a string (such as +, -, 0, 1, ) To make a perfect calculator, the callback function will be added

44 Appendix - The Source Code 44

45 Appendix - The Source Code 45

46 Appendix - The Source Code 46

47 Appendix - The Source Code 47

48 Appendix - The Source Code 48

49 Appendix - The Source Code 49

50 Appendix - The Source Code 50

51 Appendix - The Source Code 51

52 Appendix - The Source Code 52

EFL 을이용한타이젠네이티브웨어러블앱만들기 EFL 한국커뮤니티 박진솔

EFL 을이용한타이젠네이티브웨어러블앱만들기 EFL 한국커뮤니티 박진솔 EFL 을이용한타이젠네이티브웨어러블앱만들기 EFL 한국커뮤니티 박진솔 소개 박진솔 EFL 한국커뮤니티운영진 삼성전자 Tizen Platform UIFW, TV Profile Heavensbus@gmail.com 목차 EFL? EFL 한국커뮤니티 TIZEN? SDK 설치 프로젝트만들어보기 샘플코드 개발이막힐때 EFL? No!!!!! Executable and

More information

A Case Study of Mobile Application Development. Wei Dong Samsung Electronics

A Case Study of Mobile Application Development. Wei Dong Samsung Electronics A Case Study of Mobile Application Development Wei Dong Samsung Electronics Content Tizen Application Development Practices of Tizen Application Development Performance optimization Memory usage Database

More information

Samsung Tizen User Manual

Samsung Tizen User Manual Samsung Tizen User Manual CCHD v2017.1.001 or later Samsung Tizen v4.0 Table of Contents Samsung Tizen Player Requirements Configuring the Samsung Tizen How to Set a Vertical Orientation Samsung Tizen

More information

EFL. Enlightenment Foundation Libraries Architecture & Usage

EFL. Enlightenment Foundation Libraries  Architecture & Usage EFL Enlightenment Foundation Libraries http://www.enlightenment.org Architecture & Usage Sanjeev BA EFL Enthusiast, Senior Engineer AS2902.B@SAMSUNG.COM What is EFL? A collection of libraries Built by

More information

UI, Graphics & EFL. Carsten Haitzler Principal Engineer Samsung Electronics Korea Founder/Leader Enlightenment / EFL

UI, Graphics & EFL. Carsten Haitzler Principal Engineer Samsung Electronics Korea Founder/Leader Enlightenment / EFL UI, Graphics & EFL Carsten Haitzler Principal Engineer Samsung Electronics Korea c.haitzler@samsung.com Founder/Leader Enlightenment / EFL Display System Overview Graphics 4 Graphics Old-School FB 5 In

More information

The Art of Tizen UI Theme Technology in Various Profiles

The Art of Tizen UI Theme Technology in Various Profiles The Art of Tizen UI Theme Technology in Various Profiles Daniel Juyung Seo Samsung Electronics Who Am I 2 Daniel Juyung Seo Senior Engineer at Samsung Electronics juyung.seo@samsung.com a.k.a SeoZ Tizen

More information

EFL. Enlightenment Foundation Libraries

EFL. Enlightenment Foundation Libraries EFL Enlightenment Foundation Libraries http://www.enlightenment.org Tizen native display layer Architecture & Usage Carsten Haitzler Enlightenment project lead & founder Principal Engineer raster@rasterman.com

More information

Enlightenment A Toolkit for Embedded and Desktop World. Hermet Park Nov 17

Enlightenment A Toolkit for Embedded and Desktop World. Hermet Park Nov 17 Enlightenment A Toolkit for Embedded and Desktop World Hermet Park Nov 2017 @ So, what? Enlightenment - Window Manager, Compositor, Desktop shell for Linux EFL - Lightweight modern

More information

One Size Fits All : Building Apps for any platform with Tizen. Kaushik Das, Praveen C

One Size Fits All : Building Apps for any platform with Tizen. Kaushik Das, Praveen C One Size Fits All : Building Apps for any platform with Tizen Kaushik Das, Praveen C Contents Web Application Introduction Native Application Introduction Hybrid Application Introduction 2 Web Application

More information

rich gui without pain

rich gui without pain rich gui without pain enlightenment foundation libraries and guarana Ede - The Netherlands, November 6th, 2008 Gustavo Sverzut Barbieri agenda - efl - enlightenment foundation

More information

PUSH ipad Graphics package

PUSH ipad Graphics package PUSH ipad Graphics package Welcome Thanks for purchasing the PUSH graphics package. This document is design to explain some of the features of the graphics pack which will save you time when implementing.

More information

Using ATI Catalyst Control Center to Configure Desktops & Displays

Using ATI Catalyst Control Center to Configure Desktops & Displays Using ATI Catalyst Control Center to Configure Desktops & Displays The following general instructions apply using CCC to configure displays. The ATI Catalyst Control Center (CCC) Desktops & Displays manager

More information

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

More information

Core object model EO / EFL++

Core object model EO / EFL++ Core object model EO / EFL++ Carsten Haitzler Samsung Electronics Principal Engineer Enlightenment/EFL Founder c.haitzler@samsung.com EFL + Elementary 2 A toolkit somwhere between GTK+ and Qt in breadth

More information

Converting Your Web App to Tizen. Cheng Luo

Converting Your Web App to Tizen. Cheng Luo Converting Your Web App to Tizen Cheng Luo Agenda Web App Overview Tizen Web App Getting practical Add live weather 2 Web App Overview 3 Web App Landscape Platforms Technologies Distribution Standards

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

Smart Grid Widget Extension. Version 1.0.0

Smart Grid Widget Extension. Version 1.0.0 Smart Grid Widget Extension Version 1.0.0 Introduction and Installation... 3 About the EXTENSION... 3 Installing the EXTENSION Extension... 3 Configuration and Usage... 4 Configuration... 4 Usage... 6

More information

How to Export a Dashboard in Analyze

How to Export a Dashboard in Analyze Introduction There are many instances where Dashboard information is needed outside of VITA, whether in a presentation, document, website, etc. VITA provides an option to download a Dashboard s content

More information

PHOTO GALLERY. USER GUIDE by Decima Digital. d e c i m a d i g i t a l. c o m

PHOTO GALLERY. USER GUIDE by Decima Digital. d e c i m a d i g i t a l. c o m PHOTO GALLERY USER GUIDE by Decima Digital d e c i m a d i g i t a l. c o m Content Thank you for purchasing our extension. If you have any questions which are out of the scope of this document, do not

More information

Layout. Dynamic layout, Swing and general layout strategies

Layout. Dynamic layout, Swing and general layout strategies Layout Dynamic layout, Swing and general layout strategies Two Interface Layout Tasks Designing a spatial layout of widgets in a container Adjusting that spatial layout when container is resized Both

More information

ICS Tutorials: Basic Operations

ICS Tutorials: Basic Operations ICS Tutorials: Basic Operations This tutorial introduces the basic components of Builder Xcessory. For more detailed information, see the Builder Xcessory Reference Manual. This book is directly accessible

More information

Microsoft Office PowerPoint 2013 Courses 24 Hours

Microsoft Office PowerPoint 2013 Courses 24 Hours Microsoft Office PowerPoint 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Using PowerPoint 2013 Opening PowerPoint 2013 Opening a Presentation Navigating between Slides Using the

More information

The Composite Pattern

The Composite Pattern The Composite Pattern Intent Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly. This is called

More information

Extension of interface signature descriptions for automatic test generation

Extension of interface signature descriptions for automatic test generation Extension of interface signature descriptions for automatic test generation Chernov E. Abstract In the paper the problem of extension of the standard information taken from signatures of program interfaces,

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

Linux based 3G Multimedia Mobile-phone API Specification

Linux based 3G Multimedia Mobile-phone API Specification Linux based 3G Multimedia Mobile-phone API Specification [AP Framework] Draft 1.0 NEC Corporation Panasonic Mobile Communication Ltd. 1 Contents Preface...4 1. MSB...5 1.1Generating an Object...5 1.2 Destroying

More information

Tizen Overview (Tizen Ver. 2.3)

Tizen Overview (Tizen Ver. 2.3) Tizen Overview (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

T I Z E N Ve r 2. 3 O v e r v i e w Open Source Project

T I Z E N Ve r 2. 3 O v e r v i e w Open Source Project T I Z E N Ve r 2. 3 O v e r v i e w Open Source Project 2015.03.22 I N D E X 1 Introduction to Tizen 2 3 4 How to Develop Tizen Applications Example of Tizen Application About Ajou Tizen Supporters 1 Introduction

More information

Finding and Exploiting Access Control Vulnerabilities in Graphical User Interfaces

Finding and Exploiting Access Control Vulnerabilities in Graphical User Interfaces Northeastern University Systems Security Lab Finding and Exploiting Access Control Vulnerabilities in Graphical User Interfaces Black Hat USA 2014 Collin Mulliner crm[at]ccs.neu.edu About Researcher at

More information

Better UI Makes ugui Better!

Better UI Makes ugui Better! Better UI Makes ugui Better! 2016 Thera Bytes UG Developed by Salomon Zwecker TABLE OF CONTENTS Better UI... 1 Better UI Elements... 4 1 Workflow: Make Better... 4 2 UI and Layout Elements Overview...

More information

HP Color LaserJet CM2320 MFP Series Print tasks

HP Color LaserJet CM2320 MFP Series Print tasks Cancel a print job Cancel a print job from the product control panel NOTE: Pressing Cancel clears the job that the product is currently processing. If more than one process is running (for example, the

More information

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010 Objectives COMM 391 Introduction to Management Information Systems Introduction to Microsoft Access 2010 Describe the major objects in Access database. Define field, record, table and database. Navigate

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

EnSight 10 for Mac. Uniquely Mac Features tucked into EnSight 10. Friday, February 17, 12

EnSight 10 for Mac. Uniquely Mac Features tucked into EnSight 10. Friday, February 17, 12 EnSight 10 for Mac Uniquely Mac Features tucked into EnSight 10 The List No more X11 required Native Open Dialog Native Save Dialog Native Print Dialog Drag and Drop onto GUI or App Icon Native Cocoa UI

More information

Appendix B: Topline Questionnaire

Appendix B: Topline Questionnaire 28 Appendix B: Topline Questionnaire [RANDOMIZE P1a/1b/1c/1d/1e, KEEP a AND b RANDOMIZED TOGETHER] P1 Do you happen to have any of the following items, or not? Do you have...? {PIAL Trend} a. A smartphone

More information

Tizen-based Samsung TV Web Simulator Guide

Tizen-based Samsung TV Web Simulator Guide Tizen-based Samsung TV Web Simulator Guide This document provides the user guide for the Tizen TV web simulator which simulates the run time environment of Tizen TV web apps. Contents Prerequisites Interfaces

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

To use the keyboard emulation, you must activate it in the tray icon menu (see 2.6 Enable keyboard emulation)

To use the keyboard emulation, you must activate it in the tray icon menu (see 2.6 Enable keyboard emulation) LEA USER GUIDE Notice: To use LEA you have to buy the client and download the free server at: https://www.leaextendedinput.com/download.php The Client is available in the App Store for IOS and Android

More information

DESIGN MOBILE APPS FOR ANDROID DEVICES

DESIGN MOBILE APPS FOR ANDROID DEVICES DESIGN MOBILE APPS FOR ANDROID DEVICES Thank you for participating in a workshop at MicroStrategy World 2019. If you missed or did not finish an exercise and want to complete it after the conference,

More information

Getting Started With the Cisco PAM Desktop Software

Getting Started With the Cisco PAM Desktop Software CHAPTER 3 Getting Started With the Cisco PAM Desktop Software This chapter describes how to install the Cisco PAM desktop client software, log on to Cisco PAM, and begin configuring access control features

More information

Tizen Web Runtime. Ming Jin, Samsung Electronics. (May 8, 2012)

Tizen Web Runtime. Ming Jin, Samsung Electronics. (May 8, 2012) Tizen Web Runtime Ming Jin, Samsung Electronics (May 8, 2012) Contents What is Web Application & Web Runtime Tizen Web Application Packaging & Configuration Network Access Tizen Web Runtime Installer Core

More information

Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave

Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave Menu Set Hot Keys F2 F3 F4 F5 Animation Modeling Dynamics Rendering Transformation / Manipulator Hot Keys Q W E R T Y Select Tool Move Tool

More information

Rapise Quick Start Guide Testing Java Applications with Rapise

Rapise Quick Start Guide Testing Java Applications with Rapise Rapise Quick Start Guide Testing Java Applications with Rapise Date: May 9th, 2017 Contents Introduction... 1 1. Testing the Sample AWT/Swing Application... 2 2. Testing the Sample SWT Application... 7

More information

Creating Post(s) In WordPress

Creating Post(s) In WordPress Creating Post(s) In WordPress Posts In WordPress: Here is what posts are in WordPress: Posts are regular blog entries i.e. dynamic content. When any Post(s) are published, they appear automatically in

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

Chapter 2 Welcome App

Chapter 2 Welcome App 2.8 Internationalizing Your App 1 Chapter 2 Welcome App 2.1 Introduction a. Android Studio s layout editor enables you to build GUIs using drag-and-drop techniques. b. You can edit the GUI s XML directly.

More information

AET60 BioCARDKey. Application Programming Interface. Subject to change without prior notice

AET60 BioCARDKey. Application Programming Interface.  Subject to change without prior notice AET60 BioCARDKey Application Programming Interface Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Application Programming Interface... 4 2.1. Overview...4 2.2. Data

More information

Embedded GUI: Widgets Within Editors

Embedded GUI: Widgets Within Editors Embedded GUI: Widgets Within Editors Version 6.12 Mike T. McHenry January 26, 2018 (require embedded-gui) package: gui-lib The embedded-gui library provides a class hierarchy for creating graphical boxes

More information

A GUI-Builder Approach to grid Graphics

A GUI-Builder Approach to grid Graphics A GUI-Builder Approach to grid Graphics Paul Murrell April 26, 2018 Grid contains a lot of support for locating, sizing, and arranging graphical components on a device and with respect to each other. However,

More information

TECH-NOTE. The Keyboard Macro Editor. The Keyboard Macro Editor Dialog Box

TECH-NOTE. The Keyboard Macro Editor. The Keyboard Macro Editor Dialog Box The Keyboard Macro Editor The Keyboard Macro Editor is a feature in the Designer TM for Windows TM software package that allows the user to associate specific functions with keys or touchcells on a UniOP

More information

Visual Simulation Integration Framework

Visual Simulation Integration Framework Visual Simulation Integration Framework C H R I S T I A N S K L U Z A C E K C E S I U M S O F T W A R E c e s i u m s w @ g m a i l. c o m Objective Who? Why? What? How? When? Where? Who? GSTP-4 Program

More information

Theme System. Wisej Themes 1 OVERVIEW

Theme System. Wisej Themes 1 OVERVIEW Theme System 1 OVERVIEW Wisej theme system is quite sophisticated and goes beyond simple CSS or SASS. This document is only a short overview to get you started. The full documentation will be ready at

More information

Appendix A: IPC Mechanism

Appendix A: IPC Mechanism AppendixA: IPCMechanism This appendix gives the format for the IPC messages that the ROUTER, CONTROLLER and URL RENDERINGprocessesexchange. 1. IPCmessageformats: typedef struct child_req_to_parent req_type

More information

Produced by. Mobile Application Development. David Drohan Department of Computing & Mathematics Waterford Institute of Technology

Produced by. Mobile Application Development. David Drohan Department of Computing & Mathematics Waterford Institute of Technology Mobile Application Development Produced by David Drohan (ddrohan@wit.ie) Department of Computing & Mathematics Waterford Institute of Technology http://www.wit.ie User Interface Design" & Development -

More information

Houdini Light, Shade, Render

Houdini Light, Shade, Render Houdini Light, Shade, Render M06: Creating a Light Rig Ari Danesh ari@sidefx.com Agenda More Managing Desktop (A Diversion) Looking at Existing Light Rig Digital Assets (Three Point Light) Creating our

More information

Sparklet Embedded GUI Library User Manual

Sparklet Embedded GUI Library User Manual 1 E M B I E N T E C H N O L O G I E S Sparklet Embedded GUI Library User Manual Embien Technologies No 3, Sankarapandian Street, Madurai, India 625017 www.embien.com 2 3 Table of Contents 1 Introduction...

More information

Strengths of Knox Manage Kiosk

Strengths of Knox Manage Kiosk 16 Kiosk Applications A kiosk application is an application that is installed on a stand-alone device, featuring a touchscreen interface that displays information, and used in public spaces or workplaces.

More information

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

Print Options. Locate Print Options. Print Options

Print Options. Locate Print Options. Print Options Print Options Print Options The Print option provides the functionality to preview, print, save, and email Quotes and Orders. Dealer logos and formatting are applied in various report templates to provide

More information

Reboot: Tizen Widget Framework. Hyun Ho, Kang Engineer Samsung Electronics. Copyright 2017 Samsung. All Rights Reserved.

Reboot: Tizen Widget Framework. Hyun Ho, Kang Engineer Samsung Electronics. Copyright 2017 Samsung. All Rights Reserved. Reboot: 1 Tizen Framework Hyun Ho, Kang Engineer Samsung Electronics Copyright 2017 Samsung. All Rights Reserved. Hello! My name is Hyun Ho, Kang. I m working for Samsung Electronics I m one of the Tizen

More information

Tizen Sensors (Tizen Ver. 2.3)

Tizen Sensors (Tizen Ver. 2.3) Tizen Sensors (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

edev Technologies integreat4tfs 2015 Update 2 Release Notes

edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies 11/18/2015 Table of Contents 1. INTRODUCTION... 2 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 DASHBOARD... 4 1. FEATURES...

More information

Canola Application and Framework diving into canola s extensible rich gui framework

Canola Application and Framework diving into canola s extensible rich gui framework Canola Application and Framework diving into canola s extensible rich gui framework Maemo Summit, October 10th, 2009 Gustavo Sverzut Barbieri agenda - introduction and history

More information

Table of Contents 2 Device Functions 4 Device Setup 8 Call Features 9 Voic Customize Your Device 12 Contacts 13 Messages 15 Connections

Table of Contents 2 Device Functions 4 Device Setup 8 Call Features 9 Voic Customize Your Device 12 Contacts 13 Messages 15 Connections Table of Contents 2 Device Functions 4 Device Setup 8 Call Features 9 Voicemail 10 Customize Your Device 12 Contacts 13 Messages 15 Connections 16 Apps & More 19 Security Device Functions Front View Front

More information

c360 Relationship Explorer/Charting User Guide

c360 Relationship Explorer/Charting User Guide c360 Relationship Explorer/Charting User Guide Microsoft Dynamics CRM 4.0 compatible c360 Solutions, Inc. www.c360.com Products@c360.com www.c360.com Page 1 12/21/2010 Table of Contents c360 Relationship

More information

David Talby March 21, 2006

David Talby March 21, 2006 David Talby Representing Data Structures Composite Flyweight Decorator Traversing Data Structures Iterator Visitor Documented Proved Design Experience Finding the right classes Finding them faster Common

More information

Release Notes Fiery PRO C-KM Color Server version 2.0

Release Notes Fiery PRO C-KM Color Server version 2.0 Release Notes Fiery PRO 80 65-55C-KM Color Server version 2.0 This document contains information about the Fiery PRO 80 65-55C-KM Color Server version 2.0 software. Before using the Fiery PRO 80 65-55C-KM

More information

MPLAB Harmony Graphics Libraries Help

MPLAB Harmony Graphics Libraries Help MPLAB Harmony Graphics Libraries Help MPLAB Harmony Integrated Software Framework 2013-2017 Microchip Technology Inc. All rights reserved. Graphics Libraries Help Graphics Libraries Help This topic provides

More information

Merits of QT for developing Imaging Applications UI

Merits of QT for developing Imaging Applications UI White Paper Merits of QT for developing Imaging Applications UI Amitkumar Sharma January 08, 2008 Trianz 2008 White Paper Page 1 Table of Contents 1.0 Executive Summary. ------------------------------------------------------------------------------------------------------------

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

When to use the Grid Manager

When to use the Grid Manager 第 1 页共 5 页 2015/6/8 8:02 back next The Grid geometry manager puts the widgets in a 2-dimensional table. The master widget is split into a number of rows and columns, and each cell in the resulting table

More information

COL106: Data Structures and Algorithms. Ragesh Jaiswal, IIT Delhi

COL106: Data Structures and Algorithms. Ragesh Jaiswal, IIT Delhi Stack and Queue How do we implement a Queue using Array? : A collection of nodes with linear ordering defined on them. Each node holds an element and points to the next node in the order. The first node

More information

TYPES OF INTERACTORS Prasun Dewan Department of Computer Science University of North Carolina at Chapel Hill

TYPES OF INTERACTORS Prasun Dewan Department of Computer Science University of North Carolina at Chapel Hill TYPES OF INTERACTORS Prasun Dewan Department of Computer Science University of North Carolina at Chapel Hill dewan@cs.unc.edu Code available at: https://github.com/pdewan/colabteaching PRE-REQUISITES Model-

More information

Drill Table. Summary. Availability. Modified by on 19-Nov Parent page: Objects

Drill Table. Summary. Availability. Modified by on 19-Nov Parent page: Objects Drill Table Old Content - visit altium.com/documentation Modified by on 19-Nov-2013 Parent page: Objects The Drill Table presents a live summary of all drill holes present in the board. Summary A standard

More information

LaunchStation Controller

LaunchStation Controller LaunchStation Controller Software Defined Labs Platform for Hybrid Network Management, Topology Orchestration, Advanced Automation, & Resource Utilization LaunchStation Overview Tokalabs LaunchStation

More information

A Design Recovery View - JFace vs. SWT. Abstract

A Design Recovery View - JFace vs. SWT. Abstract A Design Recovery View - JFace vs. SWT Technical Report 2009-564 Manar Alalfi School of computing- Queen s University Kingston, Ontario, Canada alalfi@cs.queensu.ca Abstract This paper presents an experience

More information

SERIOUS ABOUT SOFTWARE. Qt Core features. Timo Strömmer, May 26,

SERIOUS ABOUT SOFTWARE. Qt Core features. Timo Strömmer, May 26, SERIOUS ABOUT SOFTWARE Qt Core features Timo Strömmer, May 26, 2010 1 Contents C++ refresher Core features Object model Signals & slots Event loop Shared data Strings Containers Private implementation

More information

Contents Welcome to TDM digital signage... 3 Tizen version... 3 Functions... 4 Installation of Tizen app... 5 Support... 8

Contents Welcome to TDM digital signage... 3 Tizen version... 3 Functions... 4 Installation of Tizen app... 5 Support... 8 TDM Tizen Manual Contents Welcome to TDM digital signage... 3 Tizen version... 3 Functions... 4 Installation of Tizen app... 5 Support... 8 2 Welcome to TDM digital signage Thank you for your interest

More information

A web-based IDE for Java

A web-based IDE for Java A web-based IDE for Java Software Engineering Laboratory By: Supervised by: Marcel Bertsch Christian Estler Dr. Martin Nordio Prof. Dr. Bertrand Meyer Student Number: 09-928-896 Content 1 Introduction...3

More information

Review. Designing Interactive Systems II. Review. Base Window System. Apps UITK BWS GEL. 4-Layer Model Graphics and Event Library BWS GEL

Review. Designing Interactive Systems II. Review. Base Window System. Apps UITK BWS GEL. 4-Layer Model Graphics and Event Library BWS GEL Window Manager Base Window System Graphics & Event Library Hardware more abstract, application-/user- Applications User Interface Toolkit Review Designing Interactive Systems II 4-Layer Model Graphics

More information

Design Patterns in C++

Design Patterns in C++ Design Patterns in C++ Structural Patterns Giuseppe Lipari http://retis.sssup.it/~lipari Scuola Superiore Sant Anna Pisa March 23, 2011 G. Lipari (Scuola Superiore Sant Anna) Structural patterns March

More information

Drill Table. Summary. Modified by Phil Loughhead on 16-Jun Parent page: PCB Dialogs

Drill Table. Summary. Modified by Phil Loughhead on 16-Jun Parent page: PCB Dialogs Drill Table Old Content - visit altium.com/documentation Modified by Phil Loughhead on 16-Jun-2015 Parent page: PCB Dialogs The Drill Table Dialog. Summary A standard element required for manufacture of

More information

USER MANUAL. AXIS Camera Companion Mobile Viewing App

USER MANUAL. AXIS Camera Companion Mobile Viewing App AXIS Camera Companion USER MANUAL AXIS Camera Companion Mobile Viewing App AXIS Camera Companion Mobile Viewing App Created: September 23, 2014 Last updated: September 24, 2014 Axis Communications AXIS

More information

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang HTML5 Applications Made Easy on Tizen IVI Brian Jones / Jimmy Huang Obstacles IVI Developers Face Today Lots of hardware variety. Multiple operating systems Different input devices Software development

More information

Control and Automation for the Commercial Integrator

Control and Automation for the Commercial Integrator Control and Automation for the Commercial Integrator Premium, Profitable Control URC offers premium automation and control for your commercial installations. Attractive and intuitive user interfaces, custom

More information

E-IT Look-up Tools and Reports

E-IT Look-up Tools and Reports This manual will demonstrate how to look up and open current and past E-ITs and will also show how an IT initiator can run a formatted report for individual ITs Look-up Tools Default Org Approvers, Plus

More information

Ocean Wizards and Developers Tools in Visual Studio

Ocean Wizards and Developers Tools in Visual Studio Ocean Wizards and Developers Tools in Visual Studio For Geoscientists and Software Developers Published by Schlumberger Information Solutions, 5599 San Felipe, Houston Texas 77056 Copyright Notice Copyright

More information

EMBEDDED SYSTEMS PROGRAMMING Application Tip: Managing Screen Orientation

EMBEDDED SYSTEMS PROGRAMMING Application Tip: Managing Screen Orientation EMBEDDED SYSTEMS PROGRAMMING 2016-17 Application Tip: Managing Screen Orientation ORIENTATIONS Portrait Landscape Reverse portrait Reverse landscape ON REVERSE PORTRAIT Android: all four orientations are

More information

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

HTTP Communication on Tizen (Tizen Ver. 2.3)

HTTP Communication on Tizen (Tizen Ver. 2.3) HTTP Communication on Tizen (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

More information

Smart Logger II. User Guide SMART LOGGER II. Multichannel Call Recording and Monitoring System STC-S303. User Guide

Smart Logger II. User Guide SMART LOGGER II. Multichannel Call Recording and Monitoring System STC-S303. User Guide . SMART LOGGER II Multichannel Call Recording and Monitoring System STC-S303 Speech Technology Center, Ltd developed and successfully implemented a quality management system it now makes use of. The system

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

Programming Training. This Week: Tkinter for GUI Interfaces. Some examples

Programming Training. This Week: Tkinter for GUI Interfaces. Some examples Programming Training This Week: Tkinter for GUI Interfaces Some examples Tkinter Overview Set of widgets designed by John K. Ousterhout, 1987 Tkinter == Tool Kit Interface Mean to be driven by Tcl (Toolkit

More information

AET60 API version 1.4 February Introduction...3 Features...3 Application Programming Interface...4

AET60 API version 1.4 February Introduction...3 Features...3 Application Programming Interface...4 Version 1.4 02-2007 Unit 1008, 10th Floor, Hongkong International Trade and Exhibition Centre 1 Trademart Drive, Kowloon Bay, Hong Kong Tel: +852 2796 7873 Fax: +852 2796 1286 Email: info@acs.com.hk Website:

More information

Xamarin.Forms. Pages Building an Interface

Xamarin.Forms. Pages Building an Interface Xamarin.Forms Pages Building an Interface VS and Project Configuration VS: Tools Options only UWP only Android Solution Manage Nuget Packages for Solution Help About All projects Build Configuration Manager

More information

Topics in Mobile Computing

Topics in Mobile Computing Topics in Mobile Computing Workshop 1I - ios Fundamental Prepared by Y.H. KWOK What is ios? From Wikipedia (http://en.wikipedia.org/wiki/ios): ios is an operating system for iphone, ipad and Apple TV.

More information

NL VMUG UserCon 16 March 2017

NL VMUG UserCon 16 March 2017 NL VMUG UserCon 16 March 2017 Break-out session Pim van de Vis Now bring me that Horizon! Pim van de Vis Product Engineer, R&D EUC Bezig met EUC virtualisatie technieken, zoals VDI, Applicatie Virtualisatie

More information

Contents. 1. Using Cherry 1.1 Getting started 1.2 Logging in

Contents. 1. Using Cherry 1.1 Getting started 1.2 Logging in 1 Contents 1. Using Cherry 1.1 Getting started 1.2 Logging in 2. Site Page Hierarchy Management 2.1 Page Addition 2.2 Page Deletion 2.3 Editing Page Details 3. Page Content Modification 3.1 Page Revisions

More information

Perceptive Interact for Salesforce Enterprise

Perceptive Interact for Salesforce Enterprise Perceptive Interact for Salesforce Enterprise Installation and Setup Guide Version: 3.x.x Written by: Product Knowledge, R&D Date: April 2018 Copyright 2015-2018 Hyland Software, Inc. and its affiliates.

More information

USER GUIDE. BrightSign Network WebUI Version 3.1. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA

USER GUIDE. BrightSign Network WebUI Version 3.1. BrightSign, LLC Lark Ave., Suite 200 Los Gatos, CA USER GUIDE BrightSign Network WebUI Version 3.1 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction 1 What Can I Do with the WebUI?

More information