I can’t talk about the specifics of your pattern recognition library, but I can tell you that almost all real Android APIs are in Java, and all Cocoa are in ObjC. This may not be a problem only for your library, but as soon as you need to connect to any of the existing APIs, you will want to write Java or ObjC.
source
share