HttpClient of our SDKs support multi-thread, if you need greater concurrency,
you can create your own HttpClient and pass it to the constructor of class ClientFactory.
(References and examples in galaxy-client-java, sds-android-examples):
ClientFactory(Credential credential, HttpClient httpClient)
When compiling sds-android-examples, you must install Android SDK and set
environment variable ANDROID_HOME to the install path of Android SDK before.
Our examples used Android SDK API Level 19.
Galaxy Java SDK User Guide
Including SDKs of XiaoMi SDS, EMQ, EMR, and Talos.
INSTALLATION
Checkout to the newest release and use its version in dependency.
Use corresponding SDK artifactId.
For example, to use EMQ,
mvn clean installNOTICE
HttpClientof our SDKs support multi-thread, if you need greater concurrency, you can create your ownHttpClientand pass it to the constructor of classClientFactory. (References and examples ingalaxy-client-java,sds-android-examples):ClientFactory(Credential credential, HttpClient httpClient)When compiling
sds-android-examples, you must installAndroid SDKand set environment variableANDROID_HOMEto the install path ofAndroid SDKbefore. Our examples usedAndroid SDK API Level 19.