https://github.com/tencentyun/qcloud-sdk-android-samples
腾讯云服务Android SDK samples
https://github.com/tencentyun/qcloud-sdk-android-samples
Last synced: 2 months ago
JSON representation
腾讯云服务Android SDK samples
- Host: GitHub
- URL: https://github.com/tencentyun/qcloud-sdk-android-samples
- Owner: tencentyun
- License: mit
- Created: 2017-09-01T05:20:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T08:26:54.000Z (3 months ago)
- Last Synced: 2025-04-04T23:51:13.699Z (3 months ago)
- Language: Java
- Size: 49.1 MB
- Stars: 32
- Watchers: 51
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# qcloud-sdk-android-samples
腾讯云 Android SDK 示例仓库
## 产品列表
当前仓库内提供的示例有:
* COSTranferPractice - [腾讯云 COS XML](https://cloud.tencent.com/document/product/436) 体验 demo,您可以参考 [快速体验](https://cloud.tencent.com/document/product/436/18194) 来体验 COS 传输实践 demo;
* QCloudCSPSample - 私有云体验 demo。## 腾讯云 Android SDK
如果您想查看腾讯云 Android SDK 的代码,可以参考 [这里](https://github.com/tencentyun/qcloud-sdk-android) 。
## License
腾讯云 Android SDK 和 示例 通过 `MIT ` License 发布。
```
Copyright (c) 2017 腾讯云Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```