I am developing an application that takes in data from a sensor glove and translates them into characters. The concept is pretty basic but what i am not sure about is whether or not the java classes provided with the gloves SDK will be able to run in my Android application. I am aware that java code is first complied to java bytecode then translated into Dalvik bytecode. My question is will this java code to dalvik code translation work with all java classes or are there exceptions.
You have to use glove sdk in your android app then android can translate data from sensor to chars. Does sensor glove provide sdk or not ?
Albert
Bookmarks