Table of Contents
In this project, you will find two modules demonstrating sample Android implementations of a uService and a uClient. These implementations utilize the Binder uTransport (Android uPClient) for communication.
The Android Gradle Plugin provides several standard tasks that are commonly used in Android projects. To view the complete list, you can use the following command:
gradlew tasks
Assembling example applications is as simple as:
gradlew assembleRelease