An open API service indexing awesome lists of open source software.

https://github.com/samsung/tizen-extension-sample

Tizen Extension SDK Sample provides usage of Extension API provided by Samsung.
https://github.com/samsung/tizen-extension-sample

Last synced: over 1 year ago
JSON representation

Tizen Extension SDK Sample provides usage of Extension API provided by Samsung.

Awesome Lists containing this project

README

          

### Overall
These are Tizen sample application projects that uses Samsung Extension API to provide advanced access to the Samsung device's platform capabilities.

### References
* [SDK Installation](https://developer.samsung.com/galaxy-watch-develop/techdoc/tizen-extension-sdk-guide.html)

* [SDK Release Note](https://developer.samsung.com/galaxy-watch-develop/wearable-extension-release-note.html)

* Programming Guide
* [Native](https://developer.samsung.com/galaxy-watch-develop/tizen-wearable-extension-programming-guide-native.html)
* [Web](https://developer.samsung.com/galaxy-watch-develop/tizen-wearable-extension-programming-guide-web.html)
* [Dotnet](https://developer.samsung.com/tizen/About-Tizen.NET/Tizen.NET.html)

### Project structure
```
├── Dotnet
│ ├── SAP
├── Native
│   ├── InAppPurchase
│   ├── OAuth_using_AppControls
│   └── RemoteAppControl
└── Web
   ├── InAppPurchase
    ├── OAuth_using_AppControls
├── RemoteAppControl
   └── HelloAccessory_Web_widget
```
### How to import from Tizen Studio
Go to **File > Import** in Tizen Studio and follow steps.

Import 1
Import 2

Enter https://github.com/Samsung/tizen-extension-sample.git to **URI**.
Import 3
Import 4
Import 5

Select **Import existing Eclipse projects**.

Import 6
Import 7

After clicking **Finish** all project will be added to the Project Explorer.