No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
My knowledge on WCF is limited. But I think WCF supports REST/AJAX, which will not pack the data inside a complex SOAP headers or XML. For communicating with mobile its better to keep the data small as the network latency on phone is high. It does not matter what backend …
Hi, From the above log, it seems there is a shared libary missing. The game library used some native library .so or .dll to get some complex thing done. I think that library is missing. Check out how to link native libraries built using NDK to your Android project.
Are you familiar with signing of apps? You are using an API which requires user permission to use the service, GPS, Call, SMS, Internet etc. You need to sign your application from a trusted authority to remove the prompt. Search in Google for "signing J2ME applications". Nokia provides free Java …
You question is not clear. What is meant by "Other line"? You are using TTS to convert your typed text to speech, send the same text to the other person and use the same TTS to play the text there. If you want the voice (I mean audio data) to …
The End.
saisyam.dampuri