# tizen-extension-sample **Repository Path**: mirrors_Samsung/tizen-extension-sample ## Basic Information - **Project Name**: tizen-extension-sample - **Description**: Tizen Extension SDK Sample provides usage of Extension API provided by Samsung. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.