Jonathan Koren

Results 14 comments of Jonathan Koren

I think this issue also affects `FlexboxLayoutManager`

It seems the snippet you linked to is missing a call to [`registerTemperatureSensor()`][1]. For now, please refer to the Activity code in the Bmx280 [driver sample][2], which demonstrates the same...

@plattysoft Not quite a duplicate (at least I don't think so), I think @paul-matthews issue is the code snippet is missing a call to `registerTemperatureSensor()`, so the sensor never actually...

Hi @feng612266, can you try with version `0.4` and let us know if this works?

Can you please show a screenshot of the error (just the error, you can crop away anything else)? Or perhaps copy and paste the error message exactly.

I think for now don't worry about adding tests just for the constructors.

A common solution is to define it in a properties file (like `gradle.properties`) ``` cloud_vision_api_key="some_value_here" ``` Then in the `build.gradle` file, you apply it and create a BuildConfig field: ```gradle...

Hello @neuberfran, you can familiarize yourself with the PIO APIs available on Android Things. It looks like your code uses I2C protocol, so I think it will port over fairly...

@proppy I actually like the idea, it would remove the need for both `setBrightness` and `setIndividualBrightness`, and there would be no concerns about mismatched array lengths. I think the backwards...

@Fleker Yes, we would deprecate it.