From e44cfe30fa2af93afb54e0228e940346702a5ea2 Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Mon, 25 Jan 2016 17:18:13 +0900 Subject: [PATCH] [web API] apply new category to improve API usability Change-Id: I6fd4c2c2c1d1597f26887aebe6bdd85b866ec9f8 --- .../html/web/details/tizen_apis_w.htm | 119 +++++++++------------ .../html/mobile_w/accountmanager_mw.htm | 2 +- .../html/mobile_w/archivemanager_mw.htm | 2 +- .../html/mobile_w/bluetoothchat_mw.htm | 6 +- .../html/mobile_w/chatter_mw.htm | 6 +- .../html/mobile_w/contactsexchanger_mw.htm | 6 +- .../html/mobile_w/filemanager_mw.htm | 6 +- .../html/mobile_w/fmradio_mw.htm | 2 +- .../html/mobile_w/sd_mw.htm | 8 +- .../html/wearable_w/filemanager_ww.htm | 2 +- org.tizen.tutorials/html/index.htm | 106 +++++++++--------- .../{social => account}/account_tutorial_w.htm | 2 +- .../html/web/tizen/application/app_tutorials_w.htm | 18 ++-- .../tizen/{ui => application}/badge_tutorial_w.htm | 2 +- .../{ui => application}/inputdevice_tutorial_w.htm | 2 +- .../message_port_tutorial_w.htm | 2 +- .../tizen/{ui => application}/noti_tutorial_w.htm | 6 +- .../{input_output => base}/archive_tutorial_w.htm | 2 +- .../base_tutorials_w.htm} | 16 +-- .../filesystem_tutorial_w.htm | 2 +- .../{input_output => base}/task_filemanager_w.htm | 2 +- .../tizen_tutorial_w.htm} | 2 +- .../html/web/tizen/content/download_tutorial_w.htm | 2 +- .../messaging_tutorial_w.htm | 20 ++-- .../web/tizen/messaging/messaging_tutorials_w.htm | 66 ++++++++++++ .../push_tutorial_w.htm | 20 ++-- .../task_chatter_w.htm | 4 +- .../{system => multimedia}/fm_radio_tutorial_w.htm | 2 +- .../tizen/multimedia/multimedia_tutorials_w.htm | 3 +- .../bluetooth_tutorial_w.htm | 20 ++-- .../network_tutorials_w.htm} | 36 +++---- .../{communication => network}/nfc_tutorial_w.htm | 4 +- .../secure_element_tutorial_w.htm | 20 ++-- .../task_bluetoothchat_w.htm | 2 +- .../task_contactsexchanger_w.htm | 2 +- .../html/web/tizen/social/social_tutorials_w.htm | 3 +- .../media_key_tutorial_w.htm | 2 +- .../html/web/tizen/system/system_tutorials_w.htm | 2 +- .../html/web/tizen/tutorials_tizen_w.htm | 20 ++-- .../html/web/tizen/ui/ui_tutorials_w.htm | 70 ------------ org.tizen.tutorials/index.xml | 76 ++++++------- .../html/device_api/mobile/index.html | 2 +- .../html/device_api/mobile/tizen/account.html | 2 +- .../html/device_api/mobile/tizen/archive.html | 2 +- .../html/device_api/mobile/tizen/badge.html | 2 +- .../html/device_api/mobile/tizen/bluetooth.html | 4 +- .../html/device_api/mobile/tizen/filesystem.html | 2 +- .../html/device_api/mobile/tizen/fmradio.html | 2 +- .../html/device_api/mobile/tizen/mediakey.html | 2 +- .../html/device_api/mobile/tizen/messageport.html | 2 +- .../html/device_api/mobile/tizen/messaging.html | 2 +- .../html/device_api/mobile/tizen/nfc.html | 4 +- .../html/device_api/mobile/tizen/notification.html | 2 +- .../html/device_api/mobile/tizen/push.html | 4 +- .../html/device_api/mobile/tizen/se.html | 2 +- .../html/device_api/mobile/tizen/tizen.html | 2 +- .../html/device_api/wearable/index.html | 2 +- .../html/device_api/wearable/tizen/archive.html | 2 +- .../html/device_api/wearable/tizen/badge.html | 2 +- .../html/device_api/wearable/tizen/bluetooth.html | 4 +- .../html/device_api/wearable/tizen/filesystem.html | 2 +- .../html/device_api/wearable/tizen/mediakey.html | 2 +- .../device_api/wearable/tizen/messageport.html | 2 +- .../html/device_api/wearable/tizen/nfc.html | 4 +- .../device_api/wearable/tizen/notification.html | 2 +- .../html/device_api/wearable/tizen/push.html | 4 +- .../html/device_api/wearable/tizen/se.html | 2 +- org.tizen.web.apireference/html/index.htm | 80 +++++++------- org.tizen.web.apireference/index.xml | 8 +- 69 files changed, 408 insertions(+), 439 deletions(-) rename org.tizen.tutorials/html/web/tizen/{social => account}/account_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{ui => application}/badge_tutorial_w.htm (98%) rename org.tizen.tutorials/html/web/tizen/{ui => application}/inputdevice_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{input_output => application}/message_port_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{ui => application}/noti_tutorial_w.htm (96%) rename org.tizen.tutorials/html/web/tizen/{input_output => base}/archive_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{input_output/io_tutorials_w.htm => base/base_tutorials_w.htm} (84%) rename org.tizen.tutorials/html/web/tizen/{input_output => base}/filesystem_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{input_output => base}/task_filemanager_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{tizen/tizen_tutorials_w.htm => base/tizen_tutorial_w.htm} (99%) rename org.tizen.tutorials/html/web/tizen/{communication => messaging}/messaging_tutorial_w.htm (99%) create mode 100644 org.tizen.tutorials/html/web/tizen/messaging/messaging_tutorials_w.htm rename org.tizen.tutorials/html/web/tizen/{communication => messaging}/push_tutorial_w.htm (98%) rename org.tizen.tutorials/html/web/tizen/{communication => messaging}/task_chatter_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{system => multimedia}/fm_radio_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{communication => network}/bluetooth_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{communication/comm_tutorials_w.htm => network/network_tutorials_w.htm} (75%) rename org.tizen.tutorials/html/web/tizen/{communication => network}/nfc_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{communication => network}/secure_element_tutorial_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{communication => network}/task_bluetoothchat_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{communication => network}/task_contactsexchanger_w.htm (99%) rename org.tizen.tutorials/html/web/tizen/{multimedia => system}/media_key_tutorial_w.htm (98%) delete mode 100644 org.tizen.tutorials/html/web/tizen/ui/ui_tutorials_w.htm diff --git a/org.tizen.gettingstarted/html/web/details/tizen_apis_w.htm b/org.tizen.gettingstarted/html/web/details/tizen_apis_w.htm index 38aaa19..f6488da 100644 --- a/org.tizen.gettingstarted/html/web/details/tizen_apis_w.htm +++ b/org.tizen.gettingstarted/html/web/details/tizen_apis_w.htm @@ -48,18 +48,18 @@ Documentation - Tizen + Base This API contain classes and interfaces that provide a set of basic definitions and interfaces that are used in the Tizen Device API.

You can use filters and sorting modes for query methods, generic success and error event handlers, a generic error interface, and a simple coordinate interface for defining location information.

- Application + Application Framework These APIs contain classes and interfaces that enable you to manage alarm, application, and package features.

You can schedule an application to be run at a specific time, retrieve information about the applications installed or running on the device, and enable package management.

@@ -70,17 +70,6 @@ - Communication - These APIs contain classes and interfaces that enable you to manage Bluetooth, messaging, NFC (Near Field Communication), push, and secure element features. -

You can transfer data over a Bluetooth connection, send and receive messages, share contacts, photos, and videos using NFC, receive push notifications from a push server, and access secure elements, such as SIM card and secure SD card, in a device.

- - - - Content These APIs contain classes and interfaces that enable you to manage content and download features.

You can search and manage multimedia content locally, download files from the Internet, and monitor the download progress and status.

@@ -92,14 +81,14 @@ - Input/Output - These APIs contain classes and interfaces that enable you to manage file system and message port features. -

You can access specific parts of the device file system, archive files, and send and receive messages through message ports.

+ Messaging + These APIs contain classes and interfaces and methods for managing SMS, MMS, and email messages. +

You can send and receive messages, receive push notifications from a push server

@@ -113,7 +102,17 @@
  • API Reference: Multimedia
  • - + + Network + These APIs contain classes and interfaces that enable you to manage Bluetooth, messaging, NFC (Near Field Communication), push, and secure element features. +

    You can transfer data over a Bluetooth connection, share contacts, photos, and videos using NFC, and access secure elements, such as SIM card and secure SD card, in a device.

    + + + Social These APIs contain classes and interfaces that enable you to manage bookmark, calendar, call history, contact, and data synchronization features. @@ -137,17 +136,6 @@ - User Interface - These APIs contain classes and interfaces that enable you to manage badge and notification features. -

    You can manage and monitor badge numbers, and create and manage notifications about application events.

    - - - - Web UI Framework These APIs contain classes and interfaces that enable you to manage the Tizen Advanced UI (TAU) features.

    You can create and manage various kinds of UI components.

    @@ -177,36 +165,25 @@ Documentation - Tizen + Base This API contain classes and interfaces that provide a set of basic definitions and interfaces that are used in the Tizen Device API.

    You can use filters and sorting modes for query methods, generic success and error event handlers, a generic error interface, and a simple coordinate interface for defining location information.

    - Application + Application Framework These APIs contain classes and interfaces that enable you to manage alarm, application, and package features.

    You can schedule an application to be run at a specific time, retrieve information about the applications installed or running on the device, and enable package management.

    - - - Communication - These APIs contain classes and interfaces that enable you to manage Bluetooth, NFC (Near Field Communication), push, and secure element features. -

    You can transfer data over a Bluetooth connection, share contacts, photos, and videos using NFC, receive push notifications from a push server, and access secure elements, such as SIM card and secure SD card, in a device.

    - - @@ -220,15 +197,15 @@
  • API Reference: Content
  • - - Input/Output - These APIs contain classes and interfaces that enable you to manage file system and message port features. -

    You can access specific parts of the device file system, archive files, and send and receive messages through message ports.

    + + Messaging + These APIs contain classes and interfaces and methods for managing SMS, MMS, and email messages. +

    You can send and receive messages, receive push notifications from a push server

    @@ -242,6 +219,17 @@
  • API Reference: Multimedia
  • + + Network + These APIs contain classes and interfaces that enable you to manage Bluetooth, NFC (Near Field Communication), push, and secure element features. +

    You can transfer data over a Bluetooth connection, share contacts, photos, and videos using NFC, and access secure elements, such as SIM card and secure SD card, in a device.

    + + + System These APIs contain classes and interfaces that enable you to manage power, system information and setting, and time features. @@ -254,17 +242,6 @@ - User Interface - These APIs contain classes and interfaces that enable you to manage badge and notification features. -

    You can manage and monitor badge numbers, and create and manage notifications about application events.

    - - - - Web UI Framework These APIs contain classes and interfaces that enable you to manage the Tizen Advanced UI (TAU) features.

    You can create and manage various kinds of UI components.

    diff --git a/org.tizen.sampledescriptions/html/mobile_w/accountmanager_mw.htm b/org.tizen.sampledescriptions/html/mobile_w/accountmanager_mw.htm index 3b83b0a..5fd3968 100644 --- a/org.tizen.sampledescriptions/html/mobile_w/accountmanager_mw.htm +++ b/org.tizen.sampledescriptions/html/mobile_w/accountmanager_mw.htm @@ -24,7 +24,7 @@
    diff --git a/org.tizen.sampledescriptions/html/mobile_w/archivemanager_mw.htm b/org.tizen.sampledescriptions/html/mobile_w/archivemanager_mw.htm index e66327c..4a89736 100644 --- a/org.tizen.sampledescriptions/html/mobile_w/archivemanager_mw.htm +++ b/org.tizen.sampledescriptions/html/mobile_w/archivemanager_mw.htm @@ -24,7 +24,7 @@

    Related Info

    diff --git a/org.tizen.sampledescriptions/html/mobile_w/bluetoothchat_mw.htm b/org.tizen.sampledescriptions/html/mobile_w/bluetoothchat_mw.htm index edd0354..63533d8 100644 --- a/org.tizen.sampledescriptions/html/mobile_w/bluetoothchat_mw.htm +++ b/org.tizen.sampledescriptions/html/mobile_w/bluetoothchat_mw.htm @@ -24,8 +24,8 @@

    Related Info

      -
    • Bluetooth Guide
    • -
    • Bluetooth Tutorial
    • +
    • Bluetooth Guide
    • +
    • Bluetooth Tutorial
    • Bluetooth API
    • Application API
    • Filesystem API
    • @@ -36,7 +36,7 @@

      BluetoothChat Sample Overview

      The BluetoothChat sample application demonstrates how you can create a chat application that uses a Bluetooth connection for sending messages.

      -

      For information on creating the sample application project in the IDE, see Creating Sample Applications, and on the coding of the sample application, see Bluetooth Chat task.

      +

      For information on creating the sample application project in the IDE, see Creating Sample Applications, and on the coding of the sample application, see Bluetooth Chat task.

      The following figure illustrates the main screens of the BluetoothChat.

      Figure: BluetoothChat screens

      BluetoothChat screens

      diff --git a/org.tizen.sampledescriptions/html/mobile_w/chatter_mw.htm b/org.tizen.sampledescriptions/html/mobile_w/chatter_mw.htm index 62708c3..7797c95 100644 --- a/org.tizen.sampledescriptions/html/mobile_w/chatter_mw.htm +++ b/org.tizen.sampledescriptions/html/mobile_w/chatter_mw.htm @@ -24,8 +24,8 @@

      Related Info

        -
      • Messaging Guide
      • -
      • Messaging Tutorial
      • +
      • Messaging Guide
      • +
      • Messaging Tutorial
      • Messaging API
      • Application API
      • Contact API
      • @@ -36,7 +36,7 @@

        Chatter Sample Overview

        The Chatter sample application demonstrates how you can send and receive text messages between devices and view the message history of a specific caller.

        -

        For information on creating the sample application project in the IDE, see Creating Sample Applications, and on the coding of the sample application, see Chatter task.

        +

        For information on creating the sample application project in the IDE, see Creating Sample Applications, and on the coding of the sample application, see Chatter task.

        The following figure illustrates the main screens of the Chatter.

        Figure: Chatter screens

        Chatter screens

        diff --git a/org.tizen.sampledescriptions/html/mobile_w/contactsexchanger_mw.htm b/org.tizen.sampledescriptions/html/mobile_w/contactsexchanger_mw.htm index 6f91563..a86cc95 100644 --- a/org.tizen.sampledescriptions/html/mobile_w/contactsexchanger_mw.htm +++ b/org.tizen.sampledescriptions/html/mobile_w/contactsexchanger_mw.htm @@ -24,8 +24,8 @@

        Related Info

          -
        • NFC Guide
        • -
        • NFC Tutorial
        • +
        • NFC Guide
        • +
        • NFC Tutorial
        • NFC API
        • Application API
        • Contact API
        • @@ -37,7 +37,7 @@

          ContactsExchanger Sample Overview

          The ContactsExchanger sample application demonstrates how you can share contact card details between 2 NFC (Near Field Communication) devices or through an NFC tag.

          -

          For information on creating the sample application project in the IDE, see Creating Sample Applications, and on the coding of the sample application, see Contacts Exchanger task.

          +

          For information on creating the sample application project in the IDE, see Creating Sample Applications, and on the coding of the sample application, see Contacts Exchanger task.

          The following figure illustrates the main screens of the ContactsExchanger.

          Figure: ContactsExchanger screens

          ContactsExchanger screens

          diff --git a/org.tizen.sampledescriptions/html/mobile_w/filemanager_mw.htm b/org.tizen.sampledescriptions/html/mobile_w/filemanager_mw.htm index 93a6ae0..fb2295b 100644 --- a/org.tizen.sampledescriptions/html/mobile_w/filemanager_mw.htm +++ b/org.tizen.sampledescriptions/html/mobile_w/filemanager_mw.htm @@ -24,8 +24,8 @@ @@ -34,7 +34,7 @@

          FileManager Sample Overview

          The FileManager sample application demonstrates how you can manage the files stored on the device.

          -

          For information on creating the sample application project in the IDE, see Creating Sample Applications, and on the coding of the sample application, see File Manager task.

          +

          For information on creating the sample application project in the IDE, see Creating Sample Applications, and on the coding of the sample application, see File Manager task.

          The following figure illustrates the main screens of the FileManager.

          Figure: FileManager screens

          FileManager screens

          diff --git a/org.tizen.sampledescriptions/html/mobile_w/fmradio_mw.htm b/org.tizen.sampledescriptions/html/mobile_w/fmradio_mw.htm index 6a52839..b3c7a1f 100644 --- a/org.tizen.sampledescriptions/html/mobile_w/fmradio_mw.htm +++ b/org.tizen.sampledescriptions/html/mobile_w/fmradio_mw.htm @@ -24,7 +24,7 @@ diff --git a/org.tizen.sampledescriptions/html/mobile_w/sd_mw.htm b/org.tizen.sampledescriptions/html/mobile_w/sd_mw.htm index 9d0daee..b1ce5f3 100644 --- a/org.tizen.sampledescriptions/html/mobile_w/sd_mw.htm +++ b/org.tizen.sampledescriptions/html/mobile_w/sd_mw.htm @@ -67,7 +67,7 @@
        • Bluetooth API
        • Application API
        • Filesystem API
        • -

        This sample is also explained in the tutorials: Task: Bluetooth Chat.

        +

      This sample is also explained in the tutorials: Task: Bluetooth Chat.

      Calculator @@ -101,7 +101,7 @@
    • Application API
    • Contact API
    -

    This sample is also explained in the tutorials: Task: Chatter.

    +

    This sample is also explained in the tutorials: Task: Chatter.

    Compass @@ -129,7 +129,7 @@
  • Contact API
  • System Information API
  • -

    This sample is also explained in the tutorials: Task: Contacts Exchanger.

    +

    This sample is also explained in the tutorials: Task: Contacts Exchanger.

    DownloadManager @@ -161,7 +161,7 @@ Demonstrates how you can access the files stored on the device using:

    This sample is also explained in the tutorials: Task: File Manager.

    +

    This sample is also explained in the tutorials: Task: File Manager.

    Flashlight diff --git a/org.tizen.sampledescriptions/html/wearable_w/filemanager_ww.htm b/org.tizen.sampledescriptions/html/wearable_w/filemanager_ww.htm index fb8460d..8b78515 100644 --- a/org.tizen.sampledescriptions/html/wearable_w/filemanager_ww.htm +++ b/org.tizen.sampledescriptions/html/wearable_w/filemanager_ww.htm @@ -22,7 +22,7 @@ diff --git a/org.tizen.tutorials/html/index.htm b/org.tizen.tutorials/html/index.htm index 55e3757..7fc3b5e 100644 --- a/org.tizen.tutorials/html/index.htm +++ b/org.tizen.tutorials/html/index.htm @@ -26,37 +26,31 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/application/app_tutorials_w.htm b/org.tizen.tutorials/html/web/tizen/application/app_tutorials_w.htm index 0bce714..dd8d6aa 100644 --- a/org.tizen.tutorials/html/web/tizen/application/app_tutorials_w.htm +++ b/org.tizen.tutorials/html/web/tizen/application/app_tutorials_w.htm @@ -11,7 +11,7 @@ - Application: Controlling Your Applications + Application Framework: Controlling Your Applications @@ -23,22 +23,26 @@ -
    +
    -

    Application: Controlling Your Applications

    +

    Application Framework: Controlling Your Applications

    The application management tutorials demonstrate how to use the following features in creating Tizen Web applications:

    diff --git a/org.tizen.tutorials/html/web/tizen/ui/badge_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/application/badge_tutorial_w.htm similarity index 98% rename from org.tizen.tutorials/html/web/tizen/ui/badge_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/application/badge_tutorial_w.htm index c166b84..86145f4 100644 --- a/org.tizen.tutorials/html/web/tizen/ui/badge_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/application/badge_tutorial_w.htm @@ -28,7 +28,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/ui/inputdevice_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/application/inputdevice_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/ui/inputdevice_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/application/inputdevice_tutorial_w.htm index b5f58fd..55b150e 100644 --- a/org.tizen.tutorials/html/web/tizen/ui/inputdevice_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/application/inputdevice_tutorial_w.htm @@ -29,7 +29,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/input_output/message_port_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/application/message_port_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/input_output/message_port_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/application/message_port_tutorial_w.htm index f4e4173..2622c29 100644 --- a/org.tizen.tutorials/html/web/tizen/input_output/message_port_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/application/message_port_tutorial_w.htm @@ -28,7 +28,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/ui/noti_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/application/noti_tutorial_w.htm similarity index 96% rename from org.tizen.tutorials/html/web/tizen/ui/noti_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/application/noti_tutorial_w.htm index c1b05dd..9967c8e 100644 --- a/org.tizen.tutorials/html/web/tizen/ui/noti_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/application/noti_tutorial_w.htm @@ -29,7 +29,7 @@

    Related Info

    @@ -73,7 +73,7 @@ var notificationDict =    /* Application control to be launched when the user selects the notification */    appControl: appControl }; -

    The path in the iconPath and soundPath parameters means a relative file location defined in the Filesystem API (in mobile and wearable applications). The path is not an absolute file location, but instead uses a virtual root location (such as images in images/image1.jpg).

    +

    The path in the iconPath and soundPath parameters means a relative file location defined in the Filesystem API (in mobile and wearable applications). The path is not an absolute file location, but instead uses a virtual root location (such as images in images/image1.jpg).

  • To be able to display the notification, create a StatusNotification object (in mobile and wearable applications) with the status notification type, title, and the additional notification properties defined in the previous step.

     var notification = new tizen.StatusNotification("SIMPLE", "Simple notification", notificationDict);
     
  • @@ -100,7 +100,7 @@ var notificationDict =    progressType: "PERCENTAGE",    progressValue: 0 }; -

    The path in the iconPath and soundPath parameters means a file location defined in the Filesystem API (in mobile and wearable applications). The path is not an absolute file location, but instead uses a virtual root location (such as images in images/image1.jpg).

    +

    The path in the iconPath and soundPath parameters means a file location defined in the Filesystem API (in mobile and wearable applications). The path is not an absolute file location, but instead uses a virtual root location (such as images in images/image1.jpg).

  • To be able to display the notification, create a StatusNotification object (in mobile and wearable applications) with the status notification type, title, and the additional notification properties defined in the previous step:

     var notification = new tizen.StatusNotification("PROGRESS", "Progress notification", notificationDict);
     
  • diff --git a/org.tizen.tutorials/html/web/tizen/input_output/archive_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/base/archive_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/input_output/archive_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/base/archive_tutorial_w.htm index 4fbb000..7a74a9d 100644 --- a/org.tizen.tutorials/html/web/tizen/input_output/archive_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/base/archive_tutorial_w.htm @@ -29,7 +29,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/input_output/io_tutorials_w.htm b/org.tizen.tutorials/html/web/tizen/base/base_tutorials_w.htm similarity index 84% rename from org.tizen.tutorials/html/web/tizen/input_output/io_tutorials_w.htm rename to org.tizen.tutorials/html/web/tizen/base/base_tutorials_w.htm index 0c778e3..e7a12d3 100644 --- a/org.tizen.tutorials/html/web/tizen/input_output/io_tutorials_w.htm +++ b/org.tizen.tutorials/html/web/tizen/base/base_tutorials_w.htm @@ -11,7 +11,7 @@ - Input/Output: Processing Input and Output + Base: Managing the Basic Tizen Features @@ -23,21 +23,21 @@
    -

    Input/Output: Processing Input and Output

    +

    Base: Managing the Basic Tizen Features

    -

    The input/output tutorials demonstrate how to use the following features in creating Tizen Web applications:

    -
      +

      The base tutorials demonstrate how to use the following features in creating Tizen Web applications:

      + diff --git a/org.tizen.tutorials/html/web/tizen/input_output/filesystem_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/base/filesystem_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/input_output/filesystem_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/base/filesystem_tutorial_w.htm index a0d4cd8..7ef1b3a 100644 --- a/org.tizen.tutorials/html/web/tizen/input_output/filesystem_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/base/filesystem_tutorial_w.htm @@ -34,7 +34,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/input_output/task_filemanager_w.htm b/org.tizen.tutorials/html/web/tizen/base/task_filemanager_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/input_output/task_filemanager_w.htm rename to org.tizen.tutorials/html/web/tizen/base/task_filemanager_w.htm index 595b4ae..d74bcc2 100644 --- a/org.tizen.tutorials/html/web/tizen/input_output/task_filemanager_w.htm +++ b/org.tizen.tutorials/html/web/tizen/base/task_filemanager_w.htm @@ -30,7 +30,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/tizen/tizen_tutorials_w.htm b/org.tizen.tutorials/html/web/tizen/base/tizen_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/tizen/tizen_tutorials_w.htm rename to org.tizen.tutorials/html/web/tizen/base/tizen_tutorial_w.htm index ba0d96e..8ed8d77 100644 --- a/org.tizen.tutorials/html/web/tizen/tizen/tizen_tutorials_w.htm +++ b/org.tizen.tutorials/html/web/tizen/base/tizen_tutorial_w.htm @@ -38,7 +38,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/content/download_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/content/download_tutorial_w.htm index 876ce6c..c432cf1 100644 --- a/org.tizen.tutorials/html/web/tizen/content/download_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/content/download_tutorial_w.htm @@ -61,7 +61,7 @@
    1. Create an instance of the DownloadRequest interface (in mobile and wearable applications) that defines the URL of the file to be downloaded:

       var downloadRequest = new tizen.DownloadRequest("http://download.tizen.org/tools/README.txt", "downloads");
      -

      The final parameter (downloads) defines the folder where the downloaded content is stored. The parameter uses a relative folder location defined in the Filesystem API (in mobile and wearable applications). The folder is not an absolute folder location, but instead uses a virtual root location (downloads is the default download location in the virtual root).

    2. +

      The final parameter (downloads) defines the folder where the downloaded content is stored. The parameter uses a relative folder location defined in the Filesystem API (in mobile and wearable applications). The folder is not an absolute folder location, but instead uses a virtual root location (downloads is the default download location in the virtual root).

    3. It is not possible to download anything when the device is not connected to a network. To check whether any connection is available, use the getPropertyValue() method of the SystemInfo interface (in mobile and wearable applications):

       tizen.systeminfo.getPropertyValue("NETWORK", function(networkInfo)
      diff --git a/org.tizen.tutorials/html/web/tizen/communication/messaging_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/messaging/messaging_tutorial_w.htm
      similarity index 99%
      rename from org.tizen.tutorials/html/web/tizen/communication/messaging_tutorial_w.htm
      rename to org.tizen.tutorials/html/web/tizen/messaging/messaging_tutorial_w.htm
      index 334ec40..8fe21f1 100644
      --- a/org.tizen.tutorials/html/web/tizen/communication/messaging_tutorial_w.htm
      +++ b/org.tizen.tutorials/html/web/tizen/messaging/messaging_tutorial_w.htm
      @@ -35,7 +35,7 @@
               
               

      Related Info

    @@ -369,15 +369,15 @@ watchId = msgService.messageStorage.addMessagesChangeListener(messageChangeCallb
    - diff --git a/org.tizen.tutorials/html/web/tizen/messaging/messaging_tutorials_w.htm b/org.tizen.tutorials/html/web/tizen/messaging/messaging_tutorials_w.htm new file mode 100644 index 0000000..cfa8c4c --- /dev/null +++ b/org.tizen.tutorials/html/web/tizen/messaging/messaging_tutorials_w.htm @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + Messaging: Managing and Receiving SMS, MMS, and Email Messages + + + + +
    +
    +

    Mobile Web Wearable Web

    +
    + +
    + +
    +

    Messaging: Managing and Receiving SMS, MMS, and Email Messages

    + +

    The messaging tutorials demonstrate how to use the following features in creating Tizen Web applications:

    + + + + + + +
    + +Go to top + + + + + + + diff --git a/org.tizen.tutorials/html/web/tizen/communication/push_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/messaging/push_tutorial_w.htm similarity index 98% rename from org.tizen.tutorials/html/web/tizen/communication/push_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/messaging/push_tutorial_w.htm index 18f0655..f6f6d72 100644 --- a/org.tizen.tutorials/html/web/tizen/communication/push_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/messaging/push_tutorial_w.htm @@ -28,7 +28,7 @@

    Related Info

    @@ -100,15 +100,15 @@ function notificationCallback(noti) - diff --git a/org.tizen.tutorials/html/web/tizen/communication/task_chatter_w.htm b/org.tizen.tutorials/html/web/tizen/messaging/task_chatter_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/communication/task_chatter_w.htm rename to org.tizen.tutorials/html/web/tizen/messaging/task_chatter_w.htm index 3a3caf9..d994563 100644 --- a/org.tizen.tutorials/html/web/tizen/communication/task_chatter_w.htm +++ b/org.tizen.tutorials/html/web/tizen/messaging/task_chatter_w.htm @@ -32,8 +32,8 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/system/fm_radio_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/multimedia/fm_radio_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/system/fm_radio_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/multimedia/fm_radio_tutorial_w.htm index 7423ac8..c792f0f 100644 --- a/org.tizen.tutorials/html/web/tizen/system/fm_radio_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/multimedia/fm_radio_tutorial_w.htm @@ -28,7 +28,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/multimedia/multimedia_tutorials_w.htm b/org.tizen.tutorials/html/web/tizen/multimedia/multimedia_tutorials_w.htm index 5095ca9..7bd8566 100644 --- a/org.tizen.tutorials/html/web/tizen/multimedia/multimedia_tutorials_w.htm +++ b/org.tizen.tutorials/html/web/tizen/multimedia/multimedia_tutorials_w.htm @@ -35,7 +35,8 @@

    The multimedia tutorials demonstrate how to use the following features in creating Tizen Web applications:

    diff --git a/org.tizen.tutorials/html/web/tizen/communication/bluetooth_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/network/bluetooth_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/communication/bluetooth_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/network/bluetooth_tutorial_w.htm index 1c129fe..f8c30b2 100644 --- a/org.tizen.tutorials/html/web/tizen/communication/bluetooth_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/network/bluetooth_tutorial_w.htm @@ -43,7 +43,7 @@

    Related Info

    @@ -714,15 +714,15 @@ descriptor.writeValue(newValue, writeSuccess, writeFail); - diff --git a/org.tizen.tutorials/html/web/tizen/communication/comm_tutorials_w.htm b/org.tizen.tutorials/html/web/tizen/network/network_tutorials_w.htm similarity index 75% rename from org.tizen.tutorials/html/web/tizen/communication/comm_tutorials_w.htm rename to org.tizen.tutorials/html/web/tizen/network/network_tutorials_w.htm index e951a6e..88c1c87 100644 --- a/org.tizen.tutorials/html/web/tizen/communication/comm_tutorials_w.htm +++ b/org.tizen.tutorials/html/web/tizen/network/network_tutorials_w.htm @@ -11,7 +11,7 @@ - Communication: Connecting to the Network and Communicating with Messages + Network: Connecting to the Network and Communicating with Messages @@ -23,29 +23,23 @@
    -

    Communication: Connecting to the Network and Communicating with Messages

    +

    Network: Connecting to the Network and Communicating with Messages

    -

    The communication tutorials demonstrate how to use the following features in creating Tizen Web applications:

    +

    The Network tutorials demonstrate how to use the following features in creating Tizen Web applications:

    - -

    The following tutorials apply in mobile applications only:

    - @@ -59,15 +53,15 @@
    - diff --git a/org.tizen.tutorials/html/web/tizen/communication/nfc_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/network/nfc_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/communication/nfc_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/network/nfc_tutorial_w.htm index 2b9c657..1688d13 100644 --- a/org.tizen.tutorials/html/web/tizen/communication/nfc_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/network/nfc_tutorial_w.htm @@ -36,7 +36,7 @@

    Related Info

    @@ -48,7 +48,7 @@

    This tutorial demonstrates how you can use NFC connectivity to detect NFC tags and exchange data with NFC-enabled devices.

    -

    The NFC API is optional for both Tizen mobile and wearable profiles, which means that it may not be supported in all mobile and wearable devices. The NFC API is supported on all Tizen Emulators.

    +

    The NFC API is optional for both Tizen mobile and wearable profiles, which means that it may not be supported in all mobile and wearable devices.

    Warm-up

    Become familiar with the NFC API basics by learning about:

    diff --git a/org.tizen.tutorials/html/web/tizen/communication/secure_element_tutorial_w.htm b/org.tizen.tutorials/html/web/tizen/network/secure_element_tutorial_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/communication/secure_element_tutorial_w.htm rename to org.tizen.tutorials/html/web/tizen/network/secure_element_tutorial_w.htm index 0ca00de..62b4fa7 100644 --- a/org.tizen.tutorials/html/web/tizen/communication/secure_element_tutorial_w.htm +++ b/org.tizen.tutorials/html/web/tizen/network/secure_element_tutorial_w.htm @@ -31,7 +31,7 @@

    Related Info

    @@ -188,15 +188,15 @@ reader.closeSessions();
    - diff --git a/org.tizen.tutorials/html/web/tizen/communication/task_bluetoothchat_w.htm b/org.tizen.tutorials/html/web/tizen/network/task_bluetoothchat_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/communication/task_bluetoothchat_w.htm rename to org.tizen.tutorials/html/web/tizen/network/task_bluetoothchat_w.htm index cfc41f9..c451608 100644 --- a/org.tizen.tutorials/html/web/tizen/communication/task_bluetoothchat_w.htm +++ b/org.tizen.tutorials/html/web/tizen/network/task_bluetoothchat_w.htm @@ -31,7 +31,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/communication/task_contactsexchanger_w.htm b/org.tizen.tutorials/html/web/tizen/network/task_contactsexchanger_w.htm similarity index 99% rename from org.tizen.tutorials/html/web/tizen/communication/task_contactsexchanger_w.htm rename to org.tizen.tutorials/html/web/tizen/network/task_contactsexchanger_w.htm index 1a11167..b46143d 100644 --- a/org.tizen.tutorials/html/web/tizen/communication/task_contactsexchanger_w.htm +++ b/org.tizen.tutorials/html/web/tizen/network/task_contactsexchanger_w.htm @@ -32,7 +32,7 @@

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/social/social_tutorials_w.htm b/org.tizen.tutorials/html/web/tizen/social/social_tutorials_w.htm index d794111..5a2b304 100644 --- a/org.tizen.tutorials/html/web/tizen/social/social_tutorials_w.htm +++ b/org.tizen.tutorials/html/web/tizen/social/social_tutorials_w.htm @@ -35,9 +35,8 @@

    The social data tutorials demonstrate how to use the following features in creating Tizen Web applications:

    Related Info

    diff --git a/org.tizen.tutorials/html/web/tizen/system/system_tutorials_w.htm b/org.tizen.tutorials/html/web/tizen/system/system_tutorials_w.htm index ffc94bb..1bcf462 100644 --- a/org.tizen.tutorials/html/web/tizen/system/system_tutorials_w.htm +++ b/org.tizen.tutorials/html/web/tizen/system/system_tutorials_w.htm @@ -36,6 +36,7 @@

    The system tutorials demonstrate how to use the following features in creating Tizen Web applications: