I have implemented code that classifies hand gestures into the correct corresponding letters and words as a Java application.
What am trying to do now is to implement my classification algorithm on android so that i am able to classify these gestures by processing the input data on my Android device.
Can i use "jfuzzylogic" in Android, and if not is there a alternative to this library that could run in Android?