------------------------------------------------Web Service Android Application----------------------------------------------------------------------------------------- 

Preparation:

- Download Eclipse Java EE IDE for Web Developers from the following 
  website: http://www.eclipse.org/downloads/.

- Install the Android plugin with the SDK Manager.
  The location URL is "https://dl-ssl.google.com/android/eclipse/".
  

Download the following libraries:

- accessory-v2.1.11.jar
  It is used for the connection between Samsung Mobile Phone and Samsung Gear.
  Downloadable from the following website: http://developer.samsung.com/gear.

- android-support-v4.jar
  Support Library.
  Downloadable from the following website: http://www.java2s.com/Code/Jar/a/Downloadandroidsupportv4jar.htm.

- hellocharts-library-1.1.jar
  This library is needed to draw diagrams on an Android mobile phone.
  Downloadable from the following website: https://github.com/lecho/hellocharts-android/releases.

- sdk-v1.0.0.jar
  accessory-v2.1.11.jar, android-support-v4.jar and sdk-v1.0.0.jar are included in the HelloAccessoryProvider example from the Samsung Developers 
  main website http://developer.samsung.com/gear.


Variables that are not available:

- Report suite id must be exchanged to an appropriate id.

- Client id and client secret are set per company and must be updated too.


Import files into your project:

- LineChartActivity.java, MainActivity.java and ViewPagerChartsActivitySkill7.java must be imported
  inside src.

- Activity_main.xml, activity_view_pager_charts_s7.xml and fragment_view_pager_charts_s7.xml must be imported
  inside res/layout.

- Strings.xml must be exchanged with res/values/strings.xml.




------------------------------------------------Tizen application-------------------------------------------------------------------------------------------------------


Preparation:

- Oracle Java v7 or later must be installed from the main site.
  Download from: http://www.oracle.com/technetwork/java/javase/downloads/index.html.

- During the creation of this work, the newest version of the Tizen SDK is "2.2.159".
  Download from: https://developer.tizen.org/downloads/tizen-sdk.
  It is important that not the Package server, but the SDK image is used for the installation of the development tool.

- Download the helloaccessoryconsumer example from the following website: http://developer.samsung.com/gear.


Import files into your project:

- Exchange "HelloAccessoryConsumerService.java" and "HelloAccessoryActivity.java" with files in 
  \src\com\samsung\android\example\helloaccessoryconsumer\service and \ui.

- Import main.js into the js-folder of the project.


- Once you run the Tizen application, a HelloAccessoryConsumer.wgt is generated. This must be inserted
  in the asstes-folder of the Eclipse project.


