This might not be a programming question exactly but I'm basically looking for an input on the architecture to use.
Consider this, I have 2 devices-
Device1 (Bluetooth only)
Device2 (Bluetooth + internet access)
I want to do a cloud lookup from Device1.
I was able to implement something similar by writing an android application and installing it on both the devices.
But I'm wondering if there's any smarter way of doing this?
Is it possible to perform a cloud lookup from Device1 'directly', if I setup a teethered bluetooth connection between two devices?