PowerPoint 프레젠테이션 · 2019. 9. 10. · Samsung Group Play SDK Samsung [AP SDK Samsung...

Post on 01-Jan-2021

21 views 0 download

Transcript of PowerPoint 프레젠테이션 · 2019. 9. 10. · Samsung Group Play SDK Samsung [AP SDK Samsung...

PART 01

PART 02

PART 03

PART 04

PART 05

PART 01

Wearable Application Development Guide

API Reference and Programming Guides

accesssory.jar

Integration Guidelines

UI Guidelines for Web App Development

HelloGear

SDK

SDK

SDK

PART 02

Gear

PART 03

% sdb devices

% sdb shell

% sdb help

PART 04

SA.initialize()

SAAgent.findPeerAgents()

SAAgent.onFindPeerAgentResponse()

SAAgent.requestServiceConnection()

SASocket.send()

SASocket.close()

SA.initialize()

SAAgent.onServiceConnectionResponse()

SASocket.onReceive()

<uses-permission

android:name />

<tizen:privilege name=

"http://developer.samsung.com

/privilege/accessoryprotocol"/>

function () {

window.addEventListener( 'tizenhwkey', function( ev ) {

if( ev.keyName == "back" ) {

var page = document.getElementsByClassName( 'ui-page-active' )[0],

pageid = page ? page.id : "";

if( pageid === "main" ) {

tizen.application.getCurrentApplication().exit();

} else {

window.history.back();

}

}

} );

}

API set includes device specific (sensors),

industry standard (media), and UI widgets

Jquery.js, Hammer.js, etc

PART 05

Android App != Gear App

Take advantage of swiping motions

Build for Offline Mode

Samsung Remote Test Lab

Web Preview