Syncano's Android library is written in Java and provides communication with Syncano (www.syncano.io) via HTTPS RESTful interface.
The full source code can be found on Github - feel free to browse or contribute.
You can find quick start on installing and using Syncano's Android library in our documentation.
For more detailed information on how to use Syncano and its features - our Developer Manual should be very helpful.
In case you need help working with the library - email us at [email protected] - we will be happy to help!
Syncano's Android library (syncano-android) is available under the MIT license. See the LICENSE file for more info.
Happy coding!
To generate jar file call "makeJar" from command line:
$ ./gradlew makeJarOutput will be generated in:
/library/build/outputs/jar/library-release-x.jar
##JAR DISTRIBUTION If you want to use JAR in our project, you also weed to add gson library. Version gson-2.3.1 is recommended.
To run tests call from command line:
$ ./gradlew connectedAndroidTestRemember to provide correct Api Key and Instance Name in:
/library/src/androidTest/java/com/syncano/library/Config.java
To generate test coverage call "createDebugCoverageReport" from command line:
$ ./gradlew createDebugCoverageReportCoverage report will be located in:
/library/build/outputs/reports/coverage/