Is it possible with RovoVM to use native iOS SQLite and Bluetooth 4 (BLE) functionality writing Javacode only?
An answer from the same question in the roboVM Google Group:
SQLite can definitely be used. Either through JDBC or directly using the classes in the SQLite.* package. Check out the ContractR sample for an example of how to use SQLite over JDBC: https://github.com/robovm/robovm-samples/tree/master/ContractR. The relevant code is in the
core/
andios/
folders.And we have bindings for the CoreBluetooth iOS framework so that should be doable as well. I don't know if anyone tested the CoreBluetooth bindings yet but if you do please let us know how it goes.