Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuya/tuya-android-industry-app-sdk-sample
This sample provides examples of Tuya Industry App SDK basic functions such as device network configuration, login and registration, and asset management of Tuya Open API.
https://github.com/tuya/tuya-android-industry-app-sdk-sample
tuya
Last synced: 1 day ago
JSON representation
This sample provides examples of Tuya Industry App SDK basic functions such as device network configuration, login and registration, and asset management of Tuya Open API.
- Host: GitHub
- URL: https://github.com/tuya/tuya-android-industry-app-sdk-sample
- Owner: tuya
- License: mit
- Created: 2021-03-26T03:53:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T06:42:12.000Z (5 months ago)
- Last Synced: 2024-06-03T08:12:20.521Z (5 months ago)
- Topics: tuya
- Language: Java
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tuya Android Industry App SDK Sample
===
[中文版](README_zh.md)|[English](README.md)This sample demonstrates the use of Tuya Android Industry App SDK to build an IoT App from scratch. It divides into several function groups to give developers a clear insight into the implementation for different features, includes the user login process, asset management for different users, device network configuration, and controls. For device network configuration, EZ mode and AP mode are implemented, which let developers pair devices over Wi-Fi, as well as control them via LAN and MQTT. For device control, it supplies a common panel for sending and receiving any kind types of data points.
## Self-developed Smart Industry App Service
Self-Developed Smart Industry App is one of Tuya’s IoT app development solutions. This solution provides the services that enable connections between the app and the cloud. It also supports a full range of services and capabilities that customers can use to independently develop mobile apps. The Smart Life App SDK used in this sample is included in the Self-developed Smart Industry App Service.## Get Started
- [Preparation for Integration](https://developer.tuya.com/en/docs/app-development/smart-industry-sdk-preparation?id=Kdljngk28zthi)
> Note:Smart Industry App SDK has done the security checksum。You need to get SHA256 in[Tuya IoT platform](https://developer.tuya.com/en/docs/app-development/iot_app_sdk_core_sha1?id=Kao7c7b139vrh),then bind your SHA256,otherwise it will report an illegal client error. If you need a local dubug to run Sample, you need to configure your signature information in the app module under build.gradle, android closures at:
```groovy
signingConfigs {
debug {
storeFile file('../xxx.jks')
storePassword 'xxx'
keyAlias 'xxx'
keyPassword 'xxx'
}
}
```- [Integration](https://developer.tuya.com/en/docs/app-development/smart-industry-sdk-preparation?id=Kdljngk28zthi)
- [SDK Features](https://developer.tuya.com/en/docs/app-development/intro-tutorial-of-iot-app-sdk-core-for-android?id=Kdljfr19dbo6b)
## App Images
## Issue Feedback
You can provide feedback on your issue via **Github Issue** or [Technical Ticket](https://service.console.tuya.com).
## License
Tuya Android Smart Life App SDK Sample is available under the MIT license. Please see the [LICENSE](LICENSE) file for more info.