Modify the invalid link for images
authorDongyoung Kim <dydot1.kim@samsung.com>
Mon, 13 Jul 2015 04:33:39 +0000 (13:33 +0900)
committerDongyoung Kim <dydot1.kim@samsung.com>
Mon, 13 Jul 2015 04:33:39 +0000 (13:33 +0900)
Change-Id: I2688fe227fe6351a174c112abaf825021266f073

org.tizen.gettingstarted/html/images/mobile_api_layout.png [new file with mode: 0755]
org.tizen.gettingstarted/html/images/wearable_api_layout.png [new file with mode: 0755]
org.tizen.gettingstarted/html/native/details/tizen_apis_n.htm [changed mode: 0644->0755]

diff --git a/org.tizen.gettingstarted/html/images/mobile_api_layout.png b/org.tizen.gettingstarted/html/images/mobile_api_layout.png
new file mode 100755 (executable)
index 0000000..afed8bd
Binary files /dev/null and b/org.tizen.gettingstarted/html/images/mobile_api_layout.png differ
diff --git a/org.tizen.gettingstarted/html/images/wearable_api_layout.png b/org.tizen.gettingstarted/html/images/wearable_api_layout.png
new file mode 100755 (executable)
index 0000000..5b591f0
Binary files /dev/null and b/org.tizen.gettingstarted/html/images/wearable_api_layout.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 926b200..f0d98df
 
 <p>There are 2 types of submodules - Tizen native modules and open source modules. The integration of open source modules in the native API structure allows you to add additional features by using well-known open source libraries. This is particularly advantageous for developers who are familiar with certain libraries because they can quickly add features and use previously written code in certain cases.</p>
 
-<p>The following figure and tables define the Tizen native API layout. The tables describe the API modules and the functionality of all their submodule APIs within that module. The tables also act as reference sources for when you are planning a new feature for your application and need a way to efficiently compare different API modules to decide which APIs to use.</p>
+<p>The following figure and tables define the Tizen native API mobile layout. The table describes the API modules and the functionality of all their submodule APIs within that module. The table also acts as reference sources for when you are planning a new feature for your application and need a way to efficiently compare different API modules to decide which APIs to use.</p>
 
-<p class="figure" id="layout">Figure: Native API layout</p> 
-<p align="center"><img alt="Native API layout" src="../../images/native_api_layout.png" /></p>
+<p class="figure" id="layout">Figure: Mobile native API layout</p> 
+<p align="center"><img alt="Mobile native API layout" src="../../images/mobile_api_layout.png" /></p>
 
   <table class="note">
    <tbody>
      <th class="note">Note</th>
     </tr>
     <tr>
-     <td class="note">The wearable native profile is available since Tizen 2.3.1.</td>
+     <td class="note">Except as noted, the wearable native APIs are available since Tizen 2.3.1</td>
     </tr>
    </tbody>
   </table>
-         
+
+<p class="figure" id="layout_w">Figure: Wearable native API layout</p> 
+<p align="center"><img alt="Wearable native API layout" src="../../images/wearable_api_layout.png" /></p>
+
 <table border="1" style="width: 100%"> 
          <caption>Table: Wearable native API modules</caption>
        <tbody> 
                        <th>Functionality</th> 
                </tr>   
                <tr>
-                       <td rowspan="3"><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__FRAMEWORK.html">Account</a></td>
-                       <td rowspan="3">The Account API module features include managing various account information, such as receiving sync operation notifications, and obtaining an access token by using the oauth2 authorization.
+                       <td rowspan="2"><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__FRAMEWORK.html">Account</a></td>
+                       <td rowspan="2">The Account API module features include managing various account information, such as receiving sync operation notifications, and obtaining an access token by using the oauth2 authorization.
                                <p>Documentation:</p>
                                <ul>
                                <li>Guides: <a href="../../../../org.tizen.guides/html/native/account/account_guide_n.htm">Account</a></li>
                        <td>The OAuth 2.0 APIs provide easy way to gain access token between server and client.</td>
                </tr>
                <tr>
-                       <td><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__SYNC__MANAGER__MODULE.html">Sync Manager</a><p><strong>(since 2.4)</strong></p></td>
-                       <td>The Sync Manager API helps applications in scheduling their data sync operations.</td>
-               </tr>                
-               <tr>
-                       <td rowspan="11"><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__APPLICATION__FRAMEWORK.html">Application Framework</a></td>
-                       <td rowspan="11">The Application Framework API contains submodule APIs for application development. The submodule APIs enable application life-cycle management, usage of functionality that is exported by other applications, and access to a user&#39;s application preferences.
+                       <td rowspan="12"><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__APPLICATION__FRAMEWORK.html">Application Framework</a></td>
+                       <td rowspan="12">The Application Framework API contains submodule APIs for application development. The submodule APIs enable application life-cycle management, usage of functionality that is exported by other applications, and access to a user&#39;s application preferences.
                        <p>Documentation:</p>
                        <ul>
                        <li>Guides: <a href="../../../../org.tizen.guides/html/native/app/app_guide_n.htm">Application Framework</a></li>
                        <td><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__PACKAGE__MANAGER__MODULE.html">Package Manager</a></td>
                        <td>Stores and receives information related to packages installed on the device. This is information can be, for example, the package name, path to the icon image, or the application version. It can also be used to check whether 2 package certificates match. If they match, they have been created by the same developer and can share resources securely. </td>
         </tr> 
+      <tr>
+                       <td><a href="../../../../org.tizen.native.mobile.apireference/group__SHORTCUT__MODULE.html">Shortcut</a></td>
+                       <td>Adds application shortcuts to the device home screen, which is the main landing screen of the device.
+                       </td>
+      </tr> 
          <tr>
           <td><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__WATCH__APP__MODULE.html">Watch Application</a></td>
           <td>Handles Tizen watch application state changes and system events. It is also used to start and exit the main event loop of watch applications.