[TUT] Android Things – Temperature Sensor, I2C on the Rainbow Hat

This post will explain how to use the I2C protocol to get input into your Android Things application. We’ll discuss the Raspberry Pi Rainbow Hat temperature sensor which we’ll use to measure air temperature surrounding…

Read more of [TUT] Android Things – Temperature Sensor, I2C on the Rainbow Hat

[TUT] How to test time and control System.currentTimeMillis

This post explains how to control time and specifically control System.currentTimeMillis. To make your code more flexible, maintainable and in the end testable! Showing an example application that uses time to define different behaviour for…

Read more of [TUT] How to test time and control System.currentTimeMillis