
14 Dec
2011
14 Dec
'11
4:23 p.m.
On Tue, Dec 13, 2011 at 1:10 PM, Jan Stetka <jan.stetka@googlemail.com> wrote:
Anyone done any andriod development. I'm interested on how much you can use boost for andriod development. Also JNI looks like the way of using C++ code, does anyone have experience of using JNI?
Where I work we use boost on Android, but only header-only libraries, so we kind of circumvented the library compilation issue. Otherwise, Android NDK uses gcc, which works fine with Boost. About JNI and Android: http://developer.android.com/guide/practices/design/jni.html -- François Duranleau