From: Dongyoung Kim Date: Mon, 13 Jul 2015 04:33:39 +0000 (+0900) Subject: Modify the invalid link for images X-Git-Tag: tizen_3.0/TD_SYNC/20161201~627^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b47296ecc5826724141df861e5db12f0d27e074;p=sdk%2Fonline-doc.git Modify the invalid link for images Change-Id: I2688fe227fe6351a174c112abaf825021266f073 --- 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 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 index 0000000..5b591f0 Binary files /dev/null and b/org.tizen.gettingstarted/html/images/wearable_api_layout.png differ diff --git a/org.tizen.gettingstarted/html/native/details/tizen_apis_n.htm b/org.tizen.gettingstarted/html/native/details/tizen_apis_n.htm old mode 100644 new mode 100755 index 926b200..f0d98df --- a/org.tizen.gettingstarted/html/native/details/tizen_apis_n.htm +++ b/org.tizen.gettingstarted/html/native/details/tizen_apis_n.htm @@ -34,10 +34,10 @@

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.

-

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.

+

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.

-

Figure: Native API layout

-

Native API layout

+

Figure: Mobile native API layout

+

Mobile native API layout

@@ -576,11 +576,14 @@ - +
Note
The wearable native profile is available since Tizen 2.3.1.Except as noted, the wearable native APIs are available since Tizen 2.3.1
- + +

Figure: Wearable native API layout

+

Wearable native API layout

+ @@ -591,8 +594,8 @@ - - + - - - - - - + + + + +
Table: Wearable native API modules
Functionality
AccountThe 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. + AccountThe 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.

Documentation:

  • Guides: Account
  • @@ -606,12 +609,8 @@
The OAuth 2.0 APIs provide easy way to gain access token between server and client.
Sync Manager

(since 2.4)

The Sync Manager API helps applications in scheduling their data sync operations.
Application FrameworkThe 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's application preferences. + Application FrameworkThe 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's application preferences.

Documentation:

Package Manager 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.
ShortcutAdds application shortcuts to the device home screen, which is the main landing screen of the device. +
Watch Application Handles Tizen watch application state changes and system events. It is also used to start and exit the main event loop of watch applications.