Boost logo

Boost :

Subject: Re: [boost] Andriod development using boost
From: Francois Duranleau (xiao.bai.xiong_at_[hidden])
Date: 2011-12-14 11:23:05


On Tue, Dec 13, 2011 at 1:10 PM, Jan Stetka <jan.stetka_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk