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.
- Host: GitHub
- URL: https://github.com/samsung/tizen-extension-sample
- Owner: Samsung
- License: apache-2.0
- Created: 2017-01-17T07:08:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T08:21:25.000Z (over 5 years ago)
- Last Synced: 2025-04-11T18:24:26.118Z (over 1 year ago)
- Language: JavaScript
- Size: 2.14 MB
- Stars: 14
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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

Select **Import existing Eclipse projects**.

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