Tagged Questions

2
votes
3answers
75 views

Any experience with Android NDK?

I'm specifically interested in how portable it is between various phones. We have an application with some computation heavy code we'd like to share between Android and iPhone. If …
0
votes
2answers
53 views

Does Java pass by reference or value to C when using JNI ( more specifically Android NDK)

Does Java pass by reference or value to C when using JNI ( more specifically Android NDK)
4
votes
2answers
127 views

uSTL or STLPort for Android?

I'm working with the Android NDK, and since it does not currently support the STL, I was wondering if there are any brilliant people out there who have had success with this, or kn …