From 6fc712c2f5ec2db0b6ef879b0b2d7682da7e8709 Mon Sep 17 00:00:00 2001 From: Boyeon Son Date: Tue, 26 Apr 2016 10:59:44 +0900 Subject: [PATCH] [ClassicWatch] doc revised Change-Id: I046d8af400edc45463c6fe1577d3e92eb855ac3c --- org.tizen.sampledescriptions/html/wearable_w/classicwatch_ww.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.tizen.sampledescriptions/html/wearable_w/classicwatch_ww.htm b/org.tizen.sampledescriptions/html/wearable_w/classicwatch_ww.htm index 27581f5..57f9244 100644 --- a/org.tizen.sampledescriptions/html/wearable_w/classicwatch_ww.htm +++ b/org.tizen.sampledescriptions/html/wearable_w/classicwatch_ww.htm @@ -32,14 +32,14 @@

Classic Watch Sample Overview

-

The Classic Watch sample application demonstrates how you can implement a simple watchface application.

+

The Classic Watch sample application demonstrates how to implement Tizen official classic watchface app with full functionality.

For information on creating the sample application project in the IDE, see Creating Web Sample Applications.

The following figure illustrates the main screen of the Classic Watch application.

Figure: Classic Watch screen

Classic Watch screen

-

The application opens with the main screen that shows the current time in an analog watchface.

+

The application opens with the main screen that shows the current time.

Source Files

@@ -72,7 +72,7 @@

Implementation

Defining the Category for Watchface Application

-

The config.xml must contain a specific category (http://tizen.org/category/wearable_clock) for watchface applications.

+

The config.xml contains a specific category (http://tizen.org/category/wearable_clock) for watchface applications.

 <!--config.xml-->
 
-- 
2.7.4