Dataart IoT Workshop is an example of using DeviceHive Java Library inside Android Application. This example shows how to IoT communication works between Android Application and ESP8266 module.
You can see the screenshots of the Application below:
You just have to change 3 parameters inside strings.xml to make this example work:
<string name="deviceId">DEVICE_ID</string>
<string name="server_url">SERVER_URL</string>
<string name="refresh_token" formatted="false">REFRESH_TOKEN</string>And basically that's it.

