From: Michal Skorupinski Date: Tue, 6 Oct 2015 12:22:07 +0000 (+0200) Subject: [SAMPLE APP][DATA-CONTROL-CONSUMER] Application documentation file added X-Git-Tag: tizen_3.0/TD_SYNC/20161201~380^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eca981a740f653e7336b21bdcfafa3338d9173d3;p=sdk%2Fonline-doc.git [SAMPLE APP][DATA-CONTROL-CONSUMER] Application documentation file added Change-Id: I5e3d293c2dcca89646cf457cc8bbc9c0fa823a12 Signed-off-by: Michal Skorupinski --- diff --git a/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-map-layout.png b/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-map-layout.png new file mode 100644 index 0000000..91aaec4 Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-map-layout.png differ diff --git a/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-sql-layout.png b/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-sql-layout.png new file mode 100644 index 0000000..19e46ea Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-sql-layout.png differ diff --git a/org.tizen.sampledescriptions/html/images/data_control_consumer/data_control_consumer_view_map.png b/org.tizen.sampledescriptions/html/images/data_control_consumer/data_control_consumer_view_map.png new file mode 100644 index 0000000..99b9940 Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/data_control_consumer/data_control_consumer_view_map.png differ diff --git a/org.tizen.sampledescriptions/html/images/data_control_consumer/data_control_consumer_view_sql.png b/org.tizen.sampledescriptions/html/images/data_control_consumer/data_control_consumer_view_sql.png new file mode 100644 index 0000000..e1f389a Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/data_control_consumer/data_control_consumer_view_sql.png differ diff --git a/org.tizen.sampledescriptions/html/mobile_n/data_control_consumer_sd_mn.htm b/org.tizen.sampledescriptions/html/mobile_n/data_control_consumer_sd_mn.htm new file mode 100644 index 0000000..49988d6 --- /dev/null +++ b/org.tizen.sampledescriptions/html/mobile_n/data_control_consumer_sd_mn.htm @@ -0,0 +1,96 @@ + + + + + + + + + + + + + Data-Control-Consumer Sample Overview + + + + +
+ +
+
+

Mobile native

+
+ +

Data-Control-Consumer Sample Overview

+ +

+ The sample demonstrates how to exchange data between a consumer application and a provider service. There are two methods of data exchange: +

    +
  • Map method - using key value pairs;
  • +
  • Sql method - using sql queries.
  • +
+

+ +

The figures below illustrate the application's view.

+

Figure: Data-Control-Consumer application screens.

+

+ The 'Map' view + The 'Sql' view +

+ +

The sample application's user interface consists of two views:

+
    +
  • Map view - allows to use the 'map' communication method;
  • +
  • Sql view - allows to use the 'sql' communication method.
  • +
+ +

Both views are divided into two sections:

+
    +
  • Input - allows the user to send a request to the provider application;
  • +
  • Output - displays the data received from the provider application.
  • +
+ +

The structure of the user interface is depicted below.

+

Figure: Data-Control-Consumer map view layout structure.

+

+ Data-Control-Consumer map layout structure +

+
+

Figure: Data-Control-Consumer sql view layout structure.

+

+ Data-Control-Consumer sql layout structure +

+ + + + + + + + + + + + +
+ +Go to top + + + + + + +