Binding a objC with RoboVM in Java
ios, java, libgdx, objective-c, robovm
Solution
I wrote a blog answering my own question lol here it is:
http://www.sevenarmedsquid.com/help/robovmbinding
Problem
Hey I vitally need microphone access in my IOS app that I am making with libGDX and RoboVM. I read that I can bind a objC Class to a Java class. I read the documentation at https://github.com/robovm/robovm/wiki/The-Bro-Java-to-native-bridge However I am unable to make heads or tails of it. So I have my mic.h and mic.m class files, however how do I bind these to Java functions? All I need is to get a meter rating. Thanks! :) -edit- If its important the mic class has two public functions init and read