With the Developer Preview only supporting Java Applications on Android Things I am curious to know if native applications can also be run on this platform.
Mainly due to 2 reasons.
Embedded devices have a large support for sensors many of which are written in C/C++. Here's one for example: https://github.com/intel-iot-devkit/upm. With NDK, wouldn't this be easier to integrate into Android Things rather than rewriting the same sensor drivers in Java?
It would also be very interesting to compare the speed characteristics of running Native Apps to Java ones utilizing Peripheral Manager APIs for GPIO/I2C/SPI etc.