Greetings All, I have an Android networking app that uses java sockets for tcp & udp communication between iOS & Android devices. I pass data to & from the java code using the standard Android NDK methods.
Somebody told me I was taking a severe performance hit by not using native sockets. (ouch!) That sounds painful especially for UDP! It's much more convenient for me to use Java sockets since I have easy access to the Android JSON data format. I was just wondering was is the performance hit for just calling a "native" java function?? Thanks in advance, -Matt -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

