Greetings,
I made a client for
JVoiceXML interpreter for PC and would like to create an Android version of this client.
But first problem I ran into is that the client needs to find the interpreter by JNDI context:
But obviously the "javax.naming.*" cannot be used in Android application.
So I would like to ask what options do I now have, if any, to establish the context and create this Android port.
Thanks.